aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 94ee3c1b42..c0a7c3f4b0 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -66,6 +66,9 @@ typedef struct _packet_info {
const char *noreassembly_reason; /* reason why reassembly wasn't done, if any */
gboolean fragmented; /* TRUE if the protocol is only a fragment */
gboolean in_error_pkt; /* TRUE if we're inside an {ICMP,CLNP,...} error packet */
+ struct {
+ guint32 in_gre_pkt:1; /* TRUE if we're encapsulated inside a GRE packet */
+ } flags;
port_type ptype; /* type of the following two port numbers */
guint32 srcport; /* source port */
guint32 destport; /* destination port */