Changeset 942
- Timestamp:
- 08/22/06 00:25:39 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace.h.in
r933 r942 430 430 /** 802.11 header */ 431 431 typedef struct libtrace_80211_t { 432 #if defBYTE_ORDER == LITTLE_ENDIAN432 #if BYTE_ORDER == LITTLE_ENDIAN 433 433 LT_BITFIELD32 protocol:2; 434 434 LT_BITFIELD32 type:2; … … 439 439 LT_BITFIELD32 protocol:2; 440 440 #endif 441 442 #if BYTE_ORDER == LITTLE_ENDIAN 441 443 LT_BITFIELD32 to_ds:1; /**< Packet to Distribution Service */ 442 444 LT_BITFIELD32 from_ds:1; /**< Packet from Distribution Service */
Note: See TracChangeset
for help on using the changeset viewer.
