Ignore:
Timestamp:
Jul 24, 2008, 5:35:34 PM (16 years ago)
Author:
waue
Message:

SnortBase? is needed to debug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/hadoop-0.16/tw/org/nchc/code/SnortParser.java

    r43 r45  
    102102  public static void main(String[] args) throws ParseException, Exception {
    103103    String in = new String("/home/waue/Desktop/alert_m");
    104     String ou = new String("/tmp/alert_my");
     104    String ou = new String("/tmp/alert_SnortBase");
    105105    SnortParser a = new SnortParser(in, ou);
    106106    a.parseToLine();
Note: See TracChangeset for help on using the changeset viewer.