summaryrefslogtreecommitdiffstats
path: root/src/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.c')
-rw-r--r--src/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.c b/src/proto.c
index 4d4925b0..cc073af0 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -743,7 +743,7 @@ static const struct symbol_table ethertype_tbl = {
.symbols = {
SYMBOL("ip", ETH_P_IP),
SYMBOL("arp", ETH_P_ARP),
- SYMBOL("ipv6", ETH_P_IPV6),
+ SYMBOL("ip6", ETH_P_IPV6),
SYMBOL("vlan", ETH_P_8021Q),
SYMBOL_LIST_END
},