org.gregoire.portknock.util
Class FirewallLogReader

java.lang.Object
  extended byorg.gregoire.portknock.util.FirewallLogReader

public class FirewallLogReader
extends java.lang.Object

Reads iptables log entries and parses the info we want for checking port knocks.

Version:
0.0.2
Author:
Paul Gregoire

Constructor Summary
FirewallLogReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void readLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirewallLogReader

public FirewallLogReader()
Method Detail

readLog

public void readLog()

main

public static void main(java.lang.String[] args)


Copyright © Paul Gregoire, All Rights Reserved.