Changeset 051618c for tools/tracereport/tracereport.h
- Timestamp:
- 02/23/07 15:52:17 (15 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:
- 3bfeb7d
- Parents:
- b5dc60d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/tracereport.h
rf9b6f64 r051618c 18 18 REPORT_TYPE_DIR = 1 << 8, 19 19 REPORT_TYPE_ECN = 1 << 9, 20 REPORT_TYPE_TCPSEG = 1 << 10 20 REPORT_TYPE_TCPSEG = 1 << 10, 21 REPORT_TYPE_SYNOPT = 1 << 11 21 22 } report_type_t; 22 23
Note: See TracChangeset
for help on using the changeset viewer.