]> git.pld-linux.org Git - packages/ehnt.git/blame - ehnt-colondump.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/ehnt.git] / ehnt-colondump.patch
CommitLineData
6f802c24
SZ
1diff -Naur ehnt-0.3/ehnt_processflow.c ehnt-0.3-p/ehnt_processflow.c
2--- ehnt-0.3/ehnt_processflow.c Thu Oct 4 20:18:29 2001
3+++ ehnt-0.3-p/ehnt_processflow.c Sat Mar 15 13:42:42 2003
4@@ -218,7 +218,7 @@
5 dstip.s_addr=rec->dstaddr;
6 nexthop.s_addr=rec->nexthop;
7
8- printf("%.0f:%s",local_flowcount,routeraddr_string);
9+ printf("%.0f:%s:",local_flowcount,routeraddr_string);
10 printf("%d:%s:%d:",
11 rec->input_index,
12 inet_ntoa(srcip),
This page took 0.082969 seconds and 4 git commands to generate.