Changeset 40ba6ad for lib/format_pcap.c
- Timestamp:
- 08/03/05 14:50:06 (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:
- 7d69878
- Parents:
- dd22d84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
rdd22d84 r40ba6ad 258 258 259 259 static void pcap_help() { 260 printf("pcap format module: $Id$\n"); 261 printf("Supported input URIs:\n"); 262 printf("\tpcap:/path/to/file\n"); 263 printf("\n"); 264 printf("\te.g.: pcap:/tmp/trace.pcap\n"); 265 printf("Supported output URIs:\n"); 266 printf("\tnone\n"); 260 267 } 261 268 static void pcapint_help() { 269 printf("pcapint format module: $Id$\n"); 270 printf("Supported input URIs:\n"); 271 printf("\tpcapint:interface\n"); 272 printf("\n"); 273 printf("\te.g.: pcapint:eth0\n"); 274 printf("Supported output URIs:\n"); 275 printf("\tnone\n"); 262 276 } 263 277 static struct format_t pcap = {
Note: See TracChangeset
for help on using the changeset viewer.