aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-01-04Some (trivial) cppcheck fixes.Martin Mathieson1-4/+4
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-02-08wsp: create and populate the stats table only onceMartin Kaiser1-33/+55
2021-02-07wsp: (trivial) use consistent indentationMartin Kaiser1-104/+104
2021-01-27More checking of non-static symbols.Martin Mathieson1-1/+1
2020-10-15WSP: add application/octet-stream content typePascal Quantin1-0/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-03-06wsp: Remove lwm2m.dm length checkStig Bjørlykke1-3/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-10-27wsp: remove a bunch of if (tree) checksMartin Kaiser1-117/+76
2018-06-09Fix handling of text headers with non-text values.Guy Harris1-1/+14
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-3/+3
2018-03-28packet-wsp: Adding x-wap-application:lwm2m.dm supportIvan Severin1-2/+18
2018-03-21packet-wsp: fixed incorrect invalid header handlingIvan Secerin1-2/+2
2018-03-09WSP: check tvb_get_guintvar() successPascal Quantin1-1/+3
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-18/+18
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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