aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-06Renamed some reassembled data texts.stig1-3/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2009-11-29Small fix for "Flag C" filter.stig1-1/+1
2009-11-29From Alexis La Goutte:jake1-97/+895
2009-09-05Changed type for "Wireless data" to FT_BYTES.stig1-1/+1
2009-08-19As pointed out by Alexis La Goutte via PM, r29474 didn'tjmayer1-1/+17
2009-08-19Add support for Radio Mac/Wireless Specific Information optionaljmayer1-1/+49
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-06-02Remove the module globals.jake1-277/+257
2009-06-02Do find_dissector_handles once-only in proto_reg_handoff... wmeier1-11/+11
2009-06-02From Alexis La Goutte via bug 3488:stig1-0/+1375