Actions
Bug #7200
openSuricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227]
Affected Versions:
Effort:
Difficulty:
Label:
Description
Logging to suricata.log:
[240278 - W#10-10:00.1] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value [240254 - W#16-84:00.0] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value [240278 - W#10-10:00.1] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value [240219 - W#16-10:00.0] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value [240278 - W#10-10:00.1] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value [240229 - W#23-10:00.0] 2024-08-06 10:50:17 Error: byte: Extra characters following numeric value
Logging to messages:
Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227] Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227] Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227] Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227] Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227] Aug 6 10:50:17 suricata[239866]: Error: byte: Extra characters following numeric value [ByteExtractString:util-byte.c:227]
~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: RedHatEnterprise Description: Red Hat Enterprise Linux release 8.10 (Ootpa) Release: 8.10 Codename: Ootpa ~]# uname -a Linux 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Fri Jun 14 03:19:37 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux ~]# getenforce Permissive ~]# suricatasc -c version {"message": "8.0.0-dev (bce8f4b85 2024-07-16)", "return": "OK"} ~]# dpdk-proc-info -v EAL: RTE Version: 'DPDK 24.03.0'
Updated by Victor Julien 3 months ago
- Description updated (diff)
- Status changed from New to In Progress
- Assignee changed from OISF Dev to Jeff Lucovsky
- Priority changed from Low to Normal
- Target version changed from TBD to 8.0.0-beta1
- Affected Versions git master added
- Affected Versions deleted (
8.0.0)
This PR fixes this issue, or a related issue: https://github.com/OISF/suricata/pull/11520
Updated by Victor Julien 3 months ago
- Related to Bug #7126: decode/base64: Error message on packet path. added
Actions