aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-generic.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15tvb_[reported_]length_remaining can return -1wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 823 & 824;wmeier1-38/+34
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;wmeier1-5/+5
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-30/+30
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-4/+4
2008-05-23From Alex Turbov:jake1-22/+23
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-4/+4
2007-08-30From Chris Maynard:etxrab1-30/+30
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2004-10-23Remove the include of <epan/prefs.h> from files that don't call anyguy1-1/+0
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-22From Jelmer Vernooij:guy1-19/+4
2004-09-21From Jelmer Vernooij:guy1-265/+267
2004-09-17From Jelmer Vernooij:guy1-0/+49
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+561