Changeset a7282fb for tools/tracereport/tracereport.c
- Timestamp:
- 11/14/06 13:56:01 (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:
- 2595c4d
- Parents:
- 35e0869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/tracereport.c
r66caf4b ra7282fb 59 59 60 60 /* Process a trace, counting packets that match filter(s) */ 61 void run_trace(char *uri, libtrace_filter_t *filter, int count)61 static void run_trace(char *uri, libtrace_filter_t *filter, int count) 62 62 { 63 63 struct libtrace_packet_t *packet = trace_create_packet(); … … 101 101 } 102 102 103 void usage(char *argv0)103 static void usage(char *argv0) 104 104 { 105 105 fprintf(stderr,"Usage:\n"
Note: See TracChangeset
for help on using the changeset viewer.