flow-tools v0.67
This commit is contained in:
parent
bd188098b3
commit
09523e4a77
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/16 00:31:21 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2005/03/03 07:24:37 jakob Exp $
|
||||
|
||||
COMMENT= "cisco NetFlow utilities"
|
||||
|
||||
DISTNAME= flow-tools-0.66
|
||||
DISTNAME= flow-tools-0.67
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (flow-tools-0.66.tar.gz) = a32f02be71b29f0d4fe65c0d196d0093
|
||||
RMD160 (flow-tools-0.66.tar.gz) = 90d045a7c0ae52ed2c5009c66efd160a77b46346
|
||||
SHA1 (flow-tools-0.66.tar.gz) = a4d48a5d2ff9608fe4da3202362ee73774773be7
|
||||
SIZE (flow-tools-0.66.tar.gz) = 967711
|
||||
MD5 (flow-tools-0.67.tar.gz) = 0ee0a2830effa554d1925236aad6b4fe
|
||||
RMD160 (flow-tools-0.67.tar.gz) = 5a681e642cd1fb1b00d8a0389b628db3b96e076d
|
||||
SHA1 (flow-tools-0.67.tar.gz) = 1896dad27db0c89e3e14d86b30aed15581134335
|
||||
SIZE (flow-tools-0.67.tar.gz) = 983667
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_flow-dscan_c,v 1.1 2003/04/15 21:31:57 avsm Exp $
|
||||
--- src/flow-dscan.c.orig Tue Apr 15 19:53:40 2003
|
||||
+++ src/flow-dscan.c Tue Apr 15 19:54:03 2003
|
||||
@@ -105,7 +105,7 @@ int main(int argc, char **argv)
|
||||
struct dscan_dst *ddp, *ddp2;
|
||||
struct dscan_sup *dsp_src, *dsp_dst;
|
||||
u_long hash;
|
||||
- char fmt_buf1[64], fmt_buf2[64], fmt_buf3[64], fmt_buf4[54];
|
||||
+ char fmt_buf1[64], fmt_buf2[64], fmt_buf3[64], fmt_buf4[64];
|
||||
int do_dump, do_load;
|
||||
int filter_www, filter_mcast, filter_input, filter_output;
|
||||
char in_tbl[65536], out_tbl[65536];
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/09/15 18:17:40 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2005/03/03 07:24:37 jakob Exp $
|
||||
bin/flow-capture
|
||||
bin/flow-cat
|
||||
bin/flow-dscan
|
||||
@ -50,6 +50,7 @@ share/examples/flow-tools/cfg/map.cfg
|
||||
share/examples/flow-tools/cfg/mask.cfg
|
||||
share/examples/flow-tools/cfg/stat.cfg
|
||||
share/examples/flow-tools/cfg/tag.cfg
|
||||
share/examples/flow-tools/cfg/xlate.cfg
|
||||
share/examples/flow-tools/sym/
|
||||
share/examples/flow-tools/sym/asn.sym
|
||||
share/examples/flow-tools/sym/ip-prot.sym
|
||||
|
Loading…
Reference in New Issue
Block a user