aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-10From Dirk:etxrab1-1/+5
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-3/+4
2011-10-24Fix encoding arg for various fcn calls:wmeier1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-14/+14
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-24/+24
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;wmeier1-1/+4
2011-07-11From qgj:etxrab1-133/+133
2011-05-08Add FT_EUI64 Field Typealagoutte1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-20/+20
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-5/+5
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