Changeset a7282fb for tools/tracestats
- Timestamp:
- 11/14/06 13:56:01 (14 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:
- 2595c4d
- Parents:
- 35e0869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracestats/tracestats.c
r66caf4b ra7282fb 71 71 72 72 /* Process a trace, counting packets that match filter(s) */ 73 void run_trace(char *uri)73 static void run_trace(char *uri) 74 74 { 75 75 struct libtrace_packet_t *packet = trace_create_packet(); … … 122 122 } 123 123 124 void usage(char *argv0)124 static void usage(char *argv0) 125 125 { 126 126 fprintf(stderr,"Usage: %s [-H|--libtrace-help] [--filter|-f bpf ]... libtraceuri...\n",argv0);
Note: See TracChangeset
for help on using the changeset viewer.