Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-icq.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-05 Evan HuusFix compile errors: remove unused parameters, fix forma...
2013-07-05 Michael MannMajor cleanup to ICQ dissector. Still needs a bunch...
2013-07-05 Michael MannBatch of filterable expert infos.
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-19 Anders BromanFrom beroset:
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-12-26 Guy HarrisFix a bunch of warnings.
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-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-04-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-11 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-03-27 Stig BjørlykkeAdded a FALLTHRU comment to avoid a "missing break...
2011-01-16 Jeff MorrissUse tvb_ip_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-02-19 Guy HarrisWe don't call assert() (and shouldn't - dissectors...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-12-08 Anders BromanFrom Jakub Zawadzki:
2009-12-02 Gerald CombsBack out r30376, which introduced a buffer overrun...
2009-10-06 Anders BromanFrom Didier Gautheron:
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
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-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-06-28 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-03-06 Jeff MorrissMake this dissector (which runs on a non-IANA-assigned...
2006-08-31 Ulf Lampinguse an expert_info instead of an fprintf to show an...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-07-30 Jörg MayerMore char -> const char fixes
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-01-26 Ulf Lampingif there must be an unknown version message, use hex...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.