mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Scapy 2.6.0 now appears to parse the IPOption during construction, and it then
gets confused at a single-byte option. IP Options typically contain at least a 1
byte type and 1 byte length. Avoid this by just returning the raw bytes, rather
than an IPOption object.
MFC after: 1 week
Reviewed by: Jose Luis Duran <jlduran@gmail.com>
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D47151
(cherry picked from commit 2926c2594249f64fecbbdcb0b0b9a3591931ab04)
|
||
|---|---|---|
| .. | ||
| in_cksum_test.c | ||
| injection.py | ||
| Makefile | ||
| ping_6_c1_s8_t1.out | ||
| ping_c1_s8_t1_S1.out | ||
| ping_c1_s56_t1.out | ||
| ping_c1_s56_t1_S127.out | ||
| ping_test.sh | ||
| test_ping.py | ||