Is there anyway to view the data rate per packet or packet transmission duration?

asked 2024-02-26 21:26:22 +0000

I am trying to find a way to log and display the data rate per packet or packet duration. The goal is to line this up with a software defined radio recording, so I do not necessarily care about average bandwidth or bits in one second. I care about the symbol rate or how long the packet transmission physically lasts. Is there a good way to do this?

I have already tried adding a column in preferences with field "radiotap.vht.datarate.0" but this did not work.

edit retag flag offensive close merge delete

Comments

What type of traffic do you have captured - is it 802.11/monitor mode? If so, there are other fields that may contain datarate and duration. Some examples, but depends on what type of traffic you have and how it was collected. This is for:

Encapsulation type: IEEE 802.11 plus radiotap radio header (23)

wlan_radio.data_rate
wlan_radio.duration
Bob Jones gravatar imageBob Jones ( 2024-02-26 22:03:24 +0000 )edit