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