diff options
Diffstat (limited to 'decoders/xfp/pd.py')
-rw-r--r-- | decoders/xfp/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index 0bc6724..9bca10b 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -31,6 +31,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['xfp'] + tags = ['Networking'] annotations = ( ('fieldnames-and-values', 'XFP structure field names and values'), ('fields', 'XFP structure fields'), |