aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bt-dht.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-03BT-DHT: add IPv6 support for find_node responsesFlorian Adamsky1-11/+42
2016-11-10bt-dht: add data to COL_INFO.Dario Lombardo1-0/+1
2016-10-20bt-dht: use ws_strtou function.Dario Lombardo1-8/+52
2016-10-19bt-dht: add bencoding terminators.Dario Lombardo1-2/+12
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-15/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-8/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-22Remove more tvb_lengthEvan Huus1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-14Use try_val_to_str() in heuristics test (intead of a loop); ensure no excepti...Bill Meier1-18/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14And more constification.Guy Harris1-6/+6
2014-01-14More constification.Guy Harris1-1/+1
2014-01-14Don't cast away constness when you don't have to.Guy Harris1-6/+7
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-3/+4
2013-07-26From Chen Li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8949 :Jeff Morriss1-4/+3
2013-06-03From chen liMartin Kaiser1-0/+4
2013-04-20Enhance BT-DHT Dissector * Use proto_tree_add_item * Enhance display list (no...Alexis La Goutte1-45/+39
2013-04-15Fix Modelines (No CR in the end of file)Alexis La Goutte1-1/+0
2013-04-15From report of chen li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-12-05From Patrik Lundquist:Anders Broman1-44/+86
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-5/+5
2012-01-20Fix Fix "bt-dht [..] NOT registered properly" as reported in Bug #6571.Bill Meier1-61/+119
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-5/+5
2011-11-15Remove unneeded #includes;Bill Meier1-12/+10
2011-10-28From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767Alexis La Goutte1-0/+527