aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-2/+2
2017-05-12AIM: allow multiple TCP ports to be configuredMartin Mathieson1-2/+5
2017-01-31format_text_wmem -> format_textMichael Mann1-6/+6
2017-01-31Add format_text_wmem.Michael Mann1-6/+6
2017-01-20aim: add shutdown routine.Dario Lombardo1-0/+15
2016-12-27Merge AIM files into single dissector file.Michael Mann1-268/+3100
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-21/+25
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-4/+4
2016-01-31aim: allow SSL decryptionPeter Wu1-3/+20
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-05-26AIM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-10/+1
2015-05-26Revert "[AIM] Fix string length"Michael Mann1-2/+2
2015-05-25[AIM] Fix string lengthAnders1-1/+1
2015-05-25Remove proto_tree_add_text from AIM dissectors.Michael Mann1-32/+50
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-9/+9
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-16/+9
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-122/+135
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-10/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-09Don't use tvb_get_nstringz0(), use tvb_get_string_enc().Guy Harris1-6/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22At least according toGuy Harris1-4/+4
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-4/+2
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