SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
net/tcpflow/patches/patch-src_main_c
Normal file
11
net/tcpflow/patches/patch-src_main_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/main.c.orig Thu Aug 7 00:35:24 2003
|
||||
+++ src/main.c Mon Aug 11 11:04:03 2003
|
||||
@@ -80,7 +80,7 @@ void print_usage(char *progname)
|
||||
fprintf(stderr, "%s version %s by Jeremy Elson <jelson@circlemud.org>\n\n",
|
||||
PACKAGE, VERSION);
|
||||
fprintf(stderr, "usage: %s [-chpsv] [-b max_bytes] [-d debug_level] [-f max_fds]\n", progname);
|
||||
- fprintf(stderr, " [-i iface] [-w file] [expression]\n\n");
|
||||
+ fprintf(stderr, " [-i iface] [-r file] [expression]\n\n");
|
||||
fprintf(stderr, " -b: max number of bytes per flow to save\n");
|
||||
fprintf(stderr, " -c: console print only (don't create files)\n");
|
||||
fprintf(stderr, " -d: debug level; default is %d\n", DEFAULT_DEBUG_LEVEL);
|
Loading…
Add table
Add a link
Reference in a new issue