Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19447: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co

Date: Sat, 07 Oct 2006 14:48:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19447

User: jmayer
Date: 2006/10/07 02:48 PM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -2      Makefile.common       Modified
  +1 -1      packet-ethertype.c    Modified
  +247 -0    packet-wlccp.c        Added

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -2      etypes.h      Modified