aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-1/+3
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-3/+3
2012-07-14Don't pass the return value of tvb_length_remaining() to fragment_add_check()...Chris Maynard1-1/+5
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2011-11-10From Dirk:Anders Broman1-1/+5
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+4
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-14/+14
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-24/+24
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;Bill Meier1-1/+4
2011-07-11From qgj:Anders Broman1-133/+133
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
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