From 9791a5761cdaacb9c8a31f6f09b496a589ea2d4f Mon Sep 17 00:00:00 2001 From: jmayer Date: Sat, 7 Oct 2006 14:48:04 +0000 Subject: 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19447 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-ethertype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ethertype.c') diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c index e5e04c78da..f28bb51d37 100644 --- a/epan/dissectors/packet-ethertype.c +++ b/epan/dissectors/packet-ethertype.c @@ -47,7 +47,7 @@ static dissector_handle_t data_handle; const value_string etype_vals[] = { {ETHERTYPE_IP, "IP" }, {ETHERTYPE_IPv6, "IPv6" }, - {ETHERTYPE_CISCOWL, "Cisco Wireless" }, + {ETHERTYPE_WLCCP, "Cisco Wireless Lan Context Control Protocol" }, {ETHERTYPE_CENTRINO_PROMISC, "IEEE 802.11 (Centrino promiscuous)" }, {ETHERTYPE_XNS_IDP, "XNS Internet Datagram Protocol" }, {ETHERTYPE_X25L3, "X.25 Layer 3" }, -- cgit v1.2.3