aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12In r12060, use of the "aim.family" subdissector table was eliminated, inGuy Harris1-5/+0
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-4/+5
2013-10-24AIM doesn't ever use it's private_data structure, so remove it. If it ever d...Michael Mann1-10/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-1/+2
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-1/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-3/+7
2012-10-191) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Try to make the buildbot happy.Anders Broman1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-3/+3
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-43/+37
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