Also update copyright years.
-/* Copyright (C) 2015 Open Information Security Foundation
+/* Copyright (C) 2015-2024 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
IPPROTO_UDP, ALPROTO_ENIP, STREAM_TOSERVER | STREAM_TOCLIENT);
} else
{
- SCLogInfo(
- "Parsed disabled for %s protocol. Protocol detection" "still on.",
- proto_name);
+ SCLogInfo("Parser disabled for %s protocol. Protocol detection still on.", proto_name);
}
#ifdef UNITTESTS
-/* Copyright (C) 2007-2022 Open Information Security Foundation
+/* Copyright (C) 2007-2024 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
FTPParseMemcap();
} else {
- SCLogInfo("Parsed disabled for %s protocol. Protocol detection"
- "still on.", proto_name);
+ SCLogInfo("Parser disabled for %s protocol. Protocol detection still on.", proto_name);
}
FTPSetMpmState();
-/* Copyright (C) 2007-2020 Open Information Security Foundation
+/* Copyright (C) 2007-2024 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
/* app-layer-frame-documentation tag end: registering relevant callbacks */
HTPConfigure();
} else {
- SCLogInfo("Parsed disabled for %s protocol. Protocol detection"
- "still on.", proto_name);
+ SCLogInfo("Parser disabled for %s protocol. Protocol detection still on.", proto_name);
}
#ifdef UNITTESTS
AppLayerParserRegisterProtocolUnittests(IPPROTO_TCP, ALPROTO_HTTP1, HTPParserRegisterTests);
-/* Copyright (C) 2007-2021 Open Information Security Foundation
+/* Copyright (C) 2007-2024 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
AppLayerParserRegisterStateDataFunc(IPPROTO_TCP, ALPROTO_SMTP, SMTPGetStateData);
AppLayerParserRegisterStateProgressCompletionStatus(ALPROTO_SMTP, 1, 1);
} else {
- SCLogInfo("Parsed disabled for %s protocol. Protocol detection"
- "still on.", proto_name);
+ SCLogInfo("Parser disabled for %s protocol. Protocol detection still on.", proto_name);
}
SMTPSetMpmState();
-/* Copyright (C) 2007-2022 Open Information Security Foundation
+/* Copyright (C) 2007-2024 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
if (!(HAS_SPACE(supported_ver_len)))
goto invalid_length;
- /* Use the first (and prefered) valid version as client version,
+ /* Use the first (and preferred) valid version as client version,
* skip over GREASE and other possible noise. */
uint16_t i = 0;
while (i + 1 < (uint16_t)supported_ver_len) {
}
}
} else {
- SCLogConfig("Parsed disabled for %s protocol. Protocol detection"
- "still on.", proto_name);
+ SCLogConfig("Parser disabled for %s protocol. Protocol detection still on.", proto_name);
}
return;