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 ded7694..e217d7d 100644
--- a/decoders/xfp/pd.py
+++ b/decoders/xfp/pd.py
@@ -33,8 +33,8 @@ class Decoder(srd.Decoder):
outputs = []
tags = ['Networking']
annotations = (
- ('fieldnames-and-values', 'XFP structure field names and values'),
- ('fields', 'XFP structure fields'),
+ ('field-name-and-val', 'Field name and value'),
+ ('field-val', 'Field value'),
)
def __init__(self):