Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-edonkey.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_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 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Martin Kaiseredonkey seems to use 7-bit ascii for its tags etc
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-13 Jakub ZawadzkiFix warnings + remove some v. old comment from strutil.h
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-14 Martin Kaiseruse generic editor modelines
2013-09-14 Martin Kaiseremem -> wmem
2013-07-16 Chris MaynardFix Coverity CID 1055436: Improper use of negative...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-17 Anders Broman[-Wmissing-prototypes]
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2013-01-29 Michael MannMake eDonkey dissector a "new style" and only dissect...
2013-01-29 Michael MannGet Server Info should not have any data unless "challe...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-19 Jakub ZawadzkiSimplify proto_tree_add_string_format_value(..., val...
2012-04-30 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-07-13 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-20 Bill MeierAdd #include <stdlib.h> to files which reference fcns...
2011-04-19 Stig BjørlykkeFrom Michael Mann via bug 2794:
2011-04-09 Bill MeierDon't assign to a proto_item * if the value won't be...
2011-01-31 Bill MeierUse tvb_bytes_to_str() iso home-grown hex output fcn.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-11-25 Jaap KeuterFrom Andrew Jean:
2009-10-26 Anders BromanFrom Jakub Zawadzki:
2009-09-17 Jeff MorrissFrom zeemon via https://bugs.wireshark.org/bugzilla...
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) 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-06-04 Jaap KeuterFrom Jakub Zawadzki:
2009-05-13 Anders BromanApply some of the patches from:
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-24 Anders BromanFrom Stefan Monhof:
2008-08-24 Anders BromanFrom: Stefan Monhof:
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-06-25 Guy HarrisFix some warnings - declare some arguments, variables...
2008-05-15 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2008-02-11 Bill MeierFix one add'tl warning as reported by David Kirkby
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-31 Anders BromanFrom Stefano Picerno:
2007-10-27 Anders BromanFrom Stefano Picerno:
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-06-25 Jaap KeuterFrom Lukazs M.:
2007-06-20 Jaap KeuterFrom Lukasz M.:
2007-06-18 Jaap KeuterFrom Lukasz "M.":
2007-05-29 Guy HarrisUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-04-17 Jeff MorrissFix warnings of the form "long long unsigned int format...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
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-06 Anders BromanFrom Jhon Sullivan:
2005-12-19 Anders BromanFrom John Sullivan:
2005-10-04 Guy HarrisFix a typo.
2005-10-04 Guy HarrisGet rid of // comments - not all C compilers like them.
2005-10-04 Anders BromanFrom John Sullivan:
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-30 Jörg MayerMake some funtions static. More char -> const char...
2005-07-28 Ronnie Sahlbergsome more memification of tvb_get_string() no obviou...
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2004-12-31 Guy HarrisThere are no guarantees that "strncasecmp()" works...
2004-11-03 Guy HarrisUse the #define for the eDonkey-over-TCP header length.
2004-11-03 Guy HarrisAdd support for desegmentation of eDonkey-over-TCP.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.