python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to capture Bluetooth traffic between wireless mouse and its USB dongle using Wireshark?
I just started using Wireshark, missing few basics.I want to capture BT traffic between mouse and its usb dongle.I used USBpcap as its between mouse and its USB dongle and I have WIFI enabled with pro...
sahana
Votes: 0
Answers: 0
Building a network using Cisco Routers
Overview: I live in an apartment, and I wish to use Cisco routers to run my network for career development. I plan to place a 40 thread server in the other bedroom because I can't run it in the same r...
Stormer3
Votes: 0
Answers: 1
Find Optimal Values of figure in matlab
I have a figure like x axis Bit Error Rate and y axis Data Rate. And I want to find minimum Bit Error Rate and maximum Data rate in this figure. Namely I want to do thing that in this figure there are...
Ahmet Koray Sonal
Votes: 0
Answers: 1
what is the correct tshark capture filter option for the DHCP frame?
I am trying to capture the DHCP frames for analysis using the following command in my mac book.
sudo tshark -i en0 -f "port 67 or port 68" -a duration:300 -w /tmp/dump.pcap
I use the follow...
Prasad Roy
Votes: 0
Answers: 1