Ask Your Question
0

802.11 radio information

asked 2021-11-25 08:34:33 +0000

Quite68 gravatar image

For 802.11 can anyone tell me

1) Where does wireshark get the radio information->PHY type value from?

2) How does wireshark calculate the radio information->duration for 11a and 11b? (I've tried looking at the C code but I can't get that to agree with the values I'm actually seeing in wireshark.

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-11-28 12:24:25 +0000

grahamb gravatar image

Presuming you're looking for info on the wlan_radio.phy and wlan_radio.duration fields, packet-ieee80211-radio.c derives these values.

  • wlan_radio.phy is derived from the 802.11 pseudo-header in dissect_wlan_radio_phdr().
  • wlan_radio.duration is derived in the same function, depending on many factors in the actual frame.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-11-25 08:34:10 +0000

Seen: 1,014 times

Last updated: Nov 28 '21