aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lwapp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-16From David Frascone: support LWAPP on port 12223 (for control traffic)guy1-9/+34
and, for packets sent to that port, handle the MAC address that's at the beginning of the packet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9298 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-24From David Frascone: have an 802.11 dissector that byte-swaps the frameguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8534 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-10Don't use "alloca()", and don't use "match_strval()", just useguy1-9/+3
"val_to_str()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8449 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-29Give the name of the I-D for LWAPP.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8316 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-29From David Frascone: LWAPP support.guy1-0/+558
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8315 f5534014-38df-0310-8fa8-9805f1628bb7