aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2015-03-30WSP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-21/+21
2015-03-28wsp: fix format stringEvan Huus1-2/+2
2015-03-25Generate format strings at compile time.Guy Harris1-20/+20
2015-03-24Overhaul WSP dissector.Michael Mann1-1948/+1850
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-6/+6
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-44/+21
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-16/+4
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-124/+0
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-8/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-8/+8
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-16/+16
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-4/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-2/+2
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