aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Open Sound Control: Replace tvb_get_const_stringz()João Valverde1-7/+6
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-1/+1
2019-09-03OSC: Set UDP heuristic default off as this is a niche protocol.Anders Broman1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-7/+7
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-37/+8
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-13/+6
2016-01-12[OSC] implement SLIP framing via TCP for OSC-1.1.Hanspeter Portner1-6/+185
2016-01-06[OSC] rename variable 'system' to 'system_msg'.Hanspeter Portner1-5/+5
2016-01-06[OSC] fix and tidy up MIDI in OSC dissector.Hanspeter Portner1-57/+294
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+2
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-04-15Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-5/+5
2014-03-31packet-osc dissector bug fix of path validity funcHanspeter Portner1-2/+3
2014-03-28Add handling of OSC over TCP; fix a bug in the UDP heuristic.Bill Meier1-26/+92
2014-03-17Try to fix trivial varningsAndersBroman1-0/+3
2014-03-14Fix two bugs & do various other changes.Bill Meier1-79/+99
2014-03-06Open Sound Control dissector.Hanspeter Portner1-0/+848