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