aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-ssi.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-26/+39
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22At least according toGuy Harris1-5/+5
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+3
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+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-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-19/+19
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-13/+10
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2009-02-25From Alex Turbov:Jaap Keuter1-3/+1
2008-10-05From Alex Turbov:Jaap Keuter1-56/+109
2008-07-25From Alex Turbov:Anders Broman1-4/+23
2008-06-21From Alex Turbov :Anders Broman1-6/+70
2008-05-23From Alex Turbov:Jaap Keuter1-1/+1
2007-08-30From Chris Maynard:Anders Broman1-10/+10
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"Guy Harris1-1/+1
2004-09-22From Jelmer Vernooij:Guy Harris1-5/+1
2004-09-21From Jelmer Vernooij:Guy Harris1-221/+160
2004-09-17From Jelmer Vernooij:Guy Harris1-3/+6
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+331