aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavctp.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-9/+6
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-54/+45
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-44/+27
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman1-1/+6
2015-06-04[MSVC2015] TRy to fix Warnings turned errors.Anders1-6/+1
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-2/+2
2015-02-02Try to fix builbot OSX 10.5 buildbot false-positiveMichal Labedzki1-1/+1
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-02-02Bluetooth: AVCTP: Improve IPID handlingMichal Labedzki1-7/+20
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-2/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-30Bluetooth: Avoid using macro GPOINTER_TO_UINT()Michal Labedzki1-4/+20
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-1/+2
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+26
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-15/+11
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-1/+1
2013-07-09Batch of filterable expert infos.Michael Mann1-2/+10
2013-06-20From Michal Labedzki viaEvan Huus1-16/+16
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+10
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-9/+12
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-2/+3
2013-03-17From beroset:Anders Broman1-14/+14
2013-02-21Trivial cleanups:Evan Huus1-6/+6
2013-02-21Minor Bluetooth fixesMichael Mann1-8/+8
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann1-29/+134
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-15/+17
2012-10-09From Michal Labedzki:Anders Broman1-0/+13
2012-09-24packet-btavctp.c:107: warning: 'number_of_packets' may be used uninitialized ...Anders Broman1-2/+2
2012-09-24From Michal Labedzki:Anders Broman1-0/+366