From 7b37cec33ac7ab2d121c463f6cb278cac1b0401e Mon Sep 17 00:00:00 2001
From: Uwe Hermann <uwe@hermann-uwe.de>
Date: Wed, 1 Jan 2020 00:18:09 +0100
Subject: xfp: Add annotation rows.

---
 decoders/xfp/pd.py | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'decoders/xfp')

diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py
index e217d7d..86f1e9d 100644
--- a/decoders/xfp/pd.py
+++ b/decoders/xfp/pd.py
@@ -36,6 +36,10 @@ class Decoder(srd.Decoder):
         ('field-name-and-val', 'Field name and value'),
         ('field-val', 'Field value'),
     )
+    annotation_rows = (
+        ('field-names-and-vals', 'Field names and values', (0,)),
+        ('field-vals', 'Field values', (1,)),
+    )
 
     def __init__(self):
         self.reset()
-- 
cgit v1.2.3-70-g09d2