aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-06Renamed some reassembled data texts.stig1-3/+3
Removed some check_col(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31809 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
reassembly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31767 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-29Small fix for "Flag C" filter.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31121 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-29From Alexis La Goutte:jake1-97/+895
Based from a Cisco Sample (Thanks Tanmay) Changelog : * Fix a error about value of wbid * Support of CAPWAP fragmentation * Add proper handling of the alignment stuff from the RFC for Radio MAC and Wireless specific information * Add more support of Messages Element Type * Add a option to dissector Cisco Sample (Cisco Controler use a old draft) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31114 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-05Changed type for "Wireless data" to FT_BYTES.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29725 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-19As pointed out by Alexis La Goutte via PM, r29474 didn'tjmayer1-1/+17
support the different MAC formats (eui48 and eui64) properly. Now, eui48 is printed as mac, the rest is still handled as blob. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29476 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-19Add support for Radio Mac/Wireless Specific Information optionaljmayer1-1/+49
header fields. This patch lacks handling of padding since a) I don't have a trace containing padding and b) I don't understand the wording in the rfc (it's to ambigous for my liking). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29474 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
(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-06-02Remove the module globals.jake1-277/+257
Clean up the source code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28615 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02Do find_dissector_handles once-only in proto_reg_handoff... wmeier1-11/+11
lenght ==> length in a few places; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28610 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02From Alexis La Goutte via bug 3488:stig1-0/+1375
Add support for decoding CAPWAP Control Packet (RFC5415) From me: Adjusted some names. Some space cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28603 f5534014-38df-0310-8fa8-9805f1628bb7