aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-messaging.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...wmeier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-43/+43
2011-05-16Fix endian issues, especially w/endian arg to proto_tree_add_item().cmaynard1-31/+31
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;wmeier1-18/+19
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;wmeier1-12/+12
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-03remove check_coletxrab1-6/+4
2009-09-17From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3921 :morriss1-43/+113
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-27/+27
2009-02-28From Alex Turbov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3291 :morriss1-34/+28
2008-12-30From Gregor Jasny:jake1-4/+10
2008-11-20From Gregor Jasny:jake1-0/+42
2007-08-30From Chris Maynard:etxrab1-28/+28
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-03-24From Sebastien Tandel:sfisher1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-15From Jelmer Vernooij:etxrab1-1/+15
2005-08-28fix value_string terminationsahlberg1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-1/+1
2005-07-13From Ilya Konstantinov :etxrab1-1/+2
2005-07-13From Ilya Konstantinov :etxrab1-4/+281
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"guy1-3/+3
2004-09-23From Jelmer Vernooij:guy1-12/+82
2004-09-22From Jelmer Vernooij:guy1-5/+1
2004-09-21From Jelmer Vernooij:guy1-203/+173
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+323