]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/pd.py
can: correct decoding of CRC-21
[libsigrokdecode.git] / decoders / xfp / pd.py
index 0bc6724511966f8ba43ba8f94076372b40d3209e..ded76946702fd41eb285caec63f84bfb4c500505 100644 (file)
@@ -27,10 +27,11 @@ class Decoder(srd.Decoder):
     id = 'xfp'
     name = 'XFP'
     longname = '10 Gigabit Small Form Factor Pluggable Module (XFP)'
-    desc = 'Data structure describing display device capabilities.'
+    desc = 'XFP I²C management interface structures/protocol'
     license = 'gplv3+'
     inputs = ['i2c']
-    outputs = ['xfp']
+    outputs = []
+    tags = ['Networking']
     annotations = (
         ('fieldnames-and-values', 'XFP structure field names and values'),
         ('fields', 'XFP structure fields'),