-/* Copyright (C) 2007-2013 Open Information Security Foundation
+/* Copyright (C) 2007-2022 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
"stream.reassembly_overlap_different_data",
STREAM_REASSEMBLY_OVERLAP_DIFFERENT_DATA,
},
+ {
+ "stream.reassembly_depth_reached",
+ STREAM_REASSEMBLY_DEPTH_REACHED,
+ },
{ NULL, 0 },
};
-/* Copyright (C) 2007-2013 Open Information Security Foundation
+/* Copyright (C) 2007-2022 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
STREAM_REASSEMBLY_NO_SEGMENT,
STREAM_REASSEMBLY_SEQ_GAP,
STREAM_REASSEMBLY_OVERLAP_DIFFERENT_DATA,
+ STREAM_REASSEMBLY_DEPTH_REACHED,
/* should always be last! */
DECODE_EVENT_MAX,