Changeset 78b916a for examples/rate/rate.c
- Timestamp:
- 09/23/04 15:09:34 (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:
- 5c3cc8c
- Parents:
- 516b30e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/rate/rate.c
rb535184 r78b916a 42 42 #include "libtrace.h" 43 43 #include "dagformat.h" 44 44 45 struct libtrace_t *trace; 45 46 … … 135 136 } 136 137 137 //erfptr = (dag_record_t *)buffer;138 //ipptr = (struct ip *)erfptr->rec.eth.pload;139 138 if((ipptr = trace_get_ip(&packet)) == 0) { 140 139 continue;
Note: See TracChangeset
for help on using the changeset viewer.