aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bittorrent.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-33/+33
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-4/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2021-10-22bittorrent: Do some PDU length validity checkingJohn Thacker1-4/+128
2021-10-19BT-uTP: Hand to bittorrent dissector, dissect multiple PDUsJohn Thacker1-0/+10
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2018-12-09BitTorrent:Add Fast Extension Message(Bep06) analysisLee Serin1-1/+26
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-11/+4
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