tcpdump/tests
Francois-Xavier Le Bail f253e11009 Add a sanity check on packet header length
The packet length must be <= MAXIMUM_SNAPLEN.

Currently, there is no D-Bus printer, thus no need for a bigger length.

Now a pachet is valid if:
capture length != 0,
packet length != 0,
capture length <= MAXIMUM_SNAPLEN,
packet length <= MAXIMUM_SNAPLEN,
packet length >= capture length.

Moreover:
Fix the packet header lengths of some fuzzed pcap files:
If the lengths are > MAXIMUM_SNAPLEN, set them to MAXIMUM_SNAPLEN.
Thus they will be always usable with this new sanity check.
2018-02-07 18:48:49 +01:00
..
.gitignore LMP: amend tests/.gitignore 2013-09-18 19:27:11 +04:00
02-sunrise-sunset-esp.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
08-sunrise-sunset-aes.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
08-sunrise-sunset-esp2.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
802_15_4_beacon.out CVE-2017-13000/IEEE 802.15.4: Fix bug introduced two fixes prior. 2017-09-13 12:25:44 +01:00
802_15_4_beacon.pcap CVE-2017-13000/IEEE 802.15.4: Fix bug introduced two fixes prior. 2017-09-13 12:25:44 +01:00
802_15_4-data.out CVE-2017-13000/IEEE 802.15.4: Fix bug introduced by previous fix. 2017-09-13 12:25:44 +01:00
802_15_4-data.pcap CVE-2017-13000/IEEE 802.15.4: Fix bug introduced by previous fix. 2017-09-13 12:25:44 +01:00
802_15_4-oobr-1.out CVE-2017-13000/IEEE 802.15.4: Add more bounds checks. 2017-09-13 12:25:44 +01:00
802_15_4-oobr-1.pcap CVE-2017-13000/IEEE 802.15.4: Add more bounds checks. 2017-09-13 12:25:44 +01:00
802_15_4-oobr-2.out CVE-2017-13000/IEEE 802.15.4: Add more bounds checks. 2017-09-13 12:25:44 +01:00
802_15_4-oobr-2.pcap CVE-2017-13000/IEEE 802.15.4: Add more bounds checks. 2017-09-13 12:25:44 +01:00
802.1D_spanning_tree.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
802.1w_rapid_STP.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
3560_CDP.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
aarp-heapoverflow-1.out CVE-2016-7973/Add bounds and length checks. 2017-01-18 09:16:36 +01:00
aarp-heapoverflow-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
aarp-heapoverflow-2.out CVE-2016-7973/Add bounds and length checks. 2017-01-18 09:16:36 +01:00
aarp-heapoverflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ahcp-vv.out AHCP: add version 1 decoder 2013-11-13 15:49:50 +04:00
ahcp.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
aoe_1-v.out AoE: add version 1 decoder (GH #298) 2014-05-04 20:48:03 +04:00
aoe_1.out AoE: add version 1 decoder (GH #298) 2014-05-04 20:48:03 +04:00
AoE_Linux.pcap AoE: add version 1 decoder (GH #298) 2014-05-04 20:48:03 +04:00
arp-oobr.out CVE-2017-13013/ARP: Fix printing of ARP protocol addresses. 2017-09-13 12:25:44 +01:00
arp-oobr.pcap CVE-2017-12894/In lookup_bytestring(), take the length of the byte string into account. 2017-09-13 12:25:44 +01:00
arp-too-long-tha.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
arp-too-long-tha.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
atm-heapoverflow.out CVE-2017-5484/ATM: fix an incorrect bounds check 2017-01-18 09:16:42 +01:00
atm-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
atm-oam-heapoverflow.out CVE-2016-7924/Add some bounds checks. 2017-01-18 09:16:36 +01:00
atm-oam-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
babel1.out Babel: amend to match the specification better 2018-02-01 20:14:16 +00:00
babel1v.out Babel: amend to match the specification better 2018-02-01 20:14:16 +00:00
babel_auth.out Babel: amend to match the specification better 2018-02-01 20:14:16 +00:00
babel_auth.pcap update for current Babel auth spec 2012-08-21 18:36:56 +04:00
babel_pad1.out fix iteration over Babel Pad1 TLVs 2013-05-29 13:03:23 +04:00
babel_pad1.pcap add a test case for Babel protocol with Pad1 TLVs 2013-05-29 13:03:23 +04:00
babel_rtt.out Babel: amend to match the specification better 2018-02-01 20:14:16 +00:00
babel_rtt.pcap Add a decoder for the babel-rtt extension 2014-06-01 17:29:31 +09:00
babel.pcap added babal test cases 2011-04-28 18:51:09 -04:00
bad-ipv4-version-pgm-heapoverflow.out IP: Remove space printing at end of line 2018-01-07 23:38:16 +01:00
bad-ipv4-version-pgm-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
beep-oobr.out CVE-2017-13010/BEEP: Do bounds checking when comparing strings. 2017-09-13 12:25:44 +01:00
beep-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
bfd-raw-auth-md5-v.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-md5.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-md5.pcap BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-sha1-v.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-sha1.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-sha1.pcap BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-simple-v.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-simple.out BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bfd-raw-auth-simple.pcap BFD: Update to print optional authentication field 2016-08-17 11:46:54 +02:00
bgp_infloop-v.out Update to reflect that BGP no longer prints a redundant length value. 2014-10-20 02:45:06 -07:00
bgp_mvpn_6_and_7.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp_mvpn_6_and_7.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
bgp_pmsi_tunnel-oobr.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp_pmsi_tunnel-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
bgp_vpn_attrset.out Don't treat going past the end of the buffer in check_add_path() as an error. 2017-12-31 01:49:47 -08:00
bgp_vpn_attrset.pcap add tests for MP-BGP VPN related attributes and the new Attr Set Attribute 2004-01-08 07:21:20 +00:00
bgp_vpn_rt-oobr.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp_vpn_rt-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
bgp-addpath.out fixed indentation in bgp-addpath test, and added extra detail that is output in bgp-as-path-oobr-ssl and bgp-as-path-oobr-nossl 2017-11-11 18:11:21 +00:00
bgp-addpath.pcap Added ability to decode bgp add-path for updated and withdrawn routes for ipv4 and ipv6. Since there is no flag to signal that a message contains add-path content, a heuristic approach is taken where we assume an add-path format if an add-path message is sensible and that standard bgp is not. In this way we will only display as add-path if displaying as regular bgp was in some way incorrect anyway. Also modified bgp_update_print to correctly decode withdrawn routes as IPv4 as IPv6 routes are always in MP_UNREACH_NLRI. 2017-11-11 17:03:12 +00:00
bgp-aigp-oobr-nossl.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp-aigp-oobr-ssl.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp-aigp-oobr.pcap CVE-2017-12994/BGP: Move a test inside a loop. 2017-09-13 12:25:44 +01:00
bgp-aigp.out BGP: Add support for the AIGP attribute (RFC7311) 2015-05-22 12:41:40 +02:00
bgp-aigp.pcap BGP: Add support for the AIGP attribute (RFC7311) 2015-05-22 12:41:40 +02:00
bgp-as-path-oobr-nossl.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp-as-path-oobr-ssl.out Add length checks. 2018-01-25 22:26:26 -08:00
bgp-as-path-oobr.pcap CVE-2017-12991/BGP: Add missing bounds check. 2017-09-13 12:25:44 +01:00
bgp-infinite-loop.pcap add tracefiles for infinite loop testing 2005-04-27 18:58:16 +00:00
bgp-large-community.out BGP: Update LARGE_COMMUNITY Path Attribute early allocation IANA value 2016-10-27 10:24:36 +02:00
bgp-large-community.pcap BGP: Update LARGE_COMMUNITY Path Attribute early allocation IANA value 2016-10-27 10:24:36 +02:00
bgp-shutdown-communication.out Add support to decode a BGP Shutdown Communication 2017-04-17 14:46:38 +02:00
bgp-shutdown-communication.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
bootp_asan-2.out CVE-2017-13028/BOOTP: Add another test. 2017-09-13 12:25:44 +01:00
bootp_asan-2.pcap CVE-2017-13028/BOOTP: Add another test. 2017-09-13 12:25:44 +01:00
bootp_asan.out CVE-2017-13028/BOOTP: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
bootp_asan.pcap CVE-2017-13028/BOOTP: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
calm-fast-mac-lookup-heapoverflow.out CVE-2016-7985,7986/Change the way protocols print link-layer addresses. 2017-01-18 09:16:36 +01:00
calm-fast-mac-lookup-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
cdp-v.out Update to reflect the output format changes and bug fixes for CDP. 2014-08-14 18:21:23 -07:00
cfm_sender_id-oobr.out CVE-2017-13052/CFM: refine decoding of the Sender ID TLV 2017-09-13 12:25:44 +01:00
cfm_sender_id-oobr.pcap CVE-2017-13052/CFM: refine decoding of the Sender ID TLV 2017-09-13 12:25:44 +01:00
chdlc-slarp-short.pcap add testfile for a truncated slarp frame 2005-04-27 14:31:47 +00:00
chdlc-slarp.pcap add testfile for a normal sized slarp frame 2005-04-27 14:50:14 +00:00
crypto.sh Clean up the crud supporting passed/failed count global variables as files. 2017-09-14 18:21:45 -07:00
cve2015-0261-crash.out test case for cve2015-0261 -- corrupted IPv6 mobility header 2015-03-10 23:15:50 -07:00
cve2015-0261-crash.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
cve2015-0261-ipv6.out IPv6 mobility: Fix printing of 'truncated' string 2016-10-09 20:38:57 +02:00
cve2015-0261-ipv6.pcap test case for cve2015-0261 -- corrupted IPv6 mobility header 2015-03-10 23:15:50 -07:00
cve-2014-8767-OLSR.out Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
cve-2014-8767-OLSR.pcap Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
cve-2014-8768-Geonet.out Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
cve-2014-8768-Geonet.pcap Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
cve-2014-8769-AODV.out Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
cve-2014-8769-AODV.pcap Add three test cases for already fixed CVEs 2016-02-06 15:26:14 +01:00
dcb_ets.out Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dcb_ets.pcap Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dcb_pfc.out Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dcb_pfc.pcap Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dcb_qcn.out Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dcb_qcn.pcap Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
dccp_partial_csum_v4_longer.out tests/dccp_partial_csum_v*.out: update according two previous changes 2014-11-20 16:02:00 +01:00
dccp_partial_csum_v4_longer.pcap fix partial checksum errors in DCCP decoder, IPv4 case 2014-02-15 12:36:02 +01:00
dccp_partial_csum_v4_simple.out tests/dccp_partial_csum_v*.out: update according two previous changes 2014-11-20 16:02:00 +01:00
dccp_partial_csum_v4_simple.pcap fix partial checksum errors in DCCP decoder, IPv4 case 2014-02-15 12:36:02 +01:00
dccp_partial_csum_v6_longer.out tests/dccp_partial_csum_v*.out: update according two previous changes 2014-11-20 16:02:00 +01:00
dccp_partial_csum_v6_longer.pcap fix partial checksum errors in DCCP decoder, IPv6 case 2014-02-16 18:29:37 +01:00
dccp_partial_csum_v6_simple.out tests/dccp_partial_csum_v*.out: update according two previous changes 2014-11-20 16:02:00 +01:00
dccp_partial_csum_v6_simple.pcap fix partial checksum errors in DCCP decoder, IPv6 case 2014-02-16 18:29:37 +01:00
DECnet_Phone.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
decnet-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
decnet-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
decnet-shorthdr-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
decnet-shorthdr-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
decnet.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
dhcp6_reconf_asan.out CVE-2017-13017/DHCPv6: Add a missing option length check. 2017-09-13 12:25:44 +01:00
dhcp6_reconf_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
dhcp-mud.out These are test files for Manufacturer Usage Descriptions and an updated test list. 2016-12-08 14:53:46 +01:00
dhcp-mud.pcap These are test files for Manufacturer Usage Descriptions and an updated test list. 2016-12-08 14:53:46 +01:00
dhcp-rfc3004-v.out DHCP: decoder for the User Class option (RFC3004) 2014-11-28 11:10:24 +01:00
dhcp-rfc3004.pcap DHCP: decoder for the User Class option (RFC3004) 2014-11-28 11:10:24 +01:00
dhcp-rfc5859-v.out DHCP: decoder for the TFTP Server Address option (RFC5859) 2014-12-01 16:56:30 +01:00
dhcp-rfc5859.pcap DHCP: decoder for the TFTP Server Address option (RFC5859) 2014-12-01 16:56:30 +01:00
dhcpv6-AFTR-Name-RFC6334.out print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-AFTR-Name-RFC6334.pcap add tests/dhcpv6-AFTR-Name-RFC6334.pcap file 2012-11-21 10:25:36 +01:00
dhcpv6-domain-list.out DHCPv6 decoder fix 2013-05-31 15:25:29 +02:00
dhcpv6-domain-list.pcap DHCPv6 decoder update (RFC3646, DNS options) 2013-05-06 17:44:01 +02:00
dhcpv6-ia-na.out print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-ia-na.pcap print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-ia-pd.out print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-ia-pd.pcap print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-ia-ta.out print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-ia-ta.pcap print-dhcp6.c: Fix bugs in DH6OPT_IA_NA, DH6OPT_IA_PD, DH6OPT_IA_TA, DH6OPT_IA_ADDR and DH6OPT_IA_PD_PREFIX option cases. Add test files 2012-11-26 17:39:09 +01:00
dhcpv6-mud.out These are test files for Manufacturer Usage Descriptions and an updated test list. 2016-12-08 14:53:46 +01:00
dhcpv6-mud.pcap These are test files for Manufacturer Usage Descriptions and an updated test list. 2016-12-08 14:53:46 +01:00
dhcpv6-ntp-server.out DHCPv6 decoder update 2013-04-25 17:44:14 +02:00
dhcpv6-ntp-server.pcap DHCPv6 decoder update 2013-04-25 17:44:14 +02:00
dhcpv6-sip-server-d.out DHCPv6 decoder fix 2013-05-31 15:25:29 +02:00
dhcpv6-sip-server-d.pcap DHCPv6 decoder update 2013-04-29 14:33:18 +02:00
dns_fwdptr.out CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns_fwdptr.pcap CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-1.out CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-1.pcap CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-2.out CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-2.pcap CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-3.out CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dns-zlip-3.pcap CVE-2017-12995/Check for DNS compression pointers that don't point backwards. 2017-09-13 12:25:44 +01:00
dnssec-vv.out update the DNSSEC test case after the last change 2015-07-10 11:57:24 +01:00
dnssec.pcap add a DNSSEC test case 2015-07-10 11:53:33 +01:00
dtp-v.out With -e, print the LLC header before the SNAP header; without it, cut the SNAP header. 2015-04-18 00:08:52 -07:00
DTP.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
dvmrp.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
e1000g.out test cases for Solaris print-ipnet. Confirms ndo printer code works 2010-01-10 14:28:33 -05:00
e1000g.pcap test cases for Solaris print-ipnet. Confirms ndo printer code works 2010-01-10 14:28:33 -05:00
eap_extract_read2_asan.out CVE-2017-13015/EAP: Add more bounds checks. 2017-09-13 12:25:44 +01:00
eap_extract_read2_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
eapon1.gdbinit new test cases for EAPol. 2004-03-25 03:29:20 +00:00
eapon1.out updated tests to match patches from Carles Kishimoto 2007-11-22 21:52:31 +00:00
eapon1.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
eigrp1-v.out EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
eigrp2-v.out EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
eigrp3-v.out EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
eigrp4-v.out EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
eigrp5.out Print EIGRP when carried in IPv6 2017-09-14 19:50:40 +01:00
EIGRP_adjacency.pcap EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
EIGRP_goodbye.pcap EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
EIGRP_ipv6.pcap Print EIGRP when carried in IPv6 2017-09-14 19:50:40 +01:00
EIGRP_subnet_down.pcap EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
EIGRP_subnet_up.pcap EIGRP: add IPv4 test cases from PacketLife 2014-04-16 12:29:54 +04:00
eigrp-tlv-oobr.out CVE-2017-12901/EIGRP: Do more length checks. 2017-09-13 12:25:44 +01:00
eigrp-tlv-oobr.pcap CVE-2017-12901/EIGRP: Do more length checks. 2017-09-13 12:25:44 +01:00
epgm_zmtp1.pcap use existing PGM decoder for UDP-encapsulated PGM 2013-04-14 18:20:26 -04:00
epgm_zmtp1v.out improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM) 2013-04-14 18:20:26 -04:00
epgmv.out use existing PGM decoder for UDP-encapsulated PGM 2013-04-14 18:20:26 -04:00
esis_opt_prot-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_opt_prot-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_snpa_asan-2.out CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs. 2017-09-13 12:25:44 +01:00
esis_snpa_asan-2.pcap CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs. 2017-09-13 12:25:44 +01:00
esis_snpa_asan-3.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_snpa_asan-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_snpa_asan-4.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_snpa_asan-4.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
esis_snpa_asan-5.out CVE-2017-13047/ES-IS: put an existing bounds check right 2017-09-13 12:25:44 +01:00
esis_snpa_asan-5.pcap CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs. 2017-09-13 12:25:44 +01:00
esis_snpa_asan.out FR: Fix extracting the DE flag 2017-12-17 12:34:13 +01:00
esis_snpa_asan.pcap CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs. 2017-09-13 12:25:44 +01:00
esp0.out updates to test cases, "length" added. 2005-04-06 21:27:33 +00:00
esp1.gdbinit ESP decoding test 1 2003-02-25 04:35:57 +00:00
esp1.out updated test case output 2005-10-02 22:24:31 +00:00
esp2.gdbinit test case for decrypting co-axial ESP encapsulations 2003-02-26 03:21:46 +00:00
esp2.out updated test case output 2005-10-02 22:24:31 +00:00
esp3.gdbinit test of using "file" directive 2003-02-26 04:44:33 +00:00
esp4.gdbinit test of using "file" directive 2003-02-26 04:44:33 +00:00
esp5.gdbinit test case for AES256 ESP. 2004-04-05 00:09:36 +00:00
esp5.out updated test case output 2005-10-02 22:24:31 +00:00
esp-secrets.txt test case for AES256 ESP. 2004-04-05 00:09:36 +00:00
espudp1.out permit -n flag to affect print-ip for protocol numbers 2012-01-23 14:10:16 -05:00
espudp1.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
evb.out STP: Remove trailing spaces in output 2017-01-18 09:16:39 +01:00
evb.pcap Test pcap files for DCB and EVB TLVs with their output 2013-08-29 10:34:10 +05:30
extract_read2_asan.out CVE-2017-13012/ICMP: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
extract_read2_asan.pcap CVE-2017-13012/ICMP: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
forces1.out updated forces test cases 2011-04-28 18:27:24 -04:00
forces1.pcap updated forces test cases 2011-04-28 18:27:24 -04:00
forces1vvv.out TESTonce & others: 'make check' need to do a strict comparison, including spaces 2014-11-14 20:14:29 +01:00
forces1vvvv.out TESTonce & others: 'make check' need to do a strict comparison, including spaces 2014-11-14 20:14:29 +01:00
forces2.pcap Restore forces2 pcap and associated output 2011-07-26 13:26:31 -04:00
forces2v.out Restore forces2 pcap and associated output 2011-07-26 13:26:31 -04:00
forces2vv.out Restore forces2 pcap and associated output 2011-07-26 13:26:31 -04:00
forces2vvv.out Restore forces3 pcap and associated output 2011-07-26 13:28:06 -04:00
forces3.pcap Restore forces3 pcap and associated output 2011-07-26 13:28:06 -04:00
forces3vvv.out Add test pcap+output for nested and recursive pathdata 2011-01-25 19:59:46 -05:00
frf15-heapoverflow.out Tests for Frame Relay problems. 2017-01-18 09:16:39 +01:00
frf15-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
geneve-tcp.out Add additional test cases for Geneve. 2015-02-17 16:37:04 +01:00
geneve-vni.out Add additional test cases for Geneve. 2015-02-17 16:37:04 +01:00
geneve-vv.out Add additional test cases for Geneve. 2015-02-17 16:37:04 +01:00
geneve.pcap Add additional test cases for Geneve. 2015-02-17 16:37:04 +01:00
geonet_and_calm_fast.out Improved quality, bug fixes, typos. Added test case 2013-06-27 13:28:10 +02:00
geonet_and_calm_fast.pcap Improved quality, bug fixes, typos. Added test case 2013-06-27 13:28:10 +02:00
geonet-mac-lookup-heapoverflow.out CVE-2016-7985,7986/Change the way protocols print link-layer addresses. 2017-01-18 09:16:36 +01:00
geonet-mac-lookup-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
getname_2_read4_asan.out CVE-2017-13013/ARP: Fix printing of ARP protocol addresses. 2017-09-13 12:25:44 +01:00
getname_2_read4_asan.pcap CVE-2017-13013/ARP: Fix printing of ARP protocol addresses. 2017-09-13 12:25:44 +01:00
gre-heapoverflow-1.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
gre-heapoverflow-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
gre-heapoverflow-2.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
gre-heapoverflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hdlc1.out put Hannes' prior captures to work 2014-04-14 14:16:59 +04:00
hdlc2.out put Hannes' prior captures to work 2014-04-14 14:16:59 +04:00
hdlc3.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
hdlc4.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
hdlc_slarp.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
HDLC.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
heap-overflow-1.out CVE-2016-7974/Check before fetching the IP protocol version. 2017-01-18 09:16:35 +01:00
heap-overflow-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heap-overflow-2.out IP: Remove space printing at end of line 2018-01-07 23:38:16 +01:00
heap-overflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-atalk_print.out CVE-2016-7973/Add some bounds checks. 2017-01-18 09:16:35 +01:00
heapoverflow-atalk_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-EXTRACT_16BITS.out Another test for the print-atalk.c fix. 2017-01-18 09:16:35 +01:00
heapoverflow-EXTRACT_16BITS.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-in_checksum.out CVE-2017-13030/PIM: Redo bounds checks and add length checks. 2017-09-13 12:25:44 +01:00
heapoverflow-in_checksum.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-ip_print_demux.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-ip_print_demux.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-ppp_hdlc_if_print.out CVE-2016-7933/Add some bounds checks. 2017-01-18 09:16:35 +01:00
heapoverflow-ppp_hdlc_if_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-q933_printq.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-q933_printq.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-sl_if_print.out CVE-2016-7925/Add more bounds checks. 2017-01-18 09:16:35 +01:00
heapoverflow-sl_if_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
heapoverflow-tcp_print.out CVE-2016-7975/Fix a bounds check. 2017-01-18 09:16:35 +01:00
heapoverflow-tcp_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hncp_dhcpv4data-oobr.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
hncp_dhcpv4data-oobr.pcap CVE-2017-13044/HNCP: add DHCPv4-Data bounds checks 2017-09-13 12:25:44 +01:00
hncp_dhcpv6data-oobr.out CVE-2017-13042/HNCP: add DHCPv6-Data bounds checks 2017-09-13 12:25:44 +01:00
hncp_dhcpv6data-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hncp.out HNCP: update test file 2016-09-02 14:18:31 +02:00
hncp.pcap Add test for HNCP. 2016-07-28 21:22:31 +02:00
hoobr_aodv_extension.out CVE-2017-13002/AODV: Add some missing bounds checks. 2017-09-13 12:25:44 +01:00
hoobr_aodv_extension.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_chdlc_print.out CVE-2017-13687/CHDLC: Add a test. 2017-09-13 12:25:44 +01:00
hoobr_chdlc_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper2.out CVE-2017-12993/Juniper: Add more bounds checks. 2017-09-13 12:25:44 +01:00
hoobr_juniper2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper3.out CVE-2017-12993/Juniper: Add more bounds checks. 2017-09-13 12:25:44 +01:00
hoobr_juniper3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper4.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper4.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_juniper.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_lookup_nsap.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_lookup_nsap.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_nfs_printfh.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_nfs_printfh.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_nfs_xid_map_enter.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_nfs_xid_map_enter.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_parse_field.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_parse_field.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_pimv1.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_pimv1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_ripng_print.out CVE-2017-12992/RIPng: Clean up bounds checking. 2017-09-13 12:25:44 +01:00
hoobr_ripng_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_rt6_print.out CVE-2017-13725/IPv6 R.H.: Add a capture file. 2017-09-13 12:25:44 +01:00
hoobr_rt6_print.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_safeputs.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hoobr_safeputs.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
hsrp_1-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
hsrp_1.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
hsrp_2-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
hsrp_3-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
HSRP_coup.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
HSRP_election.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
HSRP_failover.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
icmp6_mobileprefix_asan.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
icmp6_mobileprefix_asan.pcap CVE-2017-13021/ICMP6: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
icmp6_nodeinfo_oobr.out CVE-2017-13041/ICMP6: Add more bounds checks. 2017-09-13 12:25:44 +01:00
icmp6_nodeinfo_oobr.pcap CVE-2017-13041/ICMP6: Add more bounds checks. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-1.out CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-1.pcap CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-2.out CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-2.pcap CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-3.out CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-3.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
icmp-cksum-oobr-4.out CVE-2017-12895/ICMP: Check the availability of data before checksumming it. 2017-09-13 12:25:44 +01:00
icmp-cksum-oobr-4.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
icmpv6_opt24-v.out ICMPv6: restore Route Information option decoding 2013-11-28 19:17:08 +04:00
icmpv6_opt24.pcap ICMPv6: restore Route Information option decoding 2013-11-28 19:17:08 +04:00
icmpv6.out Add some MLDv2 test packets 2013-01-19 08:53:37 +01:00
icmpv6.pcap Add some MLDv2 test packets 2013-01-19 08:53:37 +01:00
ieee802.11_exthdr.out Fix the radiotap printer to handle the special bits correctly. 2016-01-11 15:47:31 -08:00
ieee802.11_exthdr.pcap new test for DLT_IEEE802_11_RADIO w/ext. bitmap 2013-04-28 18:26:26 +04:00
ieee802.11_rates_oobr.out CVE-2017-13008/IEEE 802.11: Fix TIM bitmap copy to copy from p + offset. 2017-09-13 12:25:44 +01:00
ieee802.11_rates_oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ieee802.11_rx-stbc.out Update tests for 11n fix. 2015-09-28 18:50:40 -07:00
ieee802.11_rx-stbc.pcap add test for rx-stbc flag 2013-06-06 20:38:15 +02:00
ieee802.11_tim_ie_oobr.out CVE-2017-12987/IEEE 802.11: Fix processing of TIM IE. 2017-09-13 12:25:44 +01:00
ieee802.11_tim_ie_oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
IGMP_V1.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
IGMP_V2.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
igmpv1.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
igmpv2.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
igmpv3-queries.out Add a test for IGMPv3 query response times 2012-02-25 07:21:38 -08:00
igmpv3-queries.pcap Add a test for IGMPv3 query response times 2012-02-25 07:21:38 -08:00
ikev1_id_ipv6_addr_subnet-oobr.out CVE-2017-13689/IKEv1: Fix addr+subnet length check. 2017-09-13 12:25:44 +01:00
ikev1_id_ipv6_addr_subnet-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ikev2four.out updated ikev2 test cases to show initiator/responder flag 2009-11-14 20:55:24 -05:00
ikev2four.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
ikev2fourv4.out Handle UDP checksums more like TCP checksums. 2011-06-16 22:10:36 -07:00
ikev2fourv.out Handle UDP checksums more like TCP checksums. 2011-06-16 22:10:36 -07:00
ikev2pI2-secrets.txt updated test cases for fixed msgid/cookie printing for IKEv2. 2007-11-24 18:10:54 +00:00
ikev2pI2-segfault-v.out CVE-2017-5205/add a test case 2017-01-18 09:16:42 +01:00
ikev2pI2-segfault.out CVE-2017-5205/add a test case 2017-01-18 09:16:42 +01:00
ikev2pI2-segfault.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
ikev2pI2.out fixed up auth payload printing code. 2007-11-27 03:57:20 +00:00
ikev2pI2.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
ip6_frag_asan.out CVE-2017-13031/Check for the presence of the entire IPv6 fragment header. 2017-09-13 12:25:44 +01:00
ip6_frag_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ip_printroute_asan.out CVE-2017-13022/IP: Add bounds checks to ip_printroute(). 2017-09-13 12:25:44 +01:00
ip_printroute_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ip_ts_opts_asan.out CVE-2017-13037/IP: Add bounds checks when printing time stamp options. 2017-09-13 12:25:44 +01:00
ip_ts_opts_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipcomp-heapoverflow.out CVE-2016-7928/Check whether we have the CPI before we fetch it. 2017-01-18 09:16:36 +01:00
ipcomp-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipv6-bad-version.out print-ip6: add a test on the header version value 2013-11-12 11:01:20 +01:00
ipv6-bad-version.pcap print-ip6: add a test on the header version value 2013-11-12 11:01:20 +01:00
ipv6-mobility-header-oobr.out CVE-2017-13009/IPv6 mobility: Add a bounds check. 2017-09-13 12:25:44 +01:00
ipv6-mobility-header-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipv6-next-header-oobr-1.out CVE-2017-12985/IPv6: Check for print routines returning -1 when running past the end. 2017-09-13 12:25:44 +01:00
ipv6-next-header-oobr-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipv6-next-header-oobr-2.out CVE-2017-12985/IPv6: Check for print routines returning -1 when running past the end. 2017-09-13 12:25:44 +01:00
ipv6-next-header-oobr-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipv6-routing-header.out fix incorrect IPv6 UDP and ICMPv6 checksums with routing headers 2014-04-17 15:18:41 +02:00
ipv6-routing-header.pcap fix incorrect IPv6 UDP and ICMPv6 checksums with routing headers 2014-04-17 15:18:41 +02:00
ipv6-rthdr-oobr.out CVE-2017-12986/IPv6 R.H.: Update to reflect the actual IPv6 RFC. 2017-09-13 12:25:44 +01:00
ipv6-rthdr-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipv6-srh-ext-header.out Add support for IPv6 routing header type 4 2017-12-29 17:43:35 +01:00
ipv6-srh-ext-header.pcap Add support for IPv6 routing header type 4 2017-12-29 17:43:35 +01:00
ipv6hdr-heapoverflow-v.out CVE-2017-5204/IPv6: fix header printing 2017-01-18 09:16:41 +01:00
ipv6hdr-heapoverflow.out CVE-2017-5204/IPv6: fix header printing 2017-01-18 09:16:41 +01:00
ipv6hdr-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ipx.out Add an IPX/RIP/SAP test. 2017-12-04 13:52:40 -08:00
ipx.pcap Add an IPX/RIP/SAP test. 2017-12-04 13:52:40 -08:00
isakmp1.out changed test subsystem to be more table driven, and to save the outputs 2007-08-29 02:36:04 +00:00
isakmp2.out isakmp test cases 2004-01-06 04:00:15 +00:00
isakmp3.out updated test cases for fixed msgid/cookie printing for IKEv2. 2007-11-24 18:10:54 +00:00
isakmp4.out changed test subsystem to be more table driven, and to save the outputs 2007-08-29 02:36:04 +00:00
isakmp5-v.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
isakmp4500.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
ISAKMP_sa_setup.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
isakmp-3948-oobr-2.out CVE-2017-12896/ISAKMP: Add another test. 2017-09-13 12:25:44 +01:00
isakmp-3948-oobr-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isakmp-delete-segfault.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
isakmp-identification-segfault.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
isakmp-no-none-np.out CVE-2017-12990/Fix printing of ISAKMPv1 Notification payload data. 2017-09-13 12:25:44 +01:00
isakmp-no-none-np.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
isakmp-pointer-loop.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
isakmp-rfc3948-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isakmp-rfc3948-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isakmp-various-oobr.out CVE-2017-13690/IKEv2: Fix some bounds checks. 2017-09-13 12:25:44 +01:00
isakmp-various-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isakmpv1-attr-oobr.out CVE-2017-13039/IKEv1: Do more bounds checking. 2017-09-13 12:25:44 +01:00
isakmpv1-attr-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_1-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_1.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_2-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_3-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_4-v.out add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
ISIS_external_lsp.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_infloop-v.out Clean up IS-IS printing. 2017-06-02 20:05:12 -07:00
ISIS_level1_adjacency.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
ISIS_level2_adjacency.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
ISIS_p2p_adjacency.pcap add PacketLife captures for HSRP and IS-IS 2014-04-17 14:27:22 +04:00
isis_poi2.out add testcases for IS-IS POI (rfc6232) 2015-05-20 19:29:29 +02:00
isis_poi2.pcap add testcases for IS-IS POI (rfc6232) 2015-05-20 19:29:29 +02:00
isis_poi.out add testcases for IS-IS POI (rfc6232) 2015-05-20 19:29:29 +02:00
isis_poi.pcap add testcases for IS-IS POI (rfc6232) 2015-05-20 19:29:29 +02:00
isis_stlv_asan-2.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan-3.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan-4.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan-4.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_stlv_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_sysid_asan.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis_sysid_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis-areaaddr-oobr-1.out CVE-2017-12999/IS-IS: Add a missing length check. 2017-09-13 12:25:44 +01:00
isis-areaaddr-oobr-1.pcap CVE-2017-12999/IS-IS: Add a missing length check. 2017-09-13 12:25:44 +01:00
isis-areaaddr-oobr-2.out CVE-2017-12999/IS-IS: Add a missing length check. 2017-09-13 12:25:44 +01:00
isis-areaaddr-oobr-2.pcap CVE-2017-12999/IS-IS: Add a missing length check. 2017-09-13 12:25:44 +01:00
isis-extd-ipreach-oobr.out CVE-2017-13026/IS-IS: Clean up processing of subTLVs. 2017-09-13 12:25:44 +01:00
isis-extd-ipreach-oobr.pcap CVE-2017-12998/IS-IS: Check for 2 bytes if we're going to fetch 2 bytes. 2017-09-13 12:25:44 +01:00
isis-extd-isreach-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis-extd-isreach-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isis-infinite-loop.pcap add tracefiles for infinite loop testing 2005-04-27 18:58:16 +00:00
isis-seg-fault-1-v.out Clean up length checks for IS-IS. 2017-12-23 12:33:25 -08:00
isis-seg-fault-1-v.sh Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
isis-seg-fault-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
isis-seg-fault-2-v.out CVE-2017-13026/IS-IS: Clean up processing of subTLVs. 2017-09-13 12:25:44 +01:00
isis-seg-fault-2.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
isis-seg-fault-3-v.out Clean up IS-IS printing. 2017-06-02 20:05:12 -07:00
isis-seg-fault-3.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
isoclns-heapoverflow-2.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isoclns-heapoverflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isoclns-heapoverflow-3.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isoclns-heapoverflow-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isoclns-heapoverflow.out CVE-2016-7926/Do some additional bounds checking before calling isoclns_print(). 2017-01-18 09:16:36 +01:00
isoclns-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isoclns-oobr.out CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_print(). 2017-09-13 12:25:44 +01:00
isoclns-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
isup.out M3UA support added (GH #342) 2014-04-21 18:53:40 +04:00
isup.pcap M3UA support added (GH #342) 2014-04-21 18:53:40 +04:00
isupvv.out M3UA support added (GH #342) 2014-04-21 18:53:40 +04:00
juniper_atm1.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
juniper_atm1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
juniper_es.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
juniper_es.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
juniper_header-heapoverflow.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
juniper_header-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
kday1.out IP: Remove space printing at end of line 2018-01-07 23:38:16 +01:00
kday1.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday2.out CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
kday2.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday3.out IP: Remove space printing at end of line 2018-01-07 23:38:16 +01:00
kday3.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday4.out CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
kday4.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday5.out CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
kday5.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday6.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
kday6.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
kday7.out CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
kday7.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
kday8.out CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
kday8.pcap broken packets from Kevin Day 2015-03-10 23:19:05 -07:00
l2tp-avp-overflow.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
l2tp-avp-overflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
lacp-ev.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
LACP.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
ldp_infloop.out put Hannes' prior captures to work 2014-04-14 14:16:59 +04:00
ldp-infinite-loop.pcap add tracefiles for infinite loop testing 2005-04-27 18:58:16 +00:00
lisp_eid_notify.out LISP: Add and use istr[] and tstr[] strings 2015-11-21 10:41:05 +01:00
lisp_eid_notify.pcap Initial commit for support of Type 3 and Type 4 LISP packets. 2015-10-04 12:47:13 +02:00
lisp_eid_register.out Initial commit for support of Type 3 and Type 4 LISP packets. 2015-10-04 12:47:13 +02:00
lisp_eid_register.pcap Initial commit for support of Type 3 and Type 4 LISP packets. 2015-10-04 12:47:13 +02:00
lisp_ipv6.out LISP: We always support IPv6 addresses now 2015-10-05 09:25:46 +02:00
lisp_ipv6.pcap Initial commit for support of Type 3 and Type 4 LISP packets. 2015-10-04 12:47:13 +02:00
llc-xid-heapoverflow.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
llc-xid-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
lldp_8023_mtu-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
lldp_8023_mtu-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
LLDP_and_CDP.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
lldp_asan.out CVE-2017-13011/Properly check for buffer overflow in bittok2str_internal(). 2017-09-13 12:25:44 +01:00
lldp_asan.pcap CVE-2017-13011/Properly check for buffer overflow in bittok2str_internal(). 2017-09-13 12:25:44 +01:00
lldp_cdp-ev.out Ethernet: Print the Length/Type field as length when needed 2015-12-16 15:59:39 +01:00
lldp_mgmt_addr_tlv_asan.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
lldp_mgmt_addr_tlv_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
lldp_mudurl-v.out Implement IANA OUI and LLDP MUD option 2016-12-31 08:17:55 +01:00
lldp_mudurl-vv.out Implement IANA OUI and LLDP MUD option 2016-12-31 08:17:55 +01:00
lldp_mudurl.pcap Implement IANA OUI and LLDP MUD option 2016-12-31 08:17:55 +01:00
lldp-infinite-loop-1.out CVE-2017-12997/LLDP: Don't use an 8-bit loop counter. 2017-09-13 12:25:44 +01:00
lldp-infinite-loop-1.pcap CVE-2017-12997/LLDP: Don't use an 8-bit loop counter. 2017-09-13 12:25:44 +01:00
lldp-infinite-loop-2.out CVE-2017-12997/LLDP: Don't use an 8-bit loop counter. 2017-09-13 12:25:44 +01:00
lldp-infinite-loop-2.pcap CVE-2017-12997/LLDP: Don't use an 8-bit loop counter. 2017-09-13 12:25:44 +01:00
lmp-v.out LMP: fix some minor output issues 2013-09-09 14:17:27 +04:00
lmp-v.sh Count the complex tests correctly, and pick up the counts correctly. 2017-08-30 21:36:24 -07:00
lmp.out LMP: add -T override and fix version 1 test(s) 2013-09-07 12:24:02 +04:00
lmp.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
lmpv1_busyloop.out CVE-2017-13003/Clean up the LMP dissector. 2017-09-13 12:25:44 +01:00
lmpv1_busyloop.pcap CVE-2017-13003/Clean up the LMP dissector. 2017-09-13 12:25:44 +01:00
loopback.out add a decoder for Loopback/CTP 2014-01-09 16:59:33 +04:00
loopback.pcap add a decoder for Loopback/CTP 2014-01-09 16:59:33 +04:00
lspping-fec-ldp-v.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-ldp-vv.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-ldp.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-ldp.pcap update the lspping test samples 2004-06-16 08:39:15 +00:00
lspping-fec-rsvp-v.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-rsvp-vv.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-rsvp.out Add missing output files for LSP-Ping capture files 2015-10-13 16:31:45 +02:00
lspping-fec-rsvp.pcap update the lspping test samples 2004-06-16 08:39:15 +00:00
medsa-e.out Add support for the Marvell Extended Distributed Switch Architecture header 2015-04-25 22:44:15 +02:00
medsa.out Add support for the Marvell Extended Distributed Switch Architecture header 2015-04-25 22:44:15 +02:00
medsa.pcap Add support for the Marvell Extended Distributed Switch Architecture header 2015-04-25 22:44:15 +02:00
mlppp-oobr.out CVE-2017-13038/PPP: Do bounds checking. 2017-09-13 12:25:44 +01:00
mlppp-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
mobility_opt_asan_2.out CVE-2017-13024/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mobility_opt_asan_2.pcap CVE-2017-13024/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mobility_opt_asan_3.out CVE-2017-13025/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mobility_opt_asan_3.pcap CVE-2017-13025/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mobility_opt_asan_4.out CVE-2017-13024/IPv6 mobility: Add another test for a previous bounds check fix 2017-09-13 12:25:44 +01:00
mobility_opt_asan_4.pcap CVE-2017-13024/IPv6 mobility: Add another test for a previous bounds check fix 2017-09-13 12:25:44 +01:00
mobility_opt_asan_5.out IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_5.pcap IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_6.out IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_6.pcap IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_7.out IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_7.pcap IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_8.out IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan_8.pcap IPv6 mobility: Add another test. 2017-09-13 12:25:44 +01:00
mobility_opt_asan.out CVE-2017-13023/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mobility_opt_asan.pcap CVE-2017-13023/IPv6 mobility: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
mpbgp-linklocal-nexthop.out Don't treat going past the end of the buffer in check_add_path() as an error. 2017-12-31 01:49:47 -08:00
mpbgp-linklocal-nexthop.pcap Separate multiple nexthops. 2012-03-01 05:38:25 -08:00
mpls-label-heapoverflow.out CVE-2016-7931/Add bounds and length checks. 2017-01-18 09:16:36 +01:00
mpls-label-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
mpls-ldp-hello.out changed test subsystem to be more table driven, and to save the outputs 2007-08-29 02:36:04 +00:00
mpls-ldp-hello.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
mpls-traceroute-v.out Add missing output files for MPLS/ICMP extensions capture file 2015-11-27 15:25:35 +01:00
mpls-traceroute.out Add missing output files for MPLS/ICMP extensions capture file 2015-11-27 15:25:35 +01:00
mpls-traceroute.pcap add a .pcap sample to test MPLS/ICMP extensions 2004-06-14 15:13:00 +00:00
mptcp-dss-oobr.out CVE-2017-13040/MPTCP: Clean up printing DSS suboption. 2017-09-13 12:25:44 +01:00
mptcp-dss-oobr.pcap CVE-2017-13040/MPTCP: Clean up printing DSS suboption. 2017-09-13 12:25:44 +01:00
mptcp-fclose.out Fix MPTCP support 2013-04-19 09:22:04 +02:00
mptcp-fclose.pcap Multipath TCP (RFC 6824) support 2013-04-14 18:20:26 -04:00
mptcp.out Fix MPTCP support 2013-04-19 09:22:04 +02:00
mptcp.pcap Multipath TCP (RFC 6824) support 2013-04-14 18:20:26 -04:00
mrinfo_query.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
msnlb2.out Add two MS NLB test captures 2013-02-23 18:50:06 +01:00
msnlb2.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
msnlb.out Add two MS NLB test captures 2013-02-23 18:50:06 +01:00
msnlb.pcap Add two MS NLB test captures 2013-02-23 18:50:06 +01:00
MSTP_Intra-Region_BPDUs.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
mstp-v.out STP: Remove trailing spaces in output 2017-01-18 09:16:39 +01:00
mtrace.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
mtrace.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
nbns-valgrind.out CVE-2017-12893/SMB/CIFS: Add a bounds check in name_len(). 2017-09-13 12:25:44 +01:00
nbns-valgrind.pcap CVE-2017-12893/SMB/CIFS: Add a bounds check in name_len(). 2017-09-13 12:25:44 +01:00
nflog-e.out NFLOG: remove header dependency, add a test case 2013-09-09 14:45:31 +04:00
nflog-e.sh Count the complex tests correctly, and pick up the counts correctly. 2017-08-30 21:36:24 -07:00
nflog.pcap NFLOG: remove header dependency, add a test case 2013-09-09 14:45:31 +04:00
nfs-attr-oobr.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
nfs-attr-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
nfs-seg-fault-1.out Add a test file for a previous fix 2017-01-18 09:16:40 +01:00
nfs-seg-fault-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
nsh-over-vxlan-gpe-v.out Add printing function for Generic Protocol Extension for VXLAN 2016-03-22 16:59:03 +01:00
nsh-over-vxlan-gpe-vv.out Add printing function for Generic Protocol Extension for VXLAN 2016-03-22 16:59:03 +01:00
nsh-over-vxlan-gpe-vvv.out Add printing function for Generic Protocol Extension for VXLAN 2016-03-22 16:59:03 +01:00
nsh-over-vxlan-gpe.out Add printing function for Generic Protocol Extension for VXLAN 2016-03-22 16:59:03 +01:00
nsh-over-vxlan-gpe.pcap Add printing function for Generic Protocol Extension for VXLAN 2016-03-22 16:59:03 +01:00
nsh-vvv.out add NSH ethertype 2017-04-02 09:08:17 +01:00
nsh.out add NSH ethertype 2017-04-02 09:08:17 +01:00
nsh.pcap add NSH ethertype 2017-04-02 09:08:17 +01:00
ntp-control--v.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-control--vv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-control--vvv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-control.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-control.pcap NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-mode7--v.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-mode7--vv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-mode7--vvv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-mode7.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-mode7.pcap NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-time--v.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-time--vv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-time--vvv.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-time.out NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-time.pcap NTP: Add more test files by Ulrich Windl. 2017-09-21 10:36:01 +01:00
ntp-v.out Fix handling of NTP time stamps. 2017-09-20 19:17:22 -07:00
ntp.out NTP: Run one test with -v and another without. 2017-09-20 14:45:24 +01:00
ntp.pcap Add NTP test. 2017-09-19 15:43:41 +01:00
of10_7050q-v.out OpenFlow 1.0: improve BSN extensions support 2015-02-18 19:51:57 +00:00
of10_7050q.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
of10_7050sx_bsn-vv.out OpenFlow 1.0: improve BSN extensions support 2015-02-18 19:51:57 +00:00
of10_7050sx_bsn.pcap OpenFlow 1.0: improve BSN extensions support 2015-02-18 19:51:57 +00:00
of10_p3295-vv.out Use the word 'invalid' for 'malformed' or 'corrupted' packets 2015-09-06 13:44:54 +02:00
of10_p3295.pcap add OpenFlow 1.0 decoder (no SSL) 2013-05-29 13:03:23 +04:00
of10_pf5240-vv.out OpenFlow 1.0: add a test case for NEC PF5240 2013-08-28 17:22:15 +04:00
of10_pf5240.pcap OpenFlow 1.0: add a test case for NEC PF5240 2013-08-28 17:22:15 +04:00
of10_s4810-vvvv.out STP: Remove trailing spaces in output 2017-01-18 09:16:39 +01:00
of10_s4810.pcap OpenFlow 1.0: add another test case 2013-07-10 12:25:00 +04:00
olsr-oobr-1.out CVE-2017-13688/OLSR: Do bounds checks before we fetch data. 2017-09-13 12:25:44 +01:00
olsr-oobr-1.pcap CVE-2017-13688/OLSR: Do bounds checks before we fetch data. 2017-09-13 12:25:44 +01:00
olsr-oobr-2.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
olsr-oobr-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
OLSRv1_HNA_sgw_1.out olsr: add a test to cover a HNA sgw case 2015-05-03 17:30:47 +02:00
OLSRv1_HNA_sgw_1.pcap olsr: add a test to cover a HNA sgw case 2015-05-03 17:30:47 +02:00
oobr_parse_elements.out CVE-2017-12987/Another test for the TIM IE bug, from Kamil Frankowicz. 2017-09-13 12:25:44 +01:00
oobr_parse_elements.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ospf2-seg-fault-1-v.out Add a test file for a previous fix 2017-01-18 09:16:39 +01:00
ospf2-seg-fault-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
ospf3_ah-vv.out OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
ospf3_auth-vv.out OSPFv3: add authentication test case 2014-04-01 10:49:54 +04:00
ospf3_auth.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
ospf3_bc-vv.out OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
ospf3_mp-vv.out OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
ospf3_nbma-vv.out OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
ospf6_decode_v3_asan.out CVE-2017-13036/OSPFv3: Add a bounds check before fetching data 2017-09-13 12:25:44 +01:00
ospf6_decode_v3_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ospf-gmpls.out changed test subsystem to be more table driven, and to save the outputs 2007-08-29 02:36:04 +00:00
ospf-gmpls.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
OSPFv3_broadcast_adjacency.pcap OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
OSPFv3_multipoint_adjacencies.pcap OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
OSPFv3_NBMA_adjacencies.pcap OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
OSPFv3_with_AH.pcap OSPFv3: add PacketLife sample captures 2014-04-15 19:47:52 +04:00
otv-heapoverflow-1.out CVE-2017-5341/OTV: add missing bounds checks 2017-01-18 09:16:41 +01:00
otv-heapoverflow-1.pcap CVE-2017-5341/OTV: add missing bounds checks 2017-01-18 09:16:41 +01:00
otv-heapoverflow-2.out CVE-2017-5342/pass correct caplen value to ether_print() 2017-01-18 09:16:41 +01:00
otv-heapoverflow-2.pcap CVE-2017-5342/pass correct caplen value to ether_print() 2017-01-18 09:16:41 +01:00
pcap-invalid-version-1.out Add test files for pcap invalid versions 2015-10-10 18:22:22 +02:00
pcap-invalid-version-1.pcap Add test files for pcap invalid versions 2015-10-10 18:22:22 +02:00
pcap-invalid-version-2.out Add test files for pcap invalid versions 2015-10-10 18:22:22 +02:00
pcap-invalid-version-2.pcap Add test files for pcap invalid versions 2015-10-10 18:22:22 +02:00
pcap-ng-invalid-vers-1.out Add test files for pcap-ng invalid versions 2015-10-10 18:54:46 +02:00
pcap-ng-invalid-vers-1.pcap Add test files for pcap-ng invalid versions 2015-10-10 18:54:46 +02:00
pcap-ng-invalid-vers-2.out Add test files for pcap-ng invalid versions 2015-10-10 18:54:46 +02:00
pcap-ng-invalid-vers-2.pcap Add test files for pcap-ng invalid versions 2015-10-10 18:54:46 +02:00
pgm_group_addr_asan.out CVE-2017-13034/PGM: Add a bounds check. 2017-09-13 12:25:44 +01:00
pgm_group_addr_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pgm_opts_asan_2.out CVE-2017-13019: Clean up PGM option processing. 2017-09-13 12:25:44 +01:00
pgm_opts_asan_2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pgm_opts_asan_3.out PGM: Add another test. 2017-09-13 12:25:44 +01:00
pgm_opts_asan_3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pgm_opts_asan.out CVE-2017-13018/PGM: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
pgm_opts_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pgm_zmtp1.pcap add a test case for native PGM 2013-04-14 18:20:26 -04:00
pgm_zmtp1v.out improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM) 2013-04-14 18:20:26 -04:00
pgmv.out add a test case for native PGM 2013-04-14 18:20:26 -04:00
pim_header_asan-2.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
pim_header_asan-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pim_header_asan-3.out PIM: Add another test. 2017-09-13 12:25:44 +01:00
pim_header_asan-3.pcap PIM: Add another test. 2017-09-13 12:25:44 +01:00
pim_header_asan-4.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pim_header_asan-4.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pim_header_asan.out CVE-2017-13030/PIM: Redo bounds checks and add length checks. 2017-09-13 12:25:44 +01:00
pim_header_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
PIM_register_register-stop.pcap PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
PIM-DM_pruning.pcap PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
PIM-SM_join_prune.pcap PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2_bootstrap-v.out PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2_dm-v.out PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2_hellos-v.out PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2_register-v.out PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2_sm-v.out PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pimv2-oobr-1.out CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-1.pcap CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-2.out CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-2.pcap CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-3.out CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-3.pcap CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-4.out CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
pimv2-oobr-4.pcap CVE-2017-12996/PIMv2: Make sure PIM TLVs have the right length. 2017-09-13 12:25:44 +01:00
PIMv2_bootstrap.pcap PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
PIMv2_hellos.pcap PIM: add some v2 test cases 2014-04-12 10:51:48 +04:00
pktap-heap-overflow.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
pktap-heap-overflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
ppp_ccp_config_deflate_option_asan.out CVE-2017-13029/PPP: Fix a bounds check, and clean up other bounds checks. 2017-09-13 12:25:44 +01:00
ppp_ccp_config_deflate_option_asan.pcap CVE-2017-13029/PPP: Fix a bounds check, and clean up other bounds checks. 2017-09-13 12:25:44 +01:00
pppoe.out Add simple PPPoE test case 2011-12-11 01:57:56 +00:00
pppoe.pcap Add simple PPPoE test case 2011-12-11 01:57:56 +00:00
pppoes_id.out add a test case por PPPoE session ID filtering 2013-05-17 17:09:00 +02:00
pppoes.out add a test case por PPPoE session ID filtering 2013-05-17 17:09:00 +02:00
pppoes.pcap add a test case por PPPoE session ID filtering 2013-05-17 17:09:00 +02:00
print-A.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
print-AA.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
print-capX.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
print-capXX.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
print-flags.pcap removed need for uudecode 2011-04-30 18:51:51 -04:00
print-x.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
print-xx.out Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
q933-heapoverflow-2.out CVE-2017-5482/Q.933: add a missing bounds check 2017-01-18 09:16:41 +01:00
q933-heapoverflow-2.pcap CVE-2017-5482/Q.933: add a missing bounds check 2017-01-18 09:16:41 +01:00
QinQpacket.out added support and test case for QinQ packets 2010-10-07 14:47:22 -04:00
QinQpacket.pcap added support and test case for QinQ packets 2010-10-07 14:47:22 -04:00
QinQpacketv.out added support and test case for QinQ packets 2010-10-07 14:47:22 -04:00
radiotap-heapoverflow.out CVE-2016-7927/Do bounds checking on last_presentp before dereferencing it. 2017-01-18 09:16:36 +01:00
radiotap-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
radius_attr_asan.out CVE-2017-13032/RADIUS: Check whether a byte exists before testing its value. 2017-09-13 12:25:44 +01:00
radius_attr_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
radius-port1700-v.out Translate UDP/1700 as RADIUS 2015-12-15 18:42:04 +01:00
RADIUS-port1700.pcap Translate UDP/1700 as RADIUS 2015-12-15 18:42:04 +01:00
radius-rfc3162-v.out Added RADIUS attributes from RFC3162 2017-09-22 11:46:26 +02:00
radius-rfc4675-v.out RADIUS: Filter out non-printable characters 2015-11-09 20:09:04 +01:00
radius-rfc5176-2-v.out Added RADIUS attribute from RFC5176/RFC5580 2017-09-22 11:46:26 +02:00
radius-rfc5176-v.out Radius: update Packet Type Codes and Attribute Types with RFC/IANA names 2014-11-06 14:40:56 +01:00
RADIUS-RFC3162.pcap Added RADIUS attributes from RFC3162 2017-09-22 11:46:26 +02:00
RADIUS-RFC4675.pcap Added RFC4675 attributes to RADIUS dissector 2014-10-09 16:49:48 +02:00
RADIUS-RFC5176-2.pcap Added RADIUS attribute from RFC5176/RFC5580 2017-09-22 11:46:26 +02:00
RADIUS-RFC5176.pcap Fix length fields in UDP headers to be what they should be. 2014-10-20 14:44:47 -07:00
radius-v.out Radius: update Packet Type Codes and Attribute Types with RFC/IANA names 2014-11-06 14:40:56 +01:00
RADIUS.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
relts-0x80000000.out Tests for the relts changes. 2017-01-18 09:16:38 +01:00
relts-0x80000000.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
resp_1_benchmark.pcap Initial support for the REdis Serialization Protocol known as RESP. 2016-04-26 11:00:21 +02:00
resp_1.out Initial support for the REdis Serialization Protocol known as RESP. 2016-04-26 11:00:21 +02:00
resp_2_inline.pcap Initial support for the REdis Serialization Protocol known as RESP. 2016-04-26 11:00:21 +02:00
resp_2.out Initial support for the REdis Serialization Protocol known as RESP. 2016-04-26 11:00:21 +02:00
resp_3_malicious.pcap Initial support for the REdis Serialization Protocol known as RESP. 2016-04-26 11:00:21 +02:00
resp_3.out Do better checking of RESP packets. 2017-01-18 09:16:41 +01:00
resp_4_infiniteloop.out CVE-2017-12989/RESP: Make sure resp_get_length() advances the pointer for invalid lengths. 2017-09-13 12:25:44 +01:00
resp_4_infiniteloop.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
ripv1v2.out decode RIPv2 authentication up to RFC4822 2012-06-12 14:10:05 +04:00
ripv1v2.pcap fix RIP Request/full table decoding issues 2012-06-12 13:59:06 +04:00
ripv2_auth.out decode RIPv2 authentication up to RFC4822 2012-06-12 14:10:05 +04:00
ripv2_auth.pcap decode RIPv2 authentication up to RFC4822 2012-06-12 14:10:05 +04:00
rpki-rtr-oob.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
rpki-rtr-oob.pcap CVE-2017-13050/RPKI-Router: fix a few bugs 2017-09-13 12:25:44 +01:00
rpl-14-dao.pcap RPL: rename test case files to be more clear as to their purpose 2014-01-05 11:41:28 -05:00
rpl-14-daovvv.out dagid is always an IPv6 address, not an opaque 128-bit string 2016-07-09 17:22:18 -04:00
rpl-19-pickdag.out Use nd_ types, clean up ICMPv6 dissection. 2017-12-18 21:41:18 -08:00
rpl-19-pickdag.pcap RPL: print DAO flags (acK, DagID) 2014-07-02 18:00:30 -04:00
rpl-19-pickdagvvv.out Use nd_ types, clean up ICMPv6 dissection. 2017-12-18 21:41:18 -08:00
rpl-26-senddaoack.pcap RPL: rename test case files to be more clear as to their purpose 2014-01-05 11:41:28 -05:00
rpl-26-senddaovv.out dagid is always an IPv6 address, not an opaque 128-bit string 2016-07-09 17:22:18 -04:00
rpvst-v.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
rpvstp-trunk-native-vid5.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
rstp-v.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
rsvp_fast_reroute-oobr.out CVE-2017-13048/RSVP: fix decoding of Fast Reroute objects 2017-09-13 12:25:44 +01:00
rsvp_fast_reroute-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
rsvp_infloop-v.out put Hannes' prior captures to work 2014-04-14 14:16:59 +04:00
rsvp_uni-oobr-1.out CVE-2017-13051/RSVP: fix bounds checks for UNI 2017-09-13 12:25:44 +01:00
rsvp_uni-oobr-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
rsvp_uni-oobr-2.out CVE-2017-13051/RSVP: fix bounds checks for UNI 2017-09-13 12:25:44 +01:00
rsvp_uni-oobr-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
rsvp_uni-oobr-3.out CVE-2017-13051/RSVP: fix bounds checks for UNI 2017-09-13 12:25:44 +01:00
rsvp_uni-oobr-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
rsvp-inf-loop-2-v.out Update a test output for a previous fix 2017-01-18 09:16:39 +01:00
rsvp-inf-loop-2.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
rsvp-infinite-loop.pcap add tracefiles for infinite loop testing 2005-04-27 18:58:16 +00:00
rtp-seg-fault-1.out Update tests for print-udp.c changes. 2018-01-11 11:51:10 -08:00
rtp-seg-fault-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
rtp-seg-fault-2.out Update tests for print-udp.c changes. 2018-01-11 11:51:10 -08:00
rtp-seg-fault-2.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
rx_ubik-oobr.out Don't decode the packet when header length(s) is/are invalid 2018-01-25 11:23:24 +01:00
rx_ubik-oobr.pcap CVE-2017-13049/Rx: add a missing bounds check for Ubik 2017-09-13 12:25:44 +01:00
scps_invalid.out TCP: add a test case for the previous commit 2017-01-18 09:16:41 +01:00
scps_invalid.pcap TCP: add a test case for the previous commit 2017-01-18 09:16:41 +01:00
setkey2esp-secrets.pl convert KAME "setkey -D" to esp-secrets-file 2017-02-02 11:37:56 +00:00
sflow_multiple_counter_30_pdus-nv.out Add tests for wrong agent-id 2013-03-22 14:15:35 +01:00
sflow_multiple_counter_30_pdus.out Update sflow test output to reflect recent changes to print-sflow.c. 2011-06-12 18:39:11 -07:00
sflow_multiple_counter_30_pdus.pcap added sflow test cases 2011-04-27 15:21:21 -04:00
slip-bad-direction.out CVE-2017-11543/Make sure the SLIP direction octet is valid. 2017-09-02 21:36:44 +01:00
slip-bad-direction.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
snmp-heapoverflow-1.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
snmp-heapoverflow-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
snmp-heapoverflow-2.out CVE-2017-5483/SNMP: improve ASN.1 bounds checks 2017-01-18 09:16:41 +01:00
snmp-heapoverflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
spb_bpduv4-v.out STP: Remove trailing spaces in output 2017-01-18 09:16:39 +01:00
spb_bpduv4.out Fixes-for-test-results 2013-02-07 11:07:29 +05:30
spb_bpduv4.pcap Added-bpduv4-test-files 2012-10-04 20:48:22 +05:30
spb.out Adding the test files for SPB 2012-06-05 12:03:01 +05:30
spb.pcap Adding the test files for SPB 2012-06-05 12:03:01 +05:30
stp-heapoverflow-1.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-1.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-2.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-3.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-4.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-heapoverflow-4.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-v4-length-sigsegv.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-v4-length-sigsegv.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
stp-v.out use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
syslog_udp.pcap add a test case for syslog over UDP 2013-09-12 21:14:06 +04:00
syslog-v.out fix parsing of syslog priority (GH #264) 2013-09-12 21:14:16 +04:00
tcp_header_heapoverflow.out CVE-2016-7975/Make sure we have the data offset field before fetching it. 2017-01-18 09:16:36 +01:00
tcp_header_heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
tcp-auth-heapoverflow.out TCP: put TCP-AO option decoding right 2017-01-18 09:16:41 +01:00
tcp-auth-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
telnet-iac-check-oobr.out CVE-2017-12988/TELNET: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
telnet-iac-check-oobr.pcap CVE-2017-12988/TELNET: Add a missing bounds check. 2017-09-13 12:25:44 +01:00
TESTLIST Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
TESTonce Better 'make check' output in case of failed test(s) 2017-09-20 18:42:58 +02:00
TESTrun.sh Better 'make check' output in case of failed test(s) 2017-09-20 18:42:58 +02:00
tfo-5c1fa7f9ae91.pcap add a TCP Fast Open test case 2013-10-03 11:28:57 +04:00
tfo.out add a TCP Fast Open test case 2013-10-03 11:28:57 +04:00
tftp-heapoverflow.out CVE-2016-7983,7984/Don't use strchr() to scan packet data. 2017-01-18 09:16:37 +01:00
tftp-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
tok2str-oobr-1.out tok2str-oobr-1: fixed issue where test reading a withdrawn routes of length 1 byte and then would truncate the content as 1 byte is not enough room for the prefix. Now the code will skip the withdrawn routes entirely if it is less then two bytes, which is the minimum needed. The code will no longer print 'Withdrawn Routes: 1 bytes', I feel this no longer makes sense. 2017-11-12 13:01:56 +00:00
tok2str-oobr-1.pcap CVE-2017-12900/Properly terminate all struct tok arrays. 2017-09-13 12:25:44 +01:00
tok2str-oobr-2.out CVE-2017-12900/Properly terminate all struct tok arrays. 2017-09-13 12:25:44 +01:00
tok2str-oobr-2.pcap CVE-2017-12900/Properly terminate all struct tok arrays. 2017-09-13 12:25:44 +01:00
trunc_aack.out add a test case for the previous commit 2016-10-16 21:45:22 +01:00
truncated-aack.pcap add a test case for the previous commit 2016-10-16 21:45:22 +01:00
udld-inf-loop-1-v.out Add a test file for a previous fix 2017-01-18 09:16:39 +01:00
udld-inf-loop-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
udld-v.out UDLD: Fix an infinite loop 2015-11-20 20:23:11 +01:00
UDLD.pcap use more PacketLife captures for test cases 2014-04-14 14:16:59 +04:00
udp-length-heapoverflow.out CVE-2016-7934,7935,7937/RTP: Fix two segmentation faults 2017-01-18 09:16:39 +01:00
udp-length-heapoverflow.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
unaligned-nfs-1.out Add a test that makes unaligned accesses. 2015-08-25 11:18:38 -07:00
unaligned-nfs-1.pcap Add a test that makes unaligned accesses. 2015-08-25 11:18:38 -07:00
vqp-oobr.out CVE-2017-13045/VQP: add some bounds checks 2017-09-13 12:25:44 +01:00
vqp-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vrrp-v.out VRRP: top off the previous change 2014-03-06 14:24:27 +04:00
vrrp.out VRRP: top off the previous change 2014-03-06 14:24:27 +04:00
vrrp.pcap VRRP: add a sample capture and two test cases 2014-03-06 14:16:33 +04:00
vtp_asan-2.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vtp_asan-2.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vtp_asan-3.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vtp_asan-3.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vtp_asan.out Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vtp_asan.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
vxlan.out VXLAN: Add a test case 2016-01-31 11:34:39 +01:00
vxlan.pcap VXLAN: Add a test case 2016-01-31 11:34:39 +01:00
wb-oobr.out CVE-2017-13014/White Board: Do more bounds checks. 2017-09-13 12:25:44 +01:00
wb-oobr.pcap Add a sanity check on packet header length 2018-02-07 18:48:49 +01:00
whois-v.out WHOIS is a plain text protocol, why not decode it. 2017-10-07 18:51:28 +01:00
whois.out WHOIS is a plain text protocol, why not decode it. 2017-10-07 18:51:28 +01:00
whois.pcap WHOIS is a plain text protocol, why not decode it. 2017-10-07 18:51:28 +01:00
zephyr-oobr.out CVE-2017-12902/Zephyr: Fix bounds checking. 2017-09-13 12:25:44 +01:00
zephyr-oobr.pcap CVE-2017-12902/Zephyr: Fix bounds checking. 2017-09-13 12:25:44 +01:00
zmtp1-inf-loop-1.out Add a test file for the previous fix 2017-01-18 09:16:39 +01:00
zmtp1-inf-loop-1.pcapng Rename pcapng test files to .pcapng. 2018-02-06 18:56:52 -08:00
zmtp1.out ZeroMQ initial support (ZMTP/1.0 framing) 2013-02-11 15:16:35 +04:00
zmtp1.pcap ZeroMQ initial support (ZMTP/1.0 framing) 2013-02-11 15:16:35 +04:00