Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9880] Aruba ERM Radio Format support

Date: Thu, 13 Mar 2014 05:18:41 +0000

Comment # 1 on bug 9880 from
struct radio_pcap_hdr {
  struct timeval ts;
  __u32  capture_length;
  __u32  frame_length;
  __u16  rate_per_half_mhz;
  __u8   channel;
  __u8   signal_percent;
} __attribute__ ((packed));


If rate value is 11, that means 5.5 Mb/s
if rate value is 36, that means 18 Mb/s

Signal value is 8 bit value show as percent.


You are receiving this mail because:
  • You are watching all bug changes.