aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-03-16 21:12:08 +0100
committerJörg Mayer <jmayer@loplof.de>2018-03-18 10:14:03 +0000
commitaeca321f36935204e0ffb901c7252805d954b18d (patch)
tree911df4f35611f21ab00c977ec0e0e9698c4efe27 /epan/packet_info.h
parentd9541236a31434b4f02b5d5a7b329d2fa13c7290 (diff)
ERSPAN: Various small cleanups and enhancements
Pass Type I vs. II/III via dissector data instead of pinfo Append type to protocol name Put vlan number into pinfo when appropriate Put version 1 and version 2 dissection into separate blocks Rename priority into cos (as per draft-rfc) Add new subheader from draft-3 Change-Id: I6eb7fe7073a6cc92e2028b0491de5e0f3f036b4e Reviewed-on: https://code.wireshark.org/review/26512 Petri-Dish: Jörg Mayer <jmayer@loplof.de> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 8849ea2702..0c71af8ede 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -64,7 +64,6 @@ typedef struct _packet_info {
struct {
guint32 in_error_pkt:1; /**< TRUE if we're inside an {ICMP,CLNP,...} error packet */
guint32 in_gre_pkt:1; /**< TRUE if we're encapsulated inside a GRE packet */
- guint32 in_erspan_i:1; /**< TRUE if we're encapsulated inside an ERSPAN type I packet */
} flags;
port_type ptype; /**< type of the following two port numbers */
guint32 srcport; /**< source port */