Iplog : machine readable results Why not add an option to create machine readable output, in order to be easily processed ? I mean an output like
A=<Action> P=<Proto> SI=<Source IP Address> DI=<Dest IP Address> SP=<Source Port> DP=<Dest Port>
etc. all in one line, with commas or spaces between fields e.g.
A=PING P=ICMP SI=1.2.3.4 DI=192.168.0.1
A=CONNECT P=TCP SI=1.2.3.4 DI=192.168.0.2 SP=3030 DP=80
A=SYN_SCAN
etc. etc.
Using existing command line options, output will be produced on stdout or external file.
If you don't want to make this change, can I do it and submit the resulting code? I'll wait your answer!!! Email me back!
Bye
wont run under RH6.1 Im having trouble getting IPLOG to run under RH6.1 with the following libpcap installed:
libpcap-0.4a7-2 libpcap-devel-0.4a7-2
Compile throws no error. But execution takes up 99% of my cpu.
A class for generating world maps.
A Web-based live support system.
Iplog : machine readable results
Why not add an option to create machine readable output, in
order to be easily processed ?
I mean an output like
A=<Action>
P=<Proto>
SI=<Source IP Address>
DI=<Dest IP Address>
SP=<Source Port>
DP=<Dest Port>
etc. all in one line, with commas or spaces between fields
e.g.
A=PING P=ICMP SI=1.2.3.4 DI=192.168.0.1
A=CONNECT P=TCP SI=1.2.3.4 DI=192.168.0.2 SP=3030
DP=80
A=SYN_SCAN
etc. etc.
Using existing command line options, output will be
produced on stdout or external file.
If you don't want to make this change, can I do it and submit
the resulting code?
I'll wait your answer!!! Email me back!
Bye