aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bittorrent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bug lookups of certain "peer ids" would fail.Bill Meier2011-01-311-3/+3
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-9/+9
* Use find_or_create_conversation() rather than only conversation_new().Bill Meier2010-06-071-3/+1
* Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier2010-05-111-362/+376
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-2/+0
* From Didier Gautheron:Anders Broman2010-01-131-3/+1
* Added more Peer ID Conventions.Stig Bjørlykke2009-11-161-22/+87
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-15/+5
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-28/+28
* More size_t casts.Anders Broman2009-03-291-3/+3
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Remove some dead (statement not reached) code (while trying to avoid any fals...Jeff Morriss2008-07-111-4/+0
* Apply yet another set of the optimization patches:Anders Broman2007-11-091-1/+2
* - s/ntohs/g_ntohsJeff Morriss2007-08-151-25/+24
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-2/+2
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-6/+6
* Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher2007-03-281-2/+2
* Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...Stephen Fisher2007-03-271-1/+1
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-7/+7
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* From John Sullivan:Anders Broman2005-12-191-11/+472
* bugfix: don't crash, if not enough bytes of the header availableUlf Lamping2005-10-051-0/+3
* enhancements COL_INFO output and make bittorrent protocol filterableUlf Lamping2005-10-021-13/+45
* The length returned for continuation data should be the length remainingGuy Harris2005-08-181-6/+7
* Show BitTorrent stuff that doesn't look right as continuation data.Guy Harris2005-08-181-24/+38
* If we receive junk data from the network it means we have aGerald Combs2005-08-171-2/+2
* From Peter Johansson: add an option to decode the client information,Guy Harris2005-08-161-190/+286
* Find the BitTorrent dissector immediately after registering it, and saveGuy Harris2005-07-091-15/+16
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-2/+2
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* From Jon Ringle:Anders Broman2005-02-021-1/+1
* Add a URL for the BitTorrent protocol spec.Guy Harris2004-12-031-0/+6
* From Jelmer Vernooij: BitTorrent support.Guy Harris2004-12-011-0/+302