aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-25ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, wh...Nicolas BERTIN1-66/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-3/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+4
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-8/+8
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-12-09From packet-ua, pass a pointer to direction rather than direction itself. In...Chris Maynard1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-08-05Replace global variable that was just used to pass data between dissectors wi...Michael Mann1-6/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-06Fix some bugs & do extensive cleanup;Bill Meier1-253/+242
2012-03-01From Lars Ruoff:Anders Broman1-796/+295
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-286/+786
2012-02-22From Lars Ruoff:Anders Broman1-786/+286
2012-01-10From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6722Alexis La Goutte1-8/+8
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-4/+4
2011-11-27Various Minor cleanup:Bill Meier1-33/+119
2011-11-14'guint8=tvb_get_guint8() + 2' can wrap. Use 'gint=...' instead. ditto for 'gi...Bill Meier1-53/+52
2011-11-13The sum of a guint16 and 2 does not necessarily fit in a guint16. PutGuy Harris1-1/+1
2011-10-31From Marek Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte1-116/+143
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-27From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte1-0/+723