aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-20/+20
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-5/+5
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-3/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2009-11-29Small fix for "Flag C" filter.Stig Bjørlykke1-1/+1
2009-11-29From Alexis La Goutte:Jaap Keuter1-97/+895
2009-09-05Changed type for "Wireless data" to FT_BYTES.Stig Bjørlykke1-1/+1
2009-08-19As pointed out by Alexis La Goutte via PM, r29474 didn'tJörg Mayer1-1/+17
2009-08-19Add support for Radio Mac/Wireless Specific Information optionalJörg Mayer1-1/+49
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-06-02Remove the module globals.Jaap Keuter1-277/+257
2009-06-02Do find_dissector_handles once-only in proto_reg_handoff... Bill Meier1-11/+11
2009-06-02From Alexis La Goutte via bug 3488:Stig Bjørlykke1-0/+1375