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

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.

jtjones49's avatar
1
jtjones49
asked 2024-02-26 21:26:22 +0000
edit flag offensive 0 remove flag 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's avatar Bob Jones (2024-02-26 22:03:24 +0000) edit
add a comment see more comments