aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-generic.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-7/+7
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-8/+8
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-366/+379
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-37/+56
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-23/+15
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 823 & 824;Bill Meier1-38/+34
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-5/+5
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-4/+4
2008-05-23From Alex Turbov:Jaap Keuter1-22/+23
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-4/+4
2007-08-30From Chris Maynard:Anders Broman1-30/+30
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2004-10-23Remove the include of <epan/prefs.h> from files that don't call anyGuy Harris1-1/+0
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-22From Jelmer Vernooij:Guy Harris1-19/+4
2004-09-21From Jelmer Vernooij:Guy Harris1-265/+267
2004-09-17From Jelmer Vernooij:Guy Harris1-0/+49
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+561