- Timestamp:
- 03/23/10 11:47:46 (12 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:
- ddab7f9
- Parents:
- f1ab057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracediff/tracediff.c
r7da2676 rd7e8e67 24 24 * by the trace format, e.g. the ERF or PCAP header, is not examined. 25 25 */ 26 void per_packet(libtrace_packet_t *a, libtrace_packet_t *b)26 static void per_packet(libtrace_packet_t *a, libtrace_packet_t *b) 27 27 { 28 28 char *buf_a, *buf_b; … … 74 74 } 75 75 76 void usage(char *prog) {76 static void usage(char *prog) { 77 77 printf("Usage instructions for %s\n\n", prog); 78 78 printf("\t%s [options] traceA traceB\n\n", prog); … … 89 89 libtrace_t *trace[2]; 90 90 libtrace_packet_t *packet[2]; 91 int opt , i;91 int opt; 92 92 93 93 if (argc<2) {
Note: See TracChangeset
for help on using the changeset viewer.