Fix some warnings/errors of type
[metze/wireshark/wip.git] / epan / dissectors / packet-aim.c
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-01-31 Peter Wuaim: allow SSL decryption
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-05-26 Alexis La GoutteAIM: Fix Dead Store (Dead assignement/Dead increment...
2015-05-26 Michael MannRevert "[AIM] Fix string length"
2015-05-25 Anders[AIM] Fix string length
2015-05-25 Michael MannRemove proto_tree_add_text from AIM dissectors.
2015-04-14 AndersBromanChange deprecated API tvb_length -> tvb_reported_length
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-29 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-10-20 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-02 Bill MeierAdd editor modelines & adjust indentation/whitespace...
2014-06-22 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-04-09 Guy HarrisDon't use tvb_get_nstringz0(), use tvb_get_string_enc().
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisAt least according to
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-21 Jakub ZawadzkiDrop isprint.h use g_ascii_isprint() when this include...
2013-12-12 Guy HarrisIn r12060, use of the "aim.family" subdissector table...
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-10-24 Michael MannAIM doesn't ever use it's private_data structure, so...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-09 Chris MaynardMore dissector table UI name changes (a continuation...
2013-03-12 Anders Bromansvn path=/trunk/; revision=48272
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-10-19 Chris Maynard1) Use tvb_reported_length_remaining instead of tvb_rep...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-04 Anders BromanTry to make the buildbot happy.
2012-06-04 Anders BromanGet rid of a couple of warnings.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-04-30 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-11-15 Bill Meiertvb_[reported_]length_remaining can return -1
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-09-22 Guy HarrisUse ENC_ values in proto_tree_add_item() calls.
2011-02-17 Gerald CombsFix various Visual C++ analysis warnings.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-07 Bill Meier(Minor) Rename a few variables in the global namespace...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-03 Anders Bromanremove check_col
2009-10-07 Jeff MorrissFrom Gregor Jasny via https://bugs.wireshark.org/bugzil...
2009-10-02 Jeff MorrissOne of those if(check_col)'s was hiding another conditi...
2009-10-01 Jeff MorrissFrom Gregor Jasny via https://bugs.wireshark.org/bugzil...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 Stig BjørlykkeFrom Artem Tamazov (bug 3472):
2008-12-11 Jaap KeuterFrom Gregor Jasny:
2008-11-20 Jaap KeuterFrom Gregor Jasny:
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-07-16 Jaap KeuterFrom Alex Turbov:
2008-07-16 Jaap KeuterFrom Alex Turbov:
2008-06-26 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-05-23 Jaap KeuterFrom Alex Turbov:
2007-10-15 Anders BromanImplement some of the minor possible speed improvment...
2007-03-24 Stephen FisherFrom Sebastien Tandel:
2006-12-17 Stephen FisherMake IPv4 addresses in AIM TLV data human readable.
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-07 Ronnie Sahlbergpotential dereference of null pointer
2005-12-07 Ronnie SahlbergFrom Jelmer V AIM bugfix
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-07-24 Ronnie Sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-07-13 Anders BromanFrom Ilya Konstantinov :
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-03-28 Gerald CombsIn tvb_get_string(), throw an exception if our length...
2005-01-17 Guy HarrisIf a given TLV type isn't found in an aim_tlv table...
2005-01-05 Guy HarrisUse "tvb_format_text()" to extract and format the buddy...
2004-12-25 Ulf LampingAgain, some warnings removed.
2004-12-09 Gerald CombsTerminate value_strings with "{ 0, NULL }" instead...
2004-10-23 Guy HarrisPut the name, as well as the value, of the family and...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-23 Guy HarrisFrom Jelmer Vernooij:
2004-09-22 Guy HarrisFrom Jelmer Vernooij:
2004-09-21 Guy HarrisFrom Jelmer Vernooij:
2004-09-18 Guy HarrisFrom Jelmer Vernooij:
2004-09-17 Guy HarrisFrom Jelmer Vernooij: get rid of some unused tables.
2004-09-17 Guy Harrisfrom Thomas Boehne: don't put code before a declaration...
2004-09-17 Guy HarrisFrom Jelmer Vernooij:
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-08-01 Guy HarrisFrom Jelmer Vernooij: add support for some more TLVs...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.