Changeset b9009c2
- Timestamp:
- 08/21/08 12:02:25 (13 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:
- f45e8af
- Parents:
- 0539f11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/stats/stats.c
rdd1217b rb9009c2 15 15 uint64_t ok=0; 16 16 17 void per_packet(libtrace_packet_t *packet)17 static void per_packet(libtrace_packet_t *packet) 18 18 { 19 19 /* Packet data */ … … 100 100 } 101 101 102 void usage(char *argv0)102 static void usage(char *argv0) 103 103 { 104 104 fprintf(stderr,"usage: %s [ --filter | -f bpfexp ] [ --snaplen | -s snap ]\n\t\t[ --promisc | -p flag] [ --help | -h ] [ --libtrace-help | -H ] libtraceuri...\n",argv0);
Note: See TracChangeset
for help on using the changeset viewer.