aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-09-02WSP: allocate content type string in wmem poolPascal Quantin1-2/+2
2017-04-11packet-wsp.c: Fix WSP dissector loop (add_capabilities)Michael Mann1-1/+3
2017-04-10WSP: fix addition of x-up-proxy-tod in treePascal Quantin1-4/+6
2017-04-02WSP: fix addition of X-Wap-Tod header in treePascal Quantin1-6/+7
2017-01-25wsp: Sanity check capability lengthMichael Mann1-1/+9
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-10/+3
2016-07-26WAP: check that tvb_get_guintvar does not overflowPascal Quantin1-27/+29
2016-07-09packet-wsp.c: Fix infinite loop in add_headersMichael Mann1-0/+15
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-05-26Remove some proto_item_append_stringMichael Mann1-26/+31
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris1-3/+4
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-7/+9
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-10-09WSP: Fix add_addresses()João Valverde1-2/+2
2015-09-01Convert the WSP stats to generic stat API.Gerald Combs1-0/+156
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