aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uaudp.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02uaudp: added "SuperFast Connect" parameter to connect message (removes "Unkno...Nicolas Bertin1-0/+1
2017-05-17UA/UDP: Create TLV for Connect and make fields filterableMichael Mann1-71/+144
2017-04-28uaudp: fixed decoding of CONNECT messageNicolas Bertin1-1/+18
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+0
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-4/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-110/+32
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-12/+5
2016-01-15uaudp: fix buffer overrun while reading prefPeter Wu1-39/+17
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-6/+7
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+9
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18If all ports are set to 0, then register the handle so "Decode As..." works.Chris Maynard1-0/+12
2012-09-18Don't register to udp port 0.Chris Maynard1-2/+4
2012-08-14more ephemeral memory cleanupMichael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-06Fix compiler error (I hope)Bill Meier1-1/+1
2012-06-06Fix some bugs & do extensive cleanup;Bill Meier1-559/+552
2012-04-10Add missing consts.Jakub Zawadzki1-4/+4
2012-03-01From Lars Ruoff:Anders Broman1-231/+631
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-584/+185
2012-02-22From Lars Ruoff:Anders Broman1-185/+584
2011-11-15Move proto_reg_handoff...() to the end of the file as per convention;Bill Meier1-75/+73
2011-10-31From Marek Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte1-28/+96
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-27- check_col() no longer needed;Bill Meier1-43/+29
2011-09-27From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte1-0/+237