opnsense-src/sbin/ping/tests
Kristof Provost d261971e7d ping tests: fix for scapy-2.6.0
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)
2024-10-21 14:51:36 +02:00
..
in_cksum_test.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
injection.py Add test cases for ping with IP options in the response 2022-12-25 22:59:58 -07:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
ping_6_c1_s8_t1.out ping: Unify ping/ping6 statistics section 2023-11-06 11:45:43 -05:00
ping_c1_s8_t1_S1.out ping: Unify ping/ping6 statistics section 2023-11-06 11:45:43 -05:00
ping_c1_s56_t1.out ping: By default, don't reverse lookup IP addresses 2019-08-22 18:57:24 +00:00
ping_c1_s56_t1_S127.out ping: if -S srcaddr uses a numeric address, use that protocol 2022-05-20 18:30:47 -05:00
ping_test.sh ping: Simplify protocol selection. 2023-12-13 17:41:46 +01:00
test_ping.py ping tests: fix for scapy-2.6.0 2024-10-21 14:51:36 +02:00