Changeset 835a1ec for lib/libtrace.h.in
- Timestamp:
- 08/22/06 00:25:39 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 41ea25f
- Parents:
- cf612fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r1023ff4 r835a1ec 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.