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