]> git.ipfire.org Git - thirdparty/suricata.git/commit
Adds X-Forwarded-For support to the Unified2 output format 544/head
authorDuarte Silva <development@serializing.me>
Thu, 12 Sep 2013 13:18:52 +0000 (14:18 +0100)
committerDuarte Silva <development@serializing.me>
Thu, 12 Sep 2013 13:18:52 +0000 (14:18 +0100)
commit7dbb30525542d7896ddf6a3f1d57c5abf6a6d4f0
tree7d77c5d681377ffd73f95622698ec4122e66b22f
parenta28ec7991240461786ba0112df0cedd39c6916c2
Adds X-Forwarded-For support to the Unified2 output format
 - Added the Unified2 file format related constants
 - Added IPv6 support
 - Two modes of operation with a fall-back to "extra-data" mode if
   "overwrite" mode is not applicable
 - Changed the configuration loading code to handle the new
   configuration structure
 - When creating the packet that fakes the one that generated the alert
   the flow direction wasn't taken into account in overwrite mode
 - Fixed BUG_ON condition
src/alert-unified2-alert.c
src/alert-unified2-alert.h
src/util-error.c
src/util-error.h