aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bittorrent.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+2
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-25/+24
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-6/+6
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-2/+2
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...Stephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-7/+7
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
2005-12-19From John Sullivan:Anders Broman1-11/+472
2005-10-05bugfix: don't crash, if not enough bytes of the header availableUlf Lamping1-0/+3
2005-10-02enhancements COL_INFO output and make bittorrent protocol filterableUlf Lamping1-13/+45
2005-08-18The length returned for continuation data should be the length remainingGuy Harris1-6/+7
2005-08-18Show BitTorrent stuff that doesn't look right as continuation data.Guy Harris1-24/+38
2005-08-17If we receive junk data from the network it means we have aGerald Combs1-2/+2
2005-08-16From Peter Johansson: add an option to decode the client information,Guy Harris1-190/+286
2005-07-09Find the BitTorrent dissector immediately after registering it, and saveGuy Harris1-15/+16
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-1/+1
2004-12-03Add a URL for the BitTorrent protocol spec.Guy Harris1-0/+6
2004-12-01From Jelmer Vernooij: BitTorrent support.Guy Harris1-0/+302