aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15tvb_[reported_]length_remaining can return -1wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy1-43/+37
2011-02-17Fix various Visual C++ analysis warnings.gerald1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;wmeier1-9/+9
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-613/+613
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-03remove check_coletxrab1-7/+4
2009-10-07From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :morriss1-20/+72
2009-10-02One of those if(check_col)'s was hiding another condition (should have been l...morriss1-1/+2
2009-10-01From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :morriss1-499/+547
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-12/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-22/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-60/+60
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+3
2008-12-11From Gregor Jasny:jake1-127/+184
2008-11-20From Gregor Jasny:jake1-20/+56
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-16From Alex Turbov:jake1-1/+1
2008-07-16From Alex Turbov:jake1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-2/+2
2008-05-23From Alex Turbov:jake1-1/+55
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-8/+8
2007-03-24From Sebastien Tandel:sfisher1-1/+1
2006-12-17Make IPv4 addresses in AIM TLV data human readable.sfisher1-3/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-03-07potential dereference of null pointersahlberg1-1/+1
2005-12-07From Jelmer V AIM bugfixsahlberg1-6/+4
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
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-4/+2
2005-07-13From Ilya Konstantinov :etxrab1-5/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+4
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.gerald1-0/+5
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"guy1-6/+12
2005-01-05Use "tvb_format_text()" to extract and format the buddy name string inguy1-5/+3
2004-12-25Again, some warnings removed.ulfl1-1/+1
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".gerald1-2/+2
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsguy1-1/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-23From Jelmer Vernooij:guy1-66/+77
2004-09-22From Jelmer Vernooij:guy1-10/+109
2004-09-21From Jelmer Vernooij:guy1-60/+94
2004-09-18From Jelmer Vernooij:guy1-2/+157