aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-icmp.h')
-rw-r--r--epan/dissectors/packet-icmp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-icmp.h b/epan/dissectors/packet-icmp.h
index 4ba8bf6611..ea72c01d08 100644
--- a/epan/dissectors/packet-icmp.h
+++ b/epan/dissectors/packet-icmp.h
@@ -33,4 +33,10 @@ typedef struct _icmp_transaction_t {
nstime_t resp_time;
} icmp_transaction_t;
+/* ICMP info ... used by sequence analysis tap and stored in pinfo with p_add_proto_data */
+typedef struct {
+ guint8 type;
+ guint8 code;
+} icmp_info_t;
+
#endif