aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-19From beroset:Anders Broman1-5/+5
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+12
2013-02-22From 802.11-2012.pdf Update Information Element (IE Tag) ListAlexis La Goutte1-3/+3
2013-02-02Hack: disguise '/*' in text strings to prevent checkAPIs & etc seeing 'start ...Bill Meier1-5/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+1
2012-12-10Re-generate value_string array for MIBenum mapping char set names from latest...Bill Meier1-131/+132
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Revert r45005.Martin Mathieson1-0/+11
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson1-11/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-4/+4
2012-08-25cleanup some unnecessary g_malloc callsMichael Mann1-1/+1
2012-08-14Have strings use ephemeral memory. This dissector appears to need a massive ...Michael Mann1-96/+52
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-26Fix memory leaks involving tvb_get_stringz() by replacing it with tvb_get_eph...Chris Maynard1-43/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-05All: Fix proto_tree_add_item() encoding parameter:Bill Meier1-26/+40
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-04Remove unneeded #includes.Bill Meier1-3/+0
2011-08-04Whitespace cleanup: convert mixture of "4 space" and "8 space" tabs to spaces.Bill Meier1-6361/+6371
2011-08-04Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-60/+69
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().Chris Maynard1-1/+1
2011-02-24Fix Bug #5624: "Unknown MMS multipart media is shown in the wrong subtree"Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-59/+73
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier1-9/+9
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+5
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-6/+6
2010-01-07We do proto_item_append_string() all over the place; make the treeGuy Harris1-11/+13
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-30/+11
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-8/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-04-07Use some default true_false_string's.Bill Meier1-11/+6
2008-11-19Fix for bug 3071:Jaap Keuter1-1/+1
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier1-3/+3
2008-10-28From Shmulik Bezale:Anders Broman1-0/+5
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2008-04-09Remove:Anders Broman1-4/+0
2007-12-23Use proto functions i.s.o. manipulating node data directly.Jaap Keuter1-3/+2
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-13/+17
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1