ntp: remove unused event types

NotRequest and NotResponse event type have never been used.

Unsolicited is also unused, however there is a rule for it so removing
support would be a breaking change at this time.
pull/15220/head
Jason Ish 3 months ago
parent 31b967b089
commit 879846e153

@ -40,8 +40,6 @@ use suricata_sys::sys::{
pub enum NTPEvent {
UnsolicitedResponse,
MalformedData,
NotRequest,
NotResponse,
}
#[derive(Default)]

Loading…
Cancel
Save