aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-9/+9
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-23/+23
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-46/+46
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-12/+6
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+2
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 891 & 892;wmeier1-25/+22
2011-01-31Use tvb_bytes_to_str() iso home-grown hex output fcn.wmeier1-23/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-25From Andrew Jean:jake1-7/+14
2009-10-26From Jakub Zawadzki:etxrab1-48/+21
2009-09-17From zeemon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3848 :morriss1-10/+10
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-34/+34
2009-06-04From Jakub Zawadzki:jake1-1/+1
2009-05-13Apply some of the patches from:etxrab1-19/+18
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2008-08-24From Stefan Monhof:etxrab1-1/+1
2008-08-24From: Stefan Monhof:etxrab1-75/+416
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-4/+4
2008-06-25Fix some warnings - declare some arguments, variables, and structureguy1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-6/+15
2008-04-09Remove:etxrab1-4/+0
2008-02-11Fix one add'tl warning as reported by David Kirkbywmeier1-1/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-10-31From Stefano Picerno:etxrab1-151/+353
2007-10-27From Stefano Picerno:etxrab1-504/+1324
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-06-25From Lukazs M.:jake1-1/+1
2007-06-20From Lukasz M.:jake1-4/+4
2007-06-18From Lukasz "M.":jake1-27/+149
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-3/+3
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": usemorriss1-117/+117
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-03-06From Jhon Sullivan:etxrab1-22/+168
2005-12-19From John Sullivan:etxrab1-19/+272
2005-10-04Fix a typo.guy1-1/+1
2005-10-04Get rid of // comments - not all C compilers like them.guy1-2/+6
2005-10-04From John Sullivan:etxrab1-27/+135