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 1812] Radiotap dissector out of sync with the current spec

Date: Fri, 31 Aug 2007 18:45:37 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1812





------- Comment #2 from stig@xxxxxxxxxxxxx  2007-08-31 18:45 GMT -------
Is it OK to have constructions like this in the dissectors?
Or should this be handled by configure?

#ifdef __FreeBSD__
    IEEE80211_RADIOTAP_XCHANNEL = 14;
#elif __NetBSD__
    IEEE80211_RADIOTAP_RX_FLAGS = 14;
#else
    IEEE80211_RADIOTAP_FCS = 14,
#endif


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.