aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lwapp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16From David Frascone: support LWAPP on port 12223 (for control traffic)Guy Harris1-9/+34
and, for packets sent to that port, handle the MAC address that's at the beginning of the packet. svn path=/trunk/; revision=9298
2003-09-24From David Frascone: have an 802.11 dissector that byte-swaps the frameGuy Harris1-6/+17
control field, and have a preference in the LWAPP dissector to specify whether to use it or the regular 802.11 dissector, as some hardware sends out LWAPP-encapsulated 802.11 packets with a byte-swapped FC field. svn path=/trunk/; revision=8534
2003-09-10Don't use "alloca()", and don't use "match_strval()", just useGuy Harris1-9/+3
"val_to_str()". svn path=/trunk/; revision=8449
2003-08-29Give the name of the I-D for LWAPP.Guy Harris1-1/+2
svn path=/trunk/; revision=8316
2003-08-29From David Frascone: LWAPP support.Guy Harris1-0/+558
svn path=/trunk/; revision=8315