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.