diff options
Diffstat (limited to 'net-mgmt/ehnt/files/patch-ehnt.h')
-rw-r--r-- | net-mgmt/ehnt/files/patch-ehnt.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-mgmt/ehnt/files/patch-ehnt.h b/net-mgmt/ehnt/files/patch-ehnt.h index 01c7f6df9ae7..d5e9ab288c67 100644 --- a/net-mgmt/ehnt/files/patch-ehnt.h +++ b/net-mgmt/ehnt/files/patch-ehnt.h @@ -2,8 +2,16 @@ $FreeBSD$ --- ehnt.h.orig Thu Oct 4 22:18:29 2001 -+++ ehnt.h Thu May 20 16:07:24 2004 -@@ -93,7 +93,7 @@ ++++ ehnt.h Wed Jun 23 14:35:08 2004 +@@ -59,6 +59,7 @@ + + struct ehnt_stats { + double InBoundTotal, OutBoundTotal; ++ double InBoundTotalPkts, OutBoundTotalPkts; + double *InBoundSrcAS, *InBoundDstAS, *OutBoundSrcAS, *OutBoundDstAS; + double *InBoundProto, *OutBoundProto; + double *InBoundSrcTcpPort, *InBoundDstTcpPort, +@@ -93,7 +94,7 @@ int ProcessFlow(struct flow_ver5_rec *, struct in_addr *, struct ehnt_struct *); int Init_ASN_Lookups(void); char * ASN_Lookup(int); |