aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index cb74edcfaa..a29e00bef7 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -37,7 +37,6 @@
#include "packet-ip.h"
#include "packet-ipv6.h"
#include "packet-ipx.h"
-#include "packet-vlan.h"
#include "packet-ieee8021ah.h"
#include "packet-vines.h"
#include <epan/etypes.h>
@@ -186,7 +185,7 @@ capture_ethertype(guint16 etype, const guchar *pd, int offset, int len,
capture_ipx(ld);
break;
case ETHERTYPE_VLAN:
- capture_vlan(pd, offset, len, ld);
+ capture_eth(pd, offset, len, ld);
break;
case ETHERTYPE_IEEE_802_1AD:
case ETHERTYPE_IEEE_802_1AH: