aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.c
AgeCommit message (Expand)AuthorFilesLines
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