Re: MCS field: RFA (wireshark patch)
Bill Stafford <[email protected]>
| Newsgroups | org.netbsd.radiotap |
|---|---|
| Message-ID | <[email protected]> |
Matteo Croce <technoboy85@...> writes:
> and here there are patches for the radiotap parser, mac80211, tcpdump
> and wireshark:
>
> http://teknoraver.net/software/radiotap_mcs/
What version of Wireshark is this patch for? I tried to apply it to 1.2.5 from
http://anonsvn.wireshark.org/viewvc/releases/wireshark-1.2.5/, but the files
from your patch: Index:
wireshark/epan/dissectors/packet-radiotap-defs.h Index:
wireshark/epan/dissectors/packet-radiotap-iter.c
Are not in the sources. They look like extractions from packet-radiotap.c
Also, wireshark 1.2.5 has this at the end of the packet-radiotap.c:enum
ieee80211_radiotap_type def:
IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
IEEE80211_RADIOTAP_RX_FLAGS = 14,
IEEE80211_RADIOTAP_XCHANNEL = 18,
IEEE80211_RADIOTAP_EXT = 31
};
But your patch has:
IEEE80211_RADIOTAP_TX_FLAGS = 15,
IEEE80211_RADIOTAP_RTS_RETRIES = 16,
IEEE80211_RADIOTAP_DATA_RETRIES = 17,
+ IEEE80211_RADIOTAP_RATE_MCS = 19,
/* valid in every it_present bitmap, even vendor namespaces */
IEEE80211_RADIOTAP_RADIOTAP_NAMESPACE = 29,
So it looks like quite a bit different.