aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-04-14 01:07:36 +0000
committerJörg Mayer <jmayer@loplof.de>2007-04-14 01:07:36 +0000
commit8f3934e24308dd7d19d1f6b2531c62e3931c4c75 (patch)
tree6adebf841fe1b0d6253a16370535d8e1f0e73c5f /epan/dissectors/packet-gre.c
parentd5b5c41fa9fb2001bd6f3298f7235e39c7f1cc69 (diff)
Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code
to actually call this (aka to handle the ambiguities of DLT values). svn path=/trunk/; revision=21427
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r--epan/dissectors/packet-gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c
index abe3c4e07a..dc146fffb2 100644
--- a/epan/dissectors/packet-gre.c
+++ b/epan/dissectors/packet-gre.c
@@ -88,6 +88,7 @@ static const value_string typevals[] = {
{ SAP_OSINL5, "OSI"},
{ GRE_WCCP, "WCCP"},
{ GRE_NHRP, "NHRP"},
+ { GRE_ERSPAN, "ERSPAN"},
{ ETHERTYPE_IPX, "IPX"},
{ ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },
{ ETHERTYPE_RAW_FR, "Frame Relay"},