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