aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-30- Comment: some abbreviations usedjmayer1-6/+87
- Fix dissection of MU_RF_STATS_BLOCK - Try to dissect embedded 802.11 frames (only works for the header, there seems to be a constant value of 0xa8b7 between wireless header and wireless data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33682 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-06Add a document referencejmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30841 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
* Remove check_col guards git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30127 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-9/+9
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-02Add a few more elements, most of them without hf_ elementsjmayer1-7/+43
yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28250 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-01Add hf_ elements for the new typesjmayer1-195/+1174
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28238 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-30Add a few additional pieces of informationjmayer1-32/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28202 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-30Add additional Type->Name associations: Now we can roughlyjmayer1-43/+239
interpret config and stat TLVs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28199 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-31Make the forward declaration of dissect_snmp() match the definition.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27914 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-31Fix gcc 3.4.6 warning about setjmp/longjmp.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27913 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-26(Trivial): Use NULL instead of "" in hfp[] blurbswmeier1-67/+67
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27851 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-24Beginnings of WASSP dissection - that's the protocol run betweenjmayer1-0/+851
HiPath Wireless controllers and the APs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27842 f5534014-38df-0310-8fa8-9805f1628bb7