aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubertooth.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-2/+3
2021-07-21First pass pinfo->pool conversionEvan Huus1-6/+6
2020-12-20Fix some more item lengths.Martin Mathieson1-2/+2
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-08ubertooth: fix this statement may fall through [-Werror=implicit-fallthrough=...Alexis La Goutte1-0/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+10
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+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-15Ubertooth: Add Jam and Ego command supportMichal Labedzki1-16/+74
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-12/+12
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris1-3/+3
2015-05-18Ubertooth: Add WriteRegister commandMichal Labedzki1-0/+22
2015-03-03Add tvb_get_ether_nameMichael Mann1-1/+1
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-8/+21
2014-12-15Bluetooth: Fix CRC Init length in UbertoothMichal Labedzki1-4/+4
2014-11-14Bluetooth: Ubertooth: Update to the latest firmwareMichal Labedzki1-3/+82
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26(Minor) Use col_add_str() iso col_set_str().Bill Meier1-3/+4
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-6/+2016
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-9/+17
2014-01-09USB: Add DFU dissector. Bug 9610 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-0/+4
2013-12-23Fix Windows BuildbotAlexis La Goutte1-1/+1
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-3/+28
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+1289