aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-9/+9
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-613/+613
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-7/+4
2009-10-07From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :Jeff Morriss1-20/+72
2009-10-02One of those if(check_col)'s was hiding another condition (should have been l...Jeff Morriss1-1/+2
2009-10-01From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :Jeff Morriss1-499/+547
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-22/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+3
2008-12-11From Gregor Jasny:Jaap Keuter1-127/+184
2008-11-20From Gregor Jasny:Jaap Keuter1-20/+56
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-07-16From Alex Turbov:Jaap Keuter1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-2/+2
2008-05-23From Alex Turbov:Jaap Keuter1-1/+55
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-8/+8
2007-03-24From Sebastien Tandel:Stephen Fisher1-1/+1
2006-12-17Make IPv4 addresses in AIM TLV data human readable.Stephen Fisher1-3/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
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
2006-03-07potential dereference of null pointerRonnie Sahlberg1-1/+1
2005-12-07From Jelmer V AIM bugfixRonnie Sahlberg1-6/+4
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
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-4/+2
2005-07-13From Ilya Konstantinov :Anders Broman1-5/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-3/+4
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs1-0/+5
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"Guy Harris1-6/+12
2005-01-05Use "tvb_format_text()" to extract and format the buddy name string inGuy Harris1-5/+3
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".Gerald Combs1-2/+2
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsGuy Harris1-1/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-23From Jelmer Vernooij:Guy Harris1-66/+77
2004-09-22From Jelmer Vernooij:Guy Harris1-10/+109
2004-09-21From Jelmer Vernooij:Guy Harris1-60/+94
2004-09-18From Jelmer Vernooij:Guy Harris1-2/+157
2004-09-17From Jelmer Vernooij: get rid of some unused tables.Guy Harris1-28/+2
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aGuy Harris1-2/+4
2004-09-17From Jelmer Vernooij:Guy Harris1-3/+75