Combine Decode As and port preferences for tcp.port dissector table.
[metze/wireshark/wip.git] / epan / dissectors / packet-bittorrent.c
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-03-28 Joerg MayerFix more -Wused-but-marked-unused warnings/errors.
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-04-15 AndersBromanReplcae deprecated API tvb_length with tvb_reported_len...
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-08-03 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-03 Michael Mannpacket-bencode: proto_tree_add_text -> somthing filterable
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-04 Jelmer VernooijSplit out bencode dissector and use it in the bzr disse...
2013-12-14 Jakub ZawadzkiFix warnings
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-19 Anders BromanFrom beroset:
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-07-18 Guy HarrisFix a non-proto_tree_add_item() passing an ENC_ value...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-21 Bill Meier'tab-width/tabstop/tabSize' in editor modelines should...
2012-03-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-11 Bill MeierFix a bug wherein proto_tree_add_uint() was intended...
2011-10-10 Bill MeierFix bugs which caused certain fields to display with...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-04-27 Bill MeierFrom Yaniv Kaul:
2011-04-19 Stephen FisherFrom Georg Mueller via bug #5851: Add not handled IDs...
2011-01-31 Bill MeierFix minor bug lookups of certain "peer ids" would fail.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-06-07 Bill MeierUse find_or_create_conversation() rather than only...
2010-05-11 Bill MeierUse consistent indentation; Whitesapce & formatting...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-11-16 Stig BjørlykkeAdded more Peer ID Conventions.
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 Anders BromanMore size_t casts.
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-07-11 Jeff MorrissRemove some dead (statement not reached) code (while...
2007-11-09 Anders BromanApply yet another set of the optimization patches:
2007-08-15 Jeff Morriss- s/ntohs/g_ntohs
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-28 Stephen FisherFix a bunch of warnings, add svn:keywords Id and svn...
2007-03-27 Stephen FisherFix a warning in packet-bittorrent.c I didn't fix right...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2005-12-19 Anders BromanFrom John Sullivan:
2005-10-05 Ulf Lampingbugfix: don't crash, if not enough bytes of the header...
2005-10-02 Ulf Lampingenhancements COL_INFO output and make bittorrent protoc...
2005-08-18 Guy HarrisThe length returned for continuation data should be...
2005-08-18 Guy HarrisShow BitTorrent stuff that doesn't look right as contin...
2005-08-17 Gerald CombsIf we receive junk data from the network it means we...
2005-08-16 Guy HarrisFrom Peter Johansson: add an option to decode the clien...
2005-07-09 Guy HarrisFind the BitTorrent dissector immediately after registe...
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-02-02 Anders BromanFrom Jon Ringle:
2004-12-03 Guy HarrisAdd a URL for the BitTorrent protocol spec.
2004-12-01 Guy HarrisFrom Jelmer Vernooij: BitTorrent support.