aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ehnt/files/patch-ehnt__processflow.c
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-05-21 08:39:04 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-05-21 08:39:04 +0000
commit06a5a4da0e253b6d437835aa746ec6c3ad3e64db (patch)
tree3a36862a45748c289390b0a1c3b89ac1b813a0e5 /net-mgmt/ehnt/files/patch-ehnt__processflow.c
parent652e7fd38f622838c40a83730be0734ce150ee03 (diff)
downloadports-06a5a4da0e253b6d437835aa746ec6c3ad3e64db.tar.gz
ports-06a5a4da0e253b6d437835aa746ec6c3ad3e64db.zip
Notes
Diffstat (limited to 'net-mgmt/ehnt/files/patch-ehnt__processflow.c')
-rw-r--r--net-mgmt/ehnt/files/patch-ehnt__processflow.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/net-mgmt/ehnt/files/patch-ehnt__processflow.c b/net-mgmt/ehnt/files/patch-ehnt__processflow.c
index 7441034b9ceb..c89c2a046413 100644
--- a/net-mgmt/ehnt/files/patch-ehnt__processflow.c
+++ b/net-mgmt/ehnt/files/patch-ehnt__processflow.c
@@ -2,7 +2,7 @@
$FreeBSD$
--- ehnt_processflow.c.orig Thu Oct 4 22:18:29 2001
-+++ ehnt_processflow.c Thu Nov 14 22:17:18 2002
++++ ehnt_processflow.c Fri May 21 11:22:02 2004
@@ -218,7 +218,7 @@
dstip.s_addr=rec->dstaddr;
nexthop.s_addr=rec->nexthop;
@@ -12,3 +12,12 @@ $FreeBSD$
printf("%d:%s:%d:",
rec->input_index,
inet_ntoa(srcip),
+@@ -228,7 +228,7 @@
+ inet_ntoa(dstip),
+ rec->dstport);
+
+- printf("%d:%d:%d:",rec->dOctets,rec->dPkts,rec->prot);
++ printf("%u:%d:%d:",rec->dOctets,rec->dPkts,rec->prot);
+ printf("%d:%d\n",rec->src_as,rec->dst_as);
+
+ if (e_flt->big) {