aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.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 /wiretap/libpcap.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 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 61a854587e..e8cf02b552 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -307,7 +307,11 @@ static const struct {
/*
* Linux "cooked mode" captures, used by the current CVS version
- * of libpcap.
+ * of libpcap
+ * OR
+ * it could be a packet in Cisco's ERSPAN encapsulation which uses
+ * this number as well (why can't people stick to protocols when it
+ * comes to allocating/using DLT types).
*/
{ 113, WTAP_ENCAP_SLL }, /* Linux cooked capture */