aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-10-07 14:48:04 +0000
committerJörg Mayer <jmayer@loplof.de>2006-10-07 14:48:04 +0000
commit7cf6ac9327ad6bff1f910b78c54fb251c1760e4a (patch)
tree155f5904e5e4b9b00ac23e8d8f6bb15d58e63ced /epan/etypes.h
parent926ed8aa0104a9a8b9567528c122b3dde75b3535 (diff)
Stephen Fisher:
packet-cisco-wireless.c is actually trying to dissect WLCCP: I have attached a dissector I wrote from scratch for the frames that I'm seeing. It has #defines for the field offsets and lengths so it should be easier to merge. I also attached a sample capture with one of the frames that I'm seeing. There are more fields in the frame I haven't yet figured out, hopefully your dissector has those that I'm missing. Me: - Commented in wlccp over udp as well, it works most of the time. - Leave the file packet-cisco-wireless.c in for the time being to copy over knowledge until no usable info is left in the file. svn path=/trunk/; revision=19447
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index cdb533f959..e99edc142e 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -196,8 +196,8 @@
#define ETHERTYPE_IPv6 0x86dd
#endif
-#ifndef ETHERTYPE_CISCOWL
-#define ETHERTYPE_CISCOWL 0x872d /* Cisco Wireless (Aironet) */
+#ifndef ETHERTYPE_WLCCP
+#define ETHERTYPE_WLCCP 0x872d /* Cisco Wireless Lan Context Control Protocol */
#endif
#ifndef ETHERTYPE_MAC_CONTROL