From c60fac98427a7812a4681b581e54d6f43c9a9925 Mon Sep 17 00:00:00 2001 From: Michael Dennis Date: Wed, 31 Dec 2025 19:48:06 -0600 Subject: [PATCH] Remove ARP entry limitation Removed the commented-out max_count calculation for PacketListField. --- scapy/arch/bpf/pfroute.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scapy/arch/bpf/pfroute.py b/scapy/arch/bpf/pfroute.py index e81c2b504eb..d1d5ffaef0d 100644 --- a/scapy/arch/bpf/pfroute.py +++ b/scapy/arch/bpf/pfroute.py @@ -935,8 +935,6 @@ class pfmsghdrs(Packet): "msgs", [], pfmsghdr, - # 65535 / len(pfmsghdr) - max_count=4096, ), ]