Changeset 3b8338b for lib/libtrace.h
- Timestamp:
- 11/24/05 17:38:15 (17 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:
- e9fa643
- Parents:
- 6d85ddf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
r9cecdb2 r3b8338b 203 203 204 204 /** 802.3 frame */ 205 struct libtrace_ether205 typedef struct libtrace_ether 206 206 { 207 207 u_int8_t ether_dhost[6]; /* destination ether addr */ … … 211 211 212 212 /** 802.1Q frame */ 213 struct libtrace_8021q213 typedef struct libtrace_8021q 214 214 { 215 215 u_int8_t ether_dhost[6]; /* destination eth addr */
Note: See TracChangeset
for help on using the changeset viewer.