Actions
Feature #8488
open
JI
JI
ntp: use a buffer for reference id, not a u32
Feature #8488:
ntp: use a buffer for reference id, not a u32
Effort:
Difficulty:
Label:
Description
To enable kiss of death detection, it would make more sense to have the reference ID as a buffer rather than a u32, as it often contains a short string. And when it doesn't contain a short string, it often represents an IP address.
JI Updated by Jason Ish 8 days ago
- Related to Feature #8425: ntp: add ntp transaction logging added
- Related to Feature #8394: firewall: support NTP hook states for firewall rule evaluation added
JI Updated by Jason Ish 7 days ago
- Status changed from In Progress to In Review
Pull request: https://github.com/OISF/suricata/pull/15220
Actions