summaryrefslogtreecommitdiff
path: root/decoders/xfp
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/xfp')
-rw-r--r--decoders/xfp/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py
index bc55aa7..8c258cd 100644
--- a/decoders/xfp/pd.py
+++ b/decoders/xfp/pd.py
@@ -204,8 +204,8 @@ class Decoder(srd.Decoder):
optional_probes = []
options = {}
annotations = [
- ['XFP field names and values', 'XFP structure field names and values'],
- ['XFP fields', 'XFP structure fields'],
+ ['fieldnames-and-values', 'XFP structure field names and values'],
+ ['fields', 'XFP structure fields'],
]
def __init__(self, **kwargs):