aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthfp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
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-102/+87
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-2/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-33/+34
2015-04-18Bluetooth: HFP: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-1/+1
2015-04-14Bluetooth: HFP: Update to HFP 1.7Michal Labedzki1-4/+127
2015-03-30BTHFP: fix missing Break in switch (CID: 1287325)Alexis La Goutte1-0/+1
2015-03-06bthfp: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+2
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-10/+10
2015-03-02Bluetooth: HFP: Temporary disable partial message dissectionMichal Labedzki1-17/+21
2015-03-02Bluetooth: HFP: Improve HFP dissector by dissecting all commandsMichal Labedzki1-84/+905
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-5/+3
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-5/+7
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-19/+22
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+2
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-2/+2
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-1/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-1/+1
2013-07-01Return from dissect_at_command() immediately if tvb_length_remaining() return...Chris Maynard1-5/+11
2013-06-20From Michal Labedzki viaEvan Huus1-9/+9
2013-06-12fix compiler warningMartin Kaiser1-1/+1
2013-06-11From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-21/+1964
2012-10-09From Michal Labedzki:Anders Broman1-0/+13
2012-09-21From Michal Labedzki:Anders Broman1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki1-0/+100