summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 7d2f5f2baf..6d4896fe6b 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -70,6 +70,8 @@ typedef struct _packet_counts {
gint other;
gint total;
gint arp;
+ gint i2c_event;
+ gint i2c_data;
} packet_counts;
/** Number of packet counts. */