aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-2/+2
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...sahlberg1-2/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-5/+4
2004-12-31There are no guarantees that "strncasecmp()" works withguy1-3/+5
2004-11-03Use the #define for the eDonkey-over-TCP header length.guy1-2/+3
2004-11-03Add support for desegmentation of eDonkey-over-TCP.guy1-105/+132
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1435