aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v5ua.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-26/+26
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-17/+2
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-0/+3
2010-02-03Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug...morriss1-7/+5
2010-01-22Fix some gcc -Wshadow warningswmeier1-4/+4
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-07-14From Vladimir Smrekar :etxrab1-970/+343
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-02-21Incorporate plugin dissector into build in collection.jake1-0/+2355