aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uaudp.c
AgeCommit message (Expand)AuthorFilesLines
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