aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bittorrent.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-4/+4
2011-10-11Fix a bug wherein proto_tree_add_uint() was intended instead of proto_tree_ad...wmeier1-1/+1
2011-10-10Fix bugs which caused certain fields to display with the wrong endianness;wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-11/+11
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-47/+44
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-04-27From Yaniv Kaul:wmeier1-3/+0
2011-04-19From Georg Mueller via bug #5851: Add not handled IDs to BitTorrentsfisher1-1/+27
2011-01-31Fix minor bug lookups of certain "peer ids" would fail.wmeier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-9/+9
2010-06-07Use find_or_create_conversation() rather than only conversation_new().wmeier1-3/+1
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.wmeier1-362/+376
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-01-13From Didier Gautheron:etxrab1-3/+1
2009-11-16Added more Peer ID Conventions.stig1-22/+87
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-15/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-28/+28
2009-03-29More size_t casts.etxrab1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-11Remove some dead (statement not reached) code (while trying to avoid any fals...morriss1-4/+0
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+2
2007-08-15- s/ntohs/g_ntohsmorriss1-25/+24
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-6/+6
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-2/+2
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...sfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-7/+7
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-12-19From John Sullivan:etxrab1-11/+472
2005-10-05bugfix: don't crash, if not enough bytes of the header availableulfl1-0/+3
2005-10-02enhancements COL_INFO output and make bittorrent protocol filterableulfl1-13/+45
2005-08-18The length returned for continuation data should be the length remainingguy1-6/+7
2005-08-18Show BitTorrent stuff that doesn't look right as continuation data.guy1-24/+38
2005-08-17If we receive junk data from the network it means we have agerald1-2/+2
2005-08-16From Peter Johansson: add an option to decode the client information,guy1-190/+286
2005-07-09Find the BitTorrent dissector immediately after registering it, and saveguy1-15/+16
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-02-02From Jon Ringle:etxrab1-1/+1
2004-12-03Add a URL for the BitTorrent protocol spec.guy1-0/+6
2004-12-01From Jelmer Vernooij: BitTorrent support.guy1-0/+302