Changeset 15e9390 for lib/dagformat.h
- Timestamp:
- 10/15/09 17:49:42 (11 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:
- 3c26e2a
- Parents:
- db03808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/dagformat.h
r2faa57e r15e9390 16 16 uint32_t hdlc; 17 17 uint8_t pload[1]; /**< payload */ 18 } pos_rec_t;18 } PACKED pos_rec_t; 19 19 20 20 /** GPP Type 2 */ … … 26 26 uint16_t etype; /**< ether type (?) */ 27 27 uint8_t pload[1]; /**< payload */ 28 } eth_rec_t;28 } PACKED eth_rec_t; 29 29 30 30 /** GPP Type 3 */ … … 32 32 uint32_t header; 33 33 uint8_t pload[1]; /**< payload */ 34 } atm_rec_t;34 } PACKED atm_rec_t; 35 35 36 36 /** GPP Type 4 */ … … 38 38 uint32_t header; 39 39 uint8_t pload[1]; /**< payload */ 40 } aal5_rec_t;40 } PACKED aal5_rec_t; 41 41 42 42 /** Flags */
Note: See TracChangeset
for help on using the changeset viewer.