aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-chat.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-5/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-16/+29
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-04-09Don't use tvb_get_nstringz0(), use tvb_get_string_enc().Guy Harris1-6/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-5/+5
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
2012-06-04Get rid of a couple of warnings.Anders Broman1-4/+4
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+0
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-1/+3
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-23/+24
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-6/+3
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-03-24From Sebastien Tandel:Stephen Fisher1-2/+2
2006-08-21move a few arrays off the stackRonnie Sahlberg1-6/+14
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
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-21From Jelmer Vernooij:Guy Harris1-86/+59
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+193