aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-05-16 11:24:53 -0700
committerGuy Harris <guy@alum.mit.edu>2016-05-16 18:25:46 +0000
commitcc07b815f35151ccb84d2f5c9fbab31d78ac813c (patch)
tree75fa01ed996b69f2b4b29c67e108f2064c13f111 /epan/dissectors/packet-vlan.c
parent7df8b44f4cbcc285700faea13d0c1538e2d9b6dd (diff)
Use the new ETHERTYPE_QINQ_OLD #define.
Change-Id: Ifaf96e8482316720bddc5bab3aab3d0a677fe5fb Reviewed-on: https://code.wireshark.org/review/15464 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-vlan.c')
-rw-r--r--epan/dissectors/packet-vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c
index f3c1303c52..d12a74c341 100644
--- a/epan/dissectors/packet-vlan.c
+++ b/epan/dissectors/packet-vlan.c
@@ -39,7 +39,7 @@
void proto_register_vlan(void);
void proto_reg_handoff_vlan(void);
-static unsigned int q_in_q_ethertype = 0x9100;
+static unsigned int q_in_q_ethertype = ETHERTYPE_QINQ_OLD;
static gboolean vlan_summary_in_tree = TRUE;