bluetooth sniffer by wireshark in ubuntu(linux)

记录如何搭建wireshark调试蓝牙协议的工具软件


前提:

1、电脑有蓝牙dongle

2、安装了ubuntu虚拟机,并且蓝牙能够驱动起来。通过hciconfig命令参看是否有显示hci0设备


搭建:

1、通过https://wiki.wireshark.org/Bluetooth介绍,决定还是在linux环境下搭建,windows比较麻烦;

2、ubuntu下安装wireshark软件,sudo apt-get install wireshark

3、遇到一些权限问题改一下所属者权限就可以了,以下是通过提示错误,找到的相关的错误的修复方法

https://wiki.wireshark.org/CaptureSetup/CapturePrivileges

https://anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/trunk/debian/README.Debian?view=markup


效果

相关文章

目录前言一、创建Hadoop用户二、更新apt和安装Vim编辑器三、...
原文连接:https://www.cnblogs.com/yasmi/p/5192694.html ...
电脑重启后,打开VirtualBox,发现一直用的虚拟机莫名的消失...
参见:https://blog.csdn.net/weixin_38883338/article/deta...
Ubuntu 18.04 LTS 已切换到 Netplan 来配置网络接口。Netpla...
介绍每个 Web 服务都可以通过特定的 URL 在 Internet 上访问...