aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-9/+9
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-9/+9
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-1/+1
* Don't use tvb_get_nstringz0(), use tvb_get_string_enc().Guy Harris2014-04-091-6/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* At least according toGuy Harris2014-01-221-4/+4
* Add missing includesJakub Zawadzki2013-12-211-0/+1
* Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki2013-12-211-4/+2
* In r12060, use of the "aim.family" subdissector table was eliminated, inGuy Harris2013-12-121-5/+0
* Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2013-11-091-4/+5
* AIM doesn't ever use it's private_data structure, so remove it. If it ever d...Michael Mann2013-10-241-10/+0
* emem -> wmem conversion:Pascal Quantin2013-09-221-3/+3
* More dissector table UI name changes (a continuation of r51904).Chris Maynard2013-09-091-1/+2
* svn path=/trunk/; revision=48272Anders Broman2013-03-121-1/+4
* Comment out unused hf[] entries & etc.Bill Meier2013-01-311-3/+7
* 1) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard2012-10-191-13/+13
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Try to make the buildbot happy.Anders Broman2012-06-041-1/+1
* Get rid of a couple of warnings.Anders Broman2012-06-041-3/+3
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-1/+0
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-04-301-1/+1
* tvb_[reported_]length_remaining can return -1Bill Meier2011-11-151-1/+1
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-2/+2
* Use ENC_ values in proto_tree_add_item() calls.Guy Harris2011-09-221-43/+37
* Fix various Visual C++ analysis warnings.Gerald Combs2011-02-171-4/+4
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* (Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier2010-10-071-9/+9
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-613/+613
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* remove check_colAnders Broman2010-03-031-7/+4
* From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :Jeff Morriss2009-10-071-20/+72
* One of those if(check_col)'s was hiding another condition (should have been l...Jeff Morriss2009-10-021-1/+2
* From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :Jeff Morriss2009-10-011-499/+547
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-12/+4
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-22/+22
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-60/+60
* From Artem Tamazov (bug 3472):Stig Bjørlykke2009-05-191-0/+3
* From Gregor Jasny:Jaap Keuter2008-12-111-127/+184
* From Gregor Jasny:Jaap Keuter2008-11-201-20/+56
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* From Alex Turbov:Jaap Keuter2008-07-161-1/+1
* From Alex Turbov:Jaap Keuter2008-07-161-1/+1
* Fix some warnings reported by gcc -Wshadow ...Bill Meier2008-06-261-2/+2
* From Alex Turbov:Jaap Keuter2008-05-231-1/+55
* Implement some of the minor possible speed improvment patches.Anders Broman2007-10-151-8/+8