]> git.pld-linux.org Git - packages/ehnt.git/commitdiff
1477137f5207561cafb421864351562d ehnt-0.3.tar.gz
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 15 Mar 2003 13:12:57 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
b861e0fb0092c45c71b9048e9a4b1679  ehnt_data-0.3.tar.gz

Changed files:
    ehnt-asnc_path.patch -> 1.1
    ehnt-colondump.patch -> 1.1

ehnt-asnc_path.patch [new file with mode: 0644]
ehnt-colondump.patch [new file with mode: 0644]

diff --git a/ehnt-asnc_path.patch b/ehnt-asnc_path.patch
new file mode 100644 (file)
index 0000000..62c9168
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur ehnt-0.3/ehnt_lookup.c ehnt-0.3-p/ehnt_lookup.c
+--- ehnt-0.3/ehnt_lookup.c     Thu Oct  4 20:18:29 2001
++++ ehnt-0.3-p/ehnt_lookup.c   Sat Mar 15 13:56:16 2003
+@@ -36,7 +36,7 @@
+   memset(ASNs,0,sizeof(ASNs));
+-  if ( ! (f=fopen ("asnc.txt","r")) ) {
++  if ( ! (f=fopen ("/usr/share/ehnt/asnc.txt","r")) ) {
+     perror("fopen");
+   } else {
+     for ( ; ; ) {
diff --git a/ehnt-colondump.patch b/ehnt-colondump.patch
new file mode 100644 (file)
index 0000000..628dd5d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur ehnt-0.3/ehnt_processflow.c ehnt-0.3-p/ehnt_processflow.c
+--- ehnt-0.3/ehnt_processflow.c        Thu Oct  4 20:18:29 2001
++++ ehnt-0.3-p/ehnt_processflow.c      Sat Mar 15 13:42:42 2003
+@@ -218,7 +218,7 @@
+       dstip.s_addr=rec->dstaddr;
+       nexthop.s_addr=rec->nexthop;
+-      printf("%.0f:%s",local_flowcount,routeraddr_string);
++      printf("%.0f:%s:",local_flowcount,routeraddr_string);
+       printf("%d:%s:%d:",
+              rec->input_index,
+              inet_ntoa(srcip),
This page took 0.584776 seconds and 4 git commands to generate.