aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-08-24From Stefan Monhof:Anders Broman1-1/+1
2008-08-24From: Stefan Monhof:Anders Broman1-75/+416
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-4/+4
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-6/+15
2008-04-09Remove:Anders Broman1-4/+0
2008-02-11Fix one add'tl warning as reported by David KirkbyBill Meier1-1/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-10-31From Stefano Picerno:Anders Broman1-151/+353
2007-10-27From Stefano Picerno:Anders Broman1-504/+1324
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-06-25From Lukazs M.:Jaap Keuter1-1/+1
2007-06-20From Lukasz M.:Jaap Keuter1-4/+4
2007-06-18From Lukasz "M.":Jaap Keuter1-27/+149
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-3/+3
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": useJeff Morriss1-117/+117
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-03-06From Jhon Sullivan:Anders Broman1-22/+168
2005-12-19From John Sullivan:Anders Broman1-19/+272
2005-10-04Fix a typo.Guy Harris1-1/+1
2005-10-04Get rid of // comments - not all C compilers like them.Guy Harris1-2/+6
2005-10-04From John Sullivan:Anders Broman1-27/+135
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-2/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-5/+4
2004-12-31There are no guarantees that "strncasecmp()" works withGuy Harris1-3/+5
2004-11-03Use the #define for the eDonkey-over-TCP header length.Guy Harris1-2/+3
2004-11-03Add support for desegmentation of eDonkey-over-TCP.Guy Harris1-105/+132
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1435