aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bt-dht.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-8/+2
* Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann2015-07-121-1/+1
* Remove more tvb_lengthEvan Huus2015-06-221-1/+1
* tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann2015-01-071-2/+2
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-1/+0
* Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2014-06-201-1/+1
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-1/+1
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-1/+1
* Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo2014-06-181-3/+3
* Use try_val_to_str() in heuristics test (intead of a loop); ensure no excepti...Bill Meier2014-03-141-18/+15
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* And more constification.Guy Harris2014-01-141-6/+6
* More constification.Guy Harris2014-01-141-1/+1
* Don't cast away constness when you don't have to.Guy Harris2014-01-141-6/+7
* Add missing includesJakub Zawadzki2013-12-211-0/+1
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-2/+2
* Fix [-Wmissing-prototypes]Jakub Zawadzki2013-12-151-2/+3
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+2
* emem -> wmem conversion:Pascal Quantin2013-09-221-3/+3
* Convert a few more dissectors to wmemPascal Quantin2013-09-121-3/+4
* From Chen Li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8949 :Jeff Morriss2013-07-261-4/+3
* From chen liMartin Kaiser2013-06-031-0/+4
* Enhance BT-DHT Dissector * Use proto_tree_add_item * Enhance display list (no...Alexis La Goutte2013-04-201-45/+39
* Fix Modelines (No CR in the end of file)Alexis La Goutte2013-04-151-1/+0
* From report of chen li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte2013-04-151-3/+3
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* From Patrik Lundquist:Anders Broman2012-12-051-44/+86
* Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss2012-12-021-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-3/+3
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Get rid of a couple of warnings.Anders Broman2012-06-041-5/+5
* Fix Fix "bt-dht [..] NOT registered properly" as reported in Bug #6571.Bill Meier2012-01-201-61/+119
* Fix memory leaks involving tvb_get_string[z]().Chris Maynard2011-12-281-5/+5
* Remove unneeded #includes;Bill Meier2011-11-151-12/+10
* From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767Alexis La Goutte2011-10-281-0/+527