aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Fix some bugs & do extensive cleanup;Bill Meier2012-06-061-253/+242
* From Lars Ruoff:Anders Broman2012-03-011-796/+295
* Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte2012-02-221-286/+786
* From Lars Ruoff:Anders Broman2012-02-221-786/+286
* From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6722Alexis La Goutte2012-01-101-8/+8
* Fix memory leaks involving tvb_get_string[z]().Chris Maynard2011-12-281-4/+4
* Various Minor cleanup:Bill Meier2011-11-271-33/+119
* 'guint8=tvb_get_guint8() + 2' can wrap. Use 'gint=...' instead. ditto for 'gi...Bill Meier2011-11-141-53/+52
* The sum of a guint16 and 2 does not necessarily fit in a guint16. PutGuy Harris2011-11-131-1/+1
* From Marek Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte2011-10-311-116/+143
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-1/+1
* From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte2011-09-271-0/+723