Changeset 1277

Show
Ignore:
Timestamp:
05/29/07 17:57:17 (1 year ago)
Author:
yoann
Message:

Remove deprecated and invalid commented out code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/log-prelude/log-prelude.cpp

    r1274 r1277  
    364364        add_idmef_object(idmef, "alert.classification.text"                                             ,"TCP Connection established"); 
    365365        add_idmef_object(idmef, "alert.classification.ident", EV_SOCK_TCP_ACCEPT); 
    366 //      add_idmef_object(idmef, "alert.classification.reference(0).origin"              ,"vendor-specific" ); 
    367366 
    368367 
     
    437436        add_idmef_object(idmef, "alert.classification.text"                                                     ,"TCP Connection closed"); 
    438437        add_idmef_object(idmef, "alert.classification.ident", EV_SOCK_TCP_CLOSE); 
    439 //      add_idmef_object(idmef, "alert.classification.reference(0).origin"                      ,"vendor-specific" ); 
    440438 
    441439 
     
    503501        add_idmef_object(idmef, "alert.classification.ident", EV_SHELLCODE_DONE); 
    504502 
    505         //      add_idmef_object(idmef, "alert.classification.reference(0).origin"              ,"vendor-specific" ); 
    506503 
    507504