summaryrefslogtreecommitdiffstats
path: root/regress/sys/net/pf_fragment/frag_dropold.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to scapy with python 3.bluhm2020-12-251-10/+10
* Do not use privileged or NFS source ports for UDP packets as inetdbluhm2017-01-181-6/+8
* By removing all the sleeps I created a race in the pf tests. Thebluhm2016-10-201-0/+1
* Replace fork() and sleep() with a Python thread for sniffing packets.bluhm2016-10-201-7/+17
* Fix tests: Restrict getpid() to lower 16 bit so that it can stillbluhm2016-05-221-1/+1
* Use a simpler expression to check the ether type in scapy. Thisbluhm2014-12-191-1/+1
* Kill trailing whitespaces.bluhm2012-07-101-1/+1
* Add tests for pf fragment reassembly with all kinds of overlapping.bluhm2011-09-211-0/+58