aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-messaging.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-09Don't use tvb_get_nstringz0(), use tvb_get_string_enc().Guy Harris1-3/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22At least according toGuy Harris1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-0/+4
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
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-5/+6
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-43/+43
2011-05-16Fix endian issues, especially w/endian arg to proto_tree_add_item().Chris Maynard1-31/+31
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-18/+19
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-12/+12
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-6/+4
2009-09-17From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3921 :Jeff Morriss1-43/+113
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-27/+27
2009-02-28From Alex Turbov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3291 :Jeff Morriss1-34/+28
2008-12-30From Gregor Jasny:Jaap Keuter1-4/+10
2008-11-20From Gregor Jasny:Jaap Keuter1-0/+42
2007-08-30From Chris Maynard:Anders Broman1-28/+28
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-03-24From Sebastien Tandel:Stephen Fisher1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-15From Jelmer Vernooij:Anders Broman1-1/+15
2005-08-28fix value_string terminationRonnie Sahlberg1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-1/+1
2005-07-13From Ilya Konstantinov :Anders Broman1-1/+2
2005-07-13From Ilya Konstantinov :Anders Broman1-4/+281
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"Guy Harris1-3/+3
2004-09-23From Jelmer Vernooij:Guy Harris1-12/+82
2004-09-22From Jelmer Vernooij:Guy Harris1-5/+1
2004-09-21From Jelmer Vernooij:Guy Harris1-203/+173
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+323