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