aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthsp.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-118/+106
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-8/+8
2015-07-17Don't register in a non-existent dissector table.Guy Harris1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-3/+4
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-13/+13
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-4/+2
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-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+0
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann1-16/+1
2013-11-28Bluetooth: HSP: Add support for HSP. Bug 9446 (https://bugs.wireshark.org/bu...Michael Mann1-0/+1195