aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bittorrent.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-5/+5
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-5/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-03packet-bencode: proto_tree_add_text -> somthing filterableMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-04Split out bencode dissector and use it in the bzr dissector.Jelmer Vernooij1-294/+6
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-101/+111
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-11Fix a bug wherein proto_tree_add_uint() was intended instead of proto_tree_ad...Bill Meier1-1/+1
2011-10-10Fix bugs which caused certain fields to display with the wrong endianness;Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-47/+44
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-04-27From Yaniv Kaul:Bill Meier1-3/+0
2011-04-19From Georg Mueller via bug #5851: Add not handled IDs to BitTorrentStephen Fisher1-1/+27
2011-01-31Fix minor bug lookups of certain "peer ids" would fail.Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-9/+9
2010-06-07Use find_or_create_conversation() rather than only conversation_new().Bill Meier1-3/+1
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier1-362/+376
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-01-13From Didier Gautheron:Anders Broman1-3/+1
2009-11-16Added more Peer ID Conventions.Stig Bjørlykke1-22/+87
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-15/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-28/+28
2009-03-29More size_t casts.Anders Broman1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-11Remove some dead (statement not reached) code (while trying to avoid any fals...Jeff Morriss1-4/+0