Changeset 466aed6 for tools/tracereport/synopt_report.c
- Timestamp:
- 04/27/07 22:55:01 (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:
- 63b9bd4
- Parents:
- 36d51c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/synopt_report.c
rbd4bec9 r466aed6 5 5 #include "libtrace.h" 6 6 #include "tracereport.h" 7 7 #include "report.h" 8 8 9 9 struct tcp_opts { … … 38 38 uint64_t total_syns = 0; 39 39 40 void classify_packet(struct tcp_opts opts) {40 static void classify_packet(struct tcp_opts opts) { 41 41 if (!opts.mss && !opts.sack && !opts.winscale && !opts.ts && !opts.ttcp && !opts.other) 42 42 {
Note: See TracChangeset
for help on using the changeset viewer.