| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
ignores such packets. This should avoid some sporadic failures.
While there, use variable names consistently in all tests.
|
|
|
|
|
|
|
|
| |
packet was sent and its reply received before the sniffer was up
and running. So sleep a second after starting the sniffer thread
but before sending the packet. With pf_forward 0m51.54s, pf_fragment
1m33.59s, pf_state 0m03.64s the test are still faster than with
forking.
|
|
|
|
| |
This reduces test execution time from 2m21.95s to 1m09.80s.
|
|
|
|
|
| |
be used as packet id. Now scapy calls nexthopmtu with this name
explicitly in icmp structure.
|
|
|
|
| |
makes the fragment tests work on FreeBSD. From Ilya Bakulin.
|
| |
|
|
Some fragments contain invalid data, this must be replaced to
reassemble a valid packet.
|