aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-8/+8
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+6
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-4/+4
2013-10-16In packet-wsp.c, don't use the get_long_integer macro where we only need theEvan Huus1-6/+6
2013-10-16Fix warnings found by Clang 5.0 (-Wself-assign and -Wparentheses-equality).Gerald Combs1-2/+2
2013-10-16Fix a comment.Gerald Combs1-1/+1
2013-10-16Back out the previous commit. We'll have to find a different fix.Gerald Combs1-2/+0
2013-10-16Work around a self-assingment error picked up by Clang 5.0.Gerald Combs1-1/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-12emem -> wmemJörg Mayer1-58/+59
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-25/+15
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