detect/icmp-id: remove prefilter pseudo check

This is now handled at registration with SIG_MASK_REQUIRE_REAL_PKT.
pull/11326/head
Victor Julien 9 months ago committed by Victor Julien
parent 8df53d6411
commit e3e917d967

@ -75,9 +75,6 @@ void DetectIcmpIdRegister (void)
static inline bool GetIcmpId(Packet *p, uint16_t *id)
{
if (PKT_IS_PSEUDOPKT(p))
return false;
uint16_t pid;
if (PacketIsICMPv4(p)) {
switch (p->icmp_s.type) {

Loading…
Cancel
Save