From: Francois-Xavier Le Bail Date: Thu, 25 Jan 2018 19:36:16 +0000 (+0100) Subject: Add a sanity check on packet header length X-Git-Tag: tcpdump-4.99-bp~1280 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f253e110096ed673dc9de26da43ca80eaa2baec1 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. --- diff --git a/print.c b/print.c index be61aff9..274ac202 100644 --- a/print.c +++ b/print.c @@ -346,6 +346,14 @@ pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h, ND_PRINT(","); ND_PRINT(" caplen(%u) > %u", h->caplen, MAXIMUM_SNAPLEN); } + if (h->len > MAXIMUM_SNAPLEN) { + if (!invalid_header) { + invalid_header = 1; + ND_PRINT("[Invalid header:"); + } else + ND_PRINT(","); + ND_PRINT(" len(%u) > %u", h->len, MAXIMUM_SNAPLEN); + } if (invalid_header) { ND_PRINT("]\n"); return; @@ -356,7 +364,11 @@ pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h, * capture length != 0, * packet length != 0, * capture length <= MAXIMUM_SNAPLEN, + * packet length <= MAXIMUM_SNAPLEN, * packet length >= capture length. + * + * Currently, there is no D-Bus printer, thus no need for + * bigger lengths. */ ts_print(ndo, &h->ts); diff --git a/tests/aarp-heapoverflow-1.pcap b/tests/aarp-heapoverflow-1.pcap index 7ea3f220..be84f53f 100644 Binary files a/tests/aarp-heapoverflow-1.pcap and b/tests/aarp-heapoverflow-1.pcap differ diff --git a/tests/aarp-heapoverflow-2.pcap b/tests/aarp-heapoverflow-2.pcap index 8fbbc859..f0295211 100644 Binary files a/tests/aarp-heapoverflow-2.pcap and b/tests/aarp-heapoverflow-2.pcap differ diff --git a/tests/arp-too-long-tha.out b/tests/arp-too-long-tha.out index c70ad83b..b0c40e1a 100644 --- a/tests/arp-too-long-tha.out +++ b/tests/arp-too-long-tha.out @@ -1 +1 @@ -ARP, Unknown Hardware (12336) (len 14), IPv4 (len 4), Request who-has 48.48.48.48 (30:30:30:30:30:30:30:30:30:30:30:30:30:30) tell 48.48.48.48, length 808464414 +ARP, Unknown Hardware (12336) (len 14), IPv4 (len 4), Request who-has 48.48.48.48 (30:30:30:30:30:30:30:30:30:30:30:30:30:30) tell 48.48.48.48, length 262126 diff --git a/tests/arp-too-long-tha.pcap b/tests/arp-too-long-tha.pcap index e076962d..503754b1 100644 Binary files a/tests/arp-too-long-tha.pcap and b/tests/arp-too-long-tha.pcap differ diff --git a/tests/atm-heapoverflow.pcap b/tests/atm-heapoverflow.pcap index 6918f3ed..f8bd118a 100644 Binary files a/tests/atm-heapoverflow.pcap and b/tests/atm-heapoverflow.pcap differ diff --git a/tests/atm-oam-heapoverflow.pcap b/tests/atm-oam-heapoverflow.pcap index 0bbb4d17..a0691e08 100644 Binary files a/tests/atm-oam-heapoverflow.pcap and b/tests/atm-oam-heapoverflow.pcap differ diff --git a/tests/bad-ipv4-version-pgm-heapoverflow.pcap b/tests/bad-ipv4-version-pgm-heapoverflow.pcap index c65c4e67..116e401f 100644 Binary files a/tests/bad-ipv4-version-pgm-heapoverflow.pcap and b/tests/bad-ipv4-version-pgm-heapoverflow.pcap differ diff --git a/tests/beep-oobr.pcap b/tests/beep-oobr.pcap index ea3853b4..a1db1433 100644 Binary files a/tests/beep-oobr.pcap and b/tests/beep-oobr.pcap differ diff --git a/tests/bgp_mvpn_6_and_7.pcap b/tests/bgp_mvpn_6_and_7.pcap index 1c73e105..6f4759c1 100644 Binary files a/tests/bgp_mvpn_6_and_7.pcap and b/tests/bgp_mvpn_6_and_7.pcap differ diff --git a/tests/bgp_pmsi_tunnel-oobr.pcap b/tests/bgp_pmsi_tunnel-oobr.pcap index c3d5a9eb..ede82db5 100644 Binary files a/tests/bgp_pmsi_tunnel-oobr.pcap and b/tests/bgp_pmsi_tunnel-oobr.pcap differ diff --git a/tests/bgp_vpn_rt-oobr.pcap b/tests/bgp_vpn_rt-oobr.pcap index 83bca9bd..6e18a22b 100644 Binary files a/tests/bgp_vpn_rt-oobr.pcap and b/tests/bgp_vpn_rt-oobr.pcap differ diff --git a/tests/calm-fast-mac-lookup-heapoverflow.pcap b/tests/calm-fast-mac-lookup-heapoverflow.pcap index 64ca5815..15744a96 100644 Binary files a/tests/calm-fast-mac-lookup-heapoverflow.pcap and b/tests/calm-fast-mac-lookup-heapoverflow.pcap differ diff --git a/tests/cve2015-0261-crash.pcap b/tests/cve2015-0261-crash.pcap index 01cd3816..78ba8945 100644 Binary files a/tests/cve2015-0261-crash.pcap and b/tests/cve2015-0261-crash.pcap differ diff --git a/tests/decnet-oobr.out b/tests/decnet-oobr.out index c296076e..5195082d 100644 --- a/tests/decnet-oobr.out +++ b/tests/decnet-oobr.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 0000 MEDSA 16.6:48: [|decnet] diff --git a/tests/decnet-oobr.pcap b/tests/decnet-oobr.pcap index 7c09c1ea..0554b7ba 100644 Binary files a/tests/decnet-oobr.pcap and b/tests/decnet-oobr.pcap differ diff --git a/tests/decnet-shorthdr-oobr.out b/tests/decnet-shorthdr-oobr.out index b8f5578a..a9fb4bf2 100644 --- a/tests/decnet-shorthdr-oobr.out +++ b/tests/decnet-shorthdr-oobr.out @@ -1,29 +1,29 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 0000 [|decnet] diff --git a/tests/decnet-shorthdr-oobr.pcap b/tests/decnet-shorthdr-oobr.pcap index 0af98f6a..a4c01600 100644 Binary files a/tests/decnet-shorthdr-oobr.pcap and b/tests/decnet-shorthdr-oobr.pcap differ diff --git a/tests/dhcp6_reconf_asan.pcap b/tests/dhcp6_reconf_asan.pcap index 3eb6fe02..9d0ffaba 100644 Binary files a/tests/dhcp6_reconf_asan.pcap and b/tests/dhcp6_reconf_asan.pcap differ diff --git a/tests/eap_extract_read2_asan.pcap b/tests/eap_extract_read2_asan.pcap index 26e334eb..3e92e879 100644 Binary files a/tests/eap_extract_read2_asan.pcap and b/tests/eap_extract_read2_asan.pcap differ diff --git a/tests/esis_opt_prot-oobr.out b/tests/esis_opt_prot-oobr.out index 359eb0fa..63f3d70e 100644 --- a/tests/esis_opt_prot-oobr.out +++ b/tests/esis_opt_prot-oobr.out @@ -1,4 +1,4 @@ -ES-IS, length 33559803 +ES-IS, length 262139 redirect (6), v: 1, checksum: 0x00c6 (unverified), holding time: 2303s, length indicator: 54 00.8e SNPA (length: 0): diff --git a/tests/esis_opt_prot-oobr.pcap b/tests/esis_opt_prot-oobr.pcap index c50cb67e..a4de137f 100644 Binary files a/tests/esis_opt_prot-oobr.pcap and b/tests/esis_opt_prot-oobr.pcap differ diff --git a/tests/esis_snpa_asan-3.out b/tests/esis_snpa_asan-3.out index 109d2591..360bcf46 100644 --- a/tests/esis_snpa_asan-3.out +++ b/tests/esis_snpa_asan-3.out @@ -1,7 +1,7 @@ UI 22! ES-IS, length 65565 unknown type: 0 (0), v: 1, checksum: 0x00a1 (incorrect should be 0x859d), holding time: 0s, length indicator: 17 0x0000: 0200 04ec ff00 0000 -UI 22! ES-IS, length 2650865693 +UI 22! ES-IS, length 262139 redirect (6), v: 1, checksum: 0x0300 (incorrect should be 0xbce5), holding time: 21480s, length indicator: 17 ec.ff00.00 SNPA (length: 0): [|esis] diff --git a/tests/esis_snpa_asan-3.pcap b/tests/esis_snpa_asan-3.pcap index 812f5429..bc07ec63 100644 Binary files a/tests/esis_snpa_asan-3.pcap and b/tests/esis_snpa_asan-3.pcap differ diff --git a/tests/esis_snpa_asan-4.out b/tests/esis_snpa_asan-4.out index 10a52d46..94e1ec2b 100644 --- a/tests/esis_snpa_asan-4.out +++ b/tests/esis_snpa_asan-4.out @@ -13,7 +13,7 @@ UI 32! ES-IS, length 65565 Number of Source Addresses: 2 NET (length: 0): isonsap_string: illegal length NET (length: 4): ec.ff00.00, bad opts/li -UI 22! ES-IS, length 4244701213 +UI 22! ES-IS, length 262139 redirect (6), v: 1, checksum: 0x7034 (incorrect should be 0x36fe), holding time: 21315s, length indicator: 17 isonsap_string: illegal length SNPA (length: 0): diff --git a/tests/esis_snpa_asan-4.pcap b/tests/esis_snpa_asan-4.pcap index 9cdfe034..9160c052 100644 Binary files a/tests/esis_snpa_asan-4.pcap and b/tests/esis_snpa_asan-4.pcap differ diff --git a/tests/frf15-heapoverflow.pcap b/tests/frf15-heapoverflow.pcap index 5898e7b7..d56ef1f3 100644 Binary files a/tests/frf15-heapoverflow.pcap and b/tests/frf15-heapoverflow.pcap differ diff --git a/tests/geonet-mac-lookup-heapoverflow.pcap b/tests/geonet-mac-lookup-heapoverflow.pcap index 2a42bcac..33794c50 100644 Binary files a/tests/geonet-mac-lookup-heapoverflow.pcap and b/tests/geonet-mac-lookup-heapoverflow.pcap differ diff --git a/tests/gre-heapoverflow-1.out b/tests/gre-heapoverflow-1.out index 7911339b..e80e25b2 100644 --- a/tests/gre-heapoverflow-1.out +++ b/tests/gre-heapoverflow-1.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 diff --git a/tests/gre-heapoverflow-1.pcap b/tests/gre-heapoverflow-1.pcap index f814815c..103031f8 100644 Binary files a/tests/gre-heapoverflow-1.pcap and b/tests/gre-heapoverflow-1.pcap differ diff --git a/tests/gre-heapoverflow-2.out b/tests/gre-heapoverflow-2.out index f1ab2cc4..bb1cf786 100644 --- a/tests/gre-heapoverflow-2.out +++ b/tests/gre-heapoverflow-2.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 00 diff --git a/tests/gre-heapoverflow-2.pcap b/tests/gre-heapoverflow-2.pcap index 1722d8d0..3a204843 100644 Binary files a/tests/gre-heapoverflow-2.pcap and b/tests/gre-heapoverflow-2.pcap differ diff --git a/tests/heap-overflow-1.pcap b/tests/heap-overflow-1.pcap index f1519b83..afcc2744 100644 Binary files a/tests/heap-overflow-1.pcap and b/tests/heap-overflow-1.pcap differ diff --git a/tests/heap-overflow-2.pcap b/tests/heap-overflow-2.pcap index 838c5f59..c7d0a002 100644 Binary files a/tests/heap-overflow-2.pcap and b/tests/heap-overflow-2.pcap differ diff --git a/tests/heapoverflow-EXTRACT_16BITS.pcap b/tests/heapoverflow-EXTRACT_16BITS.pcap index 491c2d05..bbd59331 100644 Binary files a/tests/heapoverflow-EXTRACT_16BITS.pcap and b/tests/heapoverflow-EXTRACT_16BITS.pcap differ diff --git a/tests/heapoverflow-atalk_print.pcap b/tests/heapoverflow-atalk_print.pcap index 83f04fd6..aa5b4fae 100644 Binary files a/tests/heapoverflow-atalk_print.pcap and b/tests/heapoverflow-atalk_print.pcap differ diff --git a/tests/heapoverflow-in_checksum.pcap b/tests/heapoverflow-in_checksum.pcap index 82a55005..ebb07feb 100644 Binary files a/tests/heapoverflow-in_checksum.pcap and b/tests/heapoverflow-in_checksum.pcap differ diff --git a/tests/heapoverflow-ip_print_demux.out b/tests/heapoverflow-ip_print_demux.out index 54bd1378..f97baf99 100644 --- a/tests/heapoverflow-ip_print_demux.out +++ b/tests/heapoverflow-ip_print_demux.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 00 diff --git a/tests/heapoverflow-ip_print_demux.pcap b/tests/heapoverflow-ip_print_demux.pcap index 8dec30b4..9090f7fc 100644 Binary files a/tests/heapoverflow-ip_print_demux.pcap and b/tests/heapoverflow-ip_print_demux.pcap differ diff --git a/tests/heapoverflow-ppp_hdlc_if_print.pcap b/tests/heapoverflow-ppp_hdlc_if_print.pcap index 356adf37..7012ea8d 100644 Binary files a/tests/heapoverflow-ppp_hdlc_if_print.pcap and b/tests/heapoverflow-ppp_hdlc_if_print.pcap differ diff --git a/tests/heapoverflow-q933_printq.out b/tests/heapoverflow-q933_printq.out index ebc5605f..9681ef27 100644 --- a/tests/heapoverflow-q933_printq.out +++ b/tests/heapoverflow-q933_printq.out @@ -1,2 +1,2 @@ -Q.933, CCITT, codeset 0, unknown message (0x30), length 808464430 +Q.933, CCITT, codeset 0, unknown message (0x30), length 262142 unknown IE (0x30), length 48: [|q.933] diff --git a/tests/heapoverflow-q933_printq.pcap b/tests/heapoverflow-q933_printq.pcap index 56d1b125..b3b3c312 100644 Binary files a/tests/heapoverflow-q933_printq.pcap and b/tests/heapoverflow-q933_printq.pcap differ diff --git a/tests/heapoverflow-sl_if_print.pcap b/tests/heapoverflow-sl_if_print.pcap index 492a00b3..926e08a7 100644 Binary files a/tests/heapoverflow-sl_if_print.pcap and b/tests/heapoverflow-sl_if_print.pcap differ diff --git a/tests/heapoverflow-tcp_print.pcap b/tests/heapoverflow-tcp_print.pcap index 44c171f8..edceeaec 100644 Binary files a/tests/heapoverflow-tcp_print.pcap and b/tests/heapoverflow-tcp_print.pcap differ diff --git a/tests/hncp_dhcpv6data-oobr.pcap b/tests/hncp_dhcpv6data-oobr.pcap index 3430e9a8..94310c62 100644 Binary files a/tests/hncp_dhcpv6data-oobr.pcap and b/tests/hncp_dhcpv6data-oobr.pcap differ diff --git a/tests/hoobr_aodv_extension.pcap b/tests/hoobr_aodv_extension.pcap index b02ab050..263949a8 100644 Binary files a/tests/hoobr_aodv_extension.pcap and b/tests/hoobr_aodv_extension.pcap differ diff --git a/tests/hoobr_chdlc_print.pcap b/tests/hoobr_chdlc_print.pcap index ffc75a4b..22ac1572 100644 Binary files a/tests/hoobr_chdlc_print.pcap and b/tests/hoobr_chdlc_print.pcap differ diff --git a/tests/hoobr_juniper.out b/tests/hoobr_juniper.out index b13cfbee..72ab682b 100644 --- a/tests/hoobr_juniper.out +++ b/tests/hoobr_juniper.out @@ -1 +1 @@ -[|juniper_hdr], length 808464432 +[|juniper_hdr], length 262144 diff --git a/tests/hoobr_juniper.pcap b/tests/hoobr_juniper.pcap index 831a8c7d..5e8fde4b 100644 Binary files a/tests/hoobr_juniper.pcap and b/tests/hoobr_juniper.pcap differ diff --git a/tests/hoobr_juniper2.pcap b/tests/hoobr_juniper2.pcap index 7c767359..c2e7bbcb 100644 Binary files a/tests/hoobr_juniper2.pcap and b/tests/hoobr_juniper2.pcap differ diff --git a/tests/hoobr_juniper3.pcap b/tests/hoobr_juniper3.pcap index 2ab9c663..f686960f 100644 Binary files a/tests/hoobr_juniper3.pcap and b/tests/hoobr_juniper3.pcap differ diff --git a/tests/hoobr_juniper4.out b/tests/hoobr_juniper4.out index b13cfbee..72ab682b 100644 --- a/tests/hoobr_juniper4.out +++ b/tests/hoobr_juniper4.out @@ -1 +1 @@ -[|juniper_hdr], length 808464432 +[|juniper_hdr], length 262144 diff --git a/tests/hoobr_juniper4.pcap b/tests/hoobr_juniper4.pcap index 3019e870..dc409539 100644 Binary files a/tests/hoobr_juniper4.pcap and b/tests/hoobr_juniper4.pcap differ diff --git a/tests/hoobr_lookup_nsap.out b/tests/hoobr_lookup_nsap.out index 7d8613b0..3105fe55 100644 --- a/tests/hoobr_lookup_nsap.out +++ b/tests/hoobr_lookup_nsap.out @@ -1,23 +1,23 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -CLNP, 30.0000.0000.0000 > 30.3030, unknown (16), length 808464417 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +CLNP, 30.0000.0000.0000 > 30.3030, unknown (16), length 262129 +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 000000 -CLNP, 30.0000.0000.0000 > 30.3030, unknown (16), length 808464417 +CLNP, 30.0000.0000.0000 > 30.3030, unknown (16), length 262129 diff --git a/tests/hoobr_lookup_nsap.pcap b/tests/hoobr_lookup_nsap.pcap index 9f13f63b..665c8ccc 100644 Binary files a/tests/hoobr_lookup_nsap.pcap and b/tests/hoobr_lookup_nsap.pcap differ diff --git a/tests/hoobr_nfs_printfh.out b/tests/hoobr_nfs_printfh.out index 8082b86b..2f8d13f8 100644 --- a/tests/hoobr_nfs_printfh.out +++ b/tests/hoobr_nfs_printfh.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -13,11 +13,11 @@ 0x00b0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00c0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00d0: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -31,7 +31,7 @@ 0x00a0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00b0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00c0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -46,7 +46,7 @@ 0x00b0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00c0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00d0: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -60,7 +60,7 @@ 0x00a0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00b0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00c0: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -72,7 +72,7 @@ 0x0080: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0090: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00a0: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 @@ -86,7 +86,7 @@ 0x00a0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00b0: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x00c0: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 diff --git a/tests/hoobr_nfs_printfh.pcap b/tests/hoobr_nfs_printfh.pcap index ed9abbe8..0a9e9f97 100644 Binary files a/tests/hoobr_nfs_printfh.pcap and b/tests/hoobr_nfs_printfh.pcap differ diff --git a/tests/hoobr_nfs_xid_map_enter.out b/tests/hoobr_nfs_xid_map_enter.out index 0629063b..2e690704 100644 --- a/tests/hoobr_nfs_xid_map_enter.out +++ b/tests/hoobr_nfs_xid_map_enter.out @@ -1,39 +1,39 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 30 0 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 diff --git a/tests/hoobr_nfs_xid_map_enter.pcap b/tests/hoobr_nfs_xid_map_enter.pcap index 7f94730b..d61c105a 100644 Binary files a/tests/hoobr_nfs_xid_map_enter.pcap and b/tests/hoobr_nfs_xid_map_enter.pcap differ diff --git a/tests/hoobr_parse_field.out b/tests/hoobr_parse_field.out index 2eecd737..1c0779d3 100644 --- a/tests/hoobr_parse_field.out +++ b/tests/hoobr_parse_field.out @@ -1,4 +1,4 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 00 diff --git a/tests/hoobr_parse_field.pcap b/tests/hoobr_parse_field.pcap index f76d6282..5a0c276c 100644 Binary files a/tests/hoobr_parse_field.pcap and b/tests/hoobr_parse_field.pcap differ diff --git a/tests/hoobr_pimv1.out b/tests/hoobr_pimv1.out index acb120be..d54b0e1b 100644 --- a/tests/hoobr_pimv1.out +++ b/tests/hoobr_pimv1.out @@ -1,25 +1,25 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 00000000 IP 48.48.48.48 > 48.48.48.48: igmp pimv1 [type 48][|pim] diff --git a/tests/hoobr_pimv1.pcap b/tests/hoobr_pimv1.pcap index d9121faa..5aa3f38f 100644 Binary files a/tests/hoobr_pimv1.pcap and b/tests/hoobr_pimv1.pcap differ diff --git a/tests/hoobr_ripng_print.pcap b/tests/hoobr_ripng_print.pcap index 7eabe367..d3723108 100644 Binary files a/tests/hoobr_ripng_print.pcap and b/tests/hoobr_ripng_print.pcap differ diff --git a/tests/hoobr_rt6_print.pcap b/tests/hoobr_rt6_print.pcap index d2d9507f..6f51a9fb 100644 Binary files a/tests/hoobr_rt6_print.pcap and b/tests/hoobr_rt6_print.pcap differ diff --git a/tests/hoobr_safeputs.out b/tests/hoobr_safeputs.out index fdef40b1..b968b1b3 100644 --- a/tests/hoobr_safeputs.out +++ b/tests/hoobr_safeputs.out @@ -1,2 +1,2 @@ -LLDP, length 808464418: 0000000000 +LLDP, length 262130: 0000000000 [|LLDP] diff --git a/tests/hoobr_safeputs.pcap b/tests/hoobr_safeputs.pcap index ce3b1249..4948fc2d 100644 Binary files a/tests/hoobr_safeputs.pcap and b/tests/hoobr_safeputs.pcap differ diff --git a/tests/ieee802.11_rates_oobr.pcap b/tests/ieee802.11_rates_oobr.pcap index bb2819a8..30a5698b 100644 Binary files a/tests/ieee802.11_rates_oobr.pcap and b/tests/ieee802.11_rates_oobr.pcap differ diff --git a/tests/ieee802.11_tim_ie_oobr.pcap b/tests/ieee802.11_tim_ie_oobr.pcap index bb05c81f..2116a6bf 100644 Binary files a/tests/ieee802.11_tim_ie_oobr.pcap and b/tests/ieee802.11_tim_ie_oobr.pcap differ diff --git a/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap b/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap index b9cfebd2..316473b8 100644 Binary files a/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap and b/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap differ diff --git a/tests/ip6_frag_asan.pcap b/tests/ip6_frag_asan.pcap index a99a22d1..0ef1ffc9 100644 Binary files a/tests/ip6_frag_asan.pcap and b/tests/ip6_frag_asan.pcap differ diff --git a/tests/ip_printroute_asan.pcap b/tests/ip_printroute_asan.pcap index 379cd946..d5844165 100644 Binary files a/tests/ip_printroute_asan.pcap and b/tests/ip_printroute_asan.pcap differ diff --git a/tests/ip_ts_opts_asan.pcap b/tests/ip_ts_opts_asan.pcap index c9bb6b46..2faed654 100644 Binary files a/tests/ip_ts_opts_asan.pcap and b/tests/ip_ts_opts_asan.pcap differ diff --git a/tests/ipcomp-heapoverflow.pcap b/tests/ipcomp-heapoverflow.pcap index 8f3cb30a..506f1056 100644 Binary files a/tests/ipcomp-heapoverflow.pcap and b/tests/ipcomp-heapoverflow.pcap differ diff --git a/tests/ipv6-mobility-header-oobr.pcap b/tests/ipv6-mobility-header-oobr.pcap index 87f6ef19..854fc57f 100644 Binary files a/tests/ipv6-mobility-header-oobr.pcap and b/tests/ipv6-mobility-header-oobr.pcap differ diff --git a/tests/ipv6-next-header-oobr-1.pcap b/tests/ipv6-next-header-oobr-1.pcap index 767350d9..eadccaf7 100644 Binary files a/tests/ipv6-next-header-oobr-1.pcap and b/tests/ipv6-next-header-oobr-1.pcap differ diff --git a/tests/ipv6-next-header-oobr-2.pcap b/tests/ipv6-next-header-oobr-2.pcap index 1be5729b..db1538e2 100644 Binary files a/tests/ipv6-next-header-oobr-2.pcap and b/tests/ipv6-next-header-oobr-2.pcap differ diff --git a/tests/ipv6-rthdr-oobr.pcap b/tests/ipv6-rthdr-oobr.pcap index 41f96b6d..b29d5190 100644 Binary files a/tests/ipv6-rthdr-oobr.pcap and b/tests/ipv6-rthdr-oobr.pcap differ diff --git a/tests/ipv6hdr-heapoverflow.pcap b/tests/ipv6hdr-heapoverflow.pcap index 19d28d6e..72808687 100644 Binary files a/tests/ipv6hdr-heapoverflow.pcap and b/tests/ipv6hdr-heapoverflow.pcap differ diff --git a/tests/isakmp-3948-oobr-2.pcap b/tests/isakmp-3948-oobr-2.pcap index fbea5a9a..029159d0 100644 Binary files a/tests/isakmp-3948-oobr-2.pcap and b/tests/isakmp-3948-oobr-2.pcap differ diff --git a/tests/isakmp-rfc3948-oobr.out b/tests/isakmp-rfc3948-oobr.out index 844170a2..c43c9359 100644 --- a/tests/isakmp-rfc3948-oobr.out +++ b/tests/isakmp-rfc3948-oobr.out @@ -1,67 +1,67 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 000000000000 IP 48.48.48.48.4500 > 48.48.48.48.12336: [|isakmp] diff --git a/tests/isakmp-rfc3948-oobr.pcap b/tests/isakmp-rfc3948-oobr.pcap index ae1d5afb..c3c1f72e 100644 Binary files a/tests/isakmp-rfc3948-oobr.pcap and b/tests/isakmp-rfc3948-oobr.pcap differ diff --git a/tests/isakmp-various-oobr.pcap b/tests/isakmp-various-oobr.pcap index b81d3f5d..4995f9d5 100644 Binary files a/tests/isakmp-various-oobr.pcap and b/tests/isakmp-various-oobr.pcap differ diff --git a/tests/isakmpv1-attr-oobr.pcap b/tests/isakmpv1-attr-oobr.pcap index 53619af4..21750fca 100644 Binary files a/tests/isakmpv1-attr-oobr.pcap and b/tests/isakmpv1-attr-oobr.pcap differ diff --git a/tests/isis-extd-isreach-oobr.out b/tests/isis-extd-isreach-oobr.out index 71d7c3fe..2e4c6efa 100644 --- a/tests/isis-extd-isreach-oobr.out +++ b/tests/isis-extd-isreach-oobr.out @@ -1,11 +1,11 @@ -OSI NLPID 0xfe unknown, length: 33554428 +OSI NLPID 0xfe unknown, length: 262140 0x0000: fe7f 4a01 0066 0002 00ff ffff f200 0000 0x0010: 00c6 0000 007f e6ff 00e6 6800 0000 unknown CHDLC protocol (0xfafe) -OSI NLPID 0xfe unknown, length: 33554428 +OSI NLPID 0xfe unknown, length: 262140 0x0000: fe7f 4a01 f165 0002 0000 0000 0000 0000 0x0010: 00c6 0000 007f e6ff 00e6 6800 0000 -IS-IS, length 33554427 +IS-IS, length 262139 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 3 (0) source-id: 3801.0101.0101, holding time: 257s, Flags: [unknown circuit type 0x00] lan-id: 0101.0101.0100.00, Priority: 1, PDU length: 257 diff --git a/tests/isis-extd-isreach-oobr.pcap b/tests/isis-extd-isreach-oobr.pcap index c024ab4a..c3a7680c 100644 Binary files a/tests/isis-extd-isreach-oobr.pcap and b/tests/isis-extd-isreach-oobr.pcap differ diff --git a/tests/isis_stlv_asan-2.out b/tests/isis_stlv_asan-2.out index a2c0b173..0383786f 100644 --- a/tests/isis_stlv_asan-2.out +++ b/tests/isis_stlv_asan-2.out @@ -1,4 +1,4 @@ -UI 22! IS-IS, length 469869187 +UI 22! IS-IS, length 262139 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 224 (224) source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00] lan-id: 0100.0088.a201.1c, Priority: 65, PDU length: 4096 diff --git a/tests/isis_stlv_asan-2.pcap b/tests/isis_stlv_asan-2.pcap index c4505046..f1f84c1f 100644 Binary files a/tests/isis_stlv_asan-2.pcap and b/tests/isis_stlv_asan-2.pcap differ diff --git a/tests/isis_stlv_asan-3.out b/tests/isis_stlv_asan-3.out index 29432293..ebe1bd25 100644 --- a/tests/isis_stlv_asan-3.out +++ b/tests/isis_stlv_asan-3.out @@ -1,4 +1,4 @@ -UI 22! IS-IS, length 469869187 +UI 22! IS-IS, length 262139 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 224 (224) source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00] lan-id: 0100.0088.a201.1c, Priority: 65, PDU length: 4096 diff --git a/tests/isis_stlv_asan-3.pcap b/tests/isis_stlv_asan-3.pcap index b5fa12e1..8d636c85 100644 Binary files a/tests/isis_stlv_asan-3.pcap and b/tests/isis_stlv_asan-3.pcap differ diff --git a/tests/isis_stlv_asan-4.out b/tests/isis_stlv_asan-4.out index eb88a70c..fa7725fe 100644 --- a/tests/isis_stlv_asan-4.out +++ b/tests/isis_stlv_asan-4.out @@ -1,4 +1,4 @@ -UI 22! Pad! IS-IS, length 1644274306 +UI 22! Pad! IS-IS, length 262138 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 224 (224) source-id: fe02.0000.d0f9, holding time: 3928s, Flags: [unknown circuit type 0x00] lan-id: 1000.4101.0000.88, Priority: 127, PDU length: 44959 diff --git a/tests/isis_stlv_asan-4.pcap b/tests/isis_stlv_asan-4.pcap index 9ecc50cd..84a507f9 100644 Binary files a/tests/isis_stlv_asan-4.pcap and b/tests/isis_stlv_asan-4.pcap differ diff --git a/tests/isis_stlv_asan.out b/tests/isis_stlv_asan.out index c19cf705..3fa0948e 100644 --- a/tests/isis_stlv_asan.out +++ b/tests/isis_stlv_asan.out @@ -1,4 +1,4 @@ -UI 22! IS-IS, length 469869187 +UI 22! IS-IS, length 262139 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 224 (224) source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00] lan-id: 0105.0088.a201.00, Priority: 65, PDU length: 4096 diff --git a/tests/isis_stlv_asan.pcap b/tests/isis_stlv_asan.pcap index 49607263..acdd67b5 100644 Binary files a/tests/isis_stlv_asan.pcap and b/tests/isis_stlv_asan.pcap differ diff --git a/tests/isis_sysid_asan.out b/tests/isis_sysid_asan.out index 0e5a7033..39ddb0b6 100644 --- a/tests/isis_sysid_asan.out +++ b/tests/isis_sysid_asan.out @@ -1,4 +1,4 @@ -UI 22! IS-IS, length 469869187 +UI 22! IS-IS, length 262139 L2 Lan IIH, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 224 (224) source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00] lan-id: 0105.0088.a204.00, Priority: 65, PDU length: 4096 diff --git a/tests/isis_sysid_asan.pcap b/tests/isis_sysid_asan.pcap index 8190b4e6..da198da6 100644 Binary files a/tests/isis_sysid_asan.pcap and b/tests/isis_sysid_asan.pcap differ diff --git a/tests/isoclns-heapoverflow-2.out b/tests/isoclns-heapoverflow-2.out index 6bdfd012..58d25204 100644 --- a/tests/isoclns-heapoverflow-2.out +++ b/tests/isoclns-heapoverflow-2.out @@ -1 +1 @@ -fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 808464432: OSI NLPID CLNP (0x81): [|clnp] +fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 262144: OSI NLPID CLNP (0x81): [|clnp] diff --git a/tests/isoclns-heapoverflow-2.pcap b/tests/isoclns-heapoverflow-2.pcap index c86570be..703ef033 100644 Binary files a/tests/isoclns-heapoverflow-2.pcap and b/tests/isoclns-heapoverflow-2.pcap differ diff --git a/tests/isoclns-heapoverflow-3.out b/tests/isoclns-heapoverflow-3.out index 74d2a227..e3fa3a6d 100644 --- a/tests/isoclns-heapoverflow-3.out +++ b/tests/isoclns-heapoverflow-3.out @@ -1 +1 @@ -fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 808464432: OSI NLPID CLNP (0x81): 00 > e8.3030, Echo Request, length 808464417 +fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 262144: OSI NLPID CLNP (0x81): 00 > e8.3030, Echo Request, length 262129 diff --git a/tests/isoclns-heapoverflow-3.pcap b/tests/isoclns-heapoverflow-3.pcap index 1425bdbc..a49b7bb5 100644 Binary files a/tests/isoclns-heapoverflow-3.pcap and b/tests/isoclns-heapoverflow-3.pcap differ diff --git a/tests/isoclns-heapoverflow.pcap b/tests/isoclns-heapoverflow.pcap index f724db00..bf90da65 100644 Binary files a/tests/isoclns-heapoverflow.pcap and b/tests/isoclns-heapoverflow.pcap differ diff --git a/tests/isoclns-oobr.pcap b/tests/isoclns-oobr.pcap index 276b8a92..0a28b5f7 100644 Binary files a/tests/isoclns-oobr.pcap and b/tests/isoclns-oobr.pcap differ diff --git a/tests/juniper_atm1.out b/tests/juniper_atm1.out index 27f99bd0..c5cd9e01 100644 --- a/tests/juniper_atm1.out +++ b/tests/juniper_atm1.out @@ -1,2 +1,2 @@ Out - Juniper PCAP Flags [none]ATM1-PIC, cookie-len 4, cookie 0x30303030: [|juniper_hdr], length 808464432 + Juniper PCAP Flags [none]ATM1-PIC, cookie-len 4, cookie 0x30303030: [|juniper_hdr], length 262144 diff --git a/tests/juniper_atm1.pcap b/tests/juniper_atm1.pcap index fc29d299..bb4f6e06 100644 Binary files a/tests/juniper_atm1.pcap and b/tests/juniper_atm1.pcap differ diff --git a/tests/juniper_es.out b/tests/juniper_es.out index e344d70e..9d241a47 100644 --- a/tests/juniper_es.out +++ b/tests/juniper_es.out @@ -1,2 +1,2 @@ Out - Juniper PCAP Flags [none]ES-PIC, cookie-len 0: [|juniper_hdr], length 808464432 + Juniper PCAP Flags [none]ES-PIC, cookie-len 0: [|juniper_hdr], length 262144 diff --git a/tests/juniper_es.pcap b/tests/juniper_es.pcap index 8f28aa1f..8537f080 100644 Binary files a/tests/juniper_es.pcap and b/tests/juniper_es.pcap differ diff --git a/tests/juniper_header-heapoverflow.out b/tests/juniper_header-heapoverflow.out index b13cfbee..72ab682b 100644 --- a/tests/juniper_header-heapoverflow.out +++ b/tests/juniper_header-heapoverflow.out @@ -1 +1 @@ -[|juniper_hdr], length 808464432 +[|juniper_hdr], length 262144 diff --git a/tests/juniper_header-heapoverflow.pcap b/tests/juniper_header-heapoverflow.pcap index 2b966475..260e303f 100644 Binary files a/tests/juniper_header-heapoverflow.pcap and b/tests/juniper_header-heapoverflow.pcap differ diff --git a/tests/kday6.out b/tests/kday6.out index 0c11b5da..0b973d60 100644 --- a/tests/kday6.out +++ b/tests/kday6.out @@ -1,4 +1,4 @@ -FRF.16 Frag, seq 693, Flags [Begin], UI e8! IS-IS, length 301989913 +FRF.16 Frag, seq 693, Flags [Begin], UI e8! IS-IS, length 262137 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 131 (131) lsp-id: 8383.8383.834f.00-60, seq: 0x06418fcc, lifetime: 33667s chksum: 0x0900 (unverified), PDU length: 33667, Flags: [ Overload bit set, expense ATT bit set, L1 IS ] @@ -347,4 +347,3 @@ FRF.16 Frag, seq 693, Flags [Begin], UI e8! IS-IS, length 301989913 unknown TLV #58, length: 58 0x0000: 3a3a 3a3a 3a3a 3a3a 3a3a 3a3a 3a3a 3a3a 0x0010: 3a3a 3a [|isis] -EXIT CODE 00000100 diff --git a/tests/kday6.pcap b/tests/kday6.pcap index 7c6ab89a..2f3a6311 100644 Binary files a/tests/kday6.pcap and b/tests/kday6.pcap differ diff --git a/tests/l2tp-avp-overflow.out b/tests/l2tp-avp-overflow.out index a3b1db2d..9ed38674 100644 --- a/tests/l2tp-avp-overflow.out +++ b/tests/l2tp-avp-overflow.out @@ -36,4 +36,3 @@ IP (tos 0x30, ttl 48, id 12331, offset 0, flags [none], proto UDP (17), length 8 127.0.0.229.12416 > 127.236.0.1.1701: l2tp:[TL](560/2056) VENDOR0001:ATTR0023(0530) |... IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f51 (->2a8b)!) 127.0.0.229.12416 > 127.236.0.1.1701: l2tp:[TL](560/2056) VENDOR0080:ATTR06a5(19e8) |... -EXIT CODE 00000100 diff --git a/tests/l2tp-avp-overflow.pcap b/tests/l2tp-avp-overflow.pcap index 5a6c4067..8732f3c4 100644 Binary files a/tests/l2tp-avp-overflow.pcap and b/tests/l2tp-avp-overflow.pcap differ diff --git a/tests/llc-xid-heapoverflow.out b/tests/llc-xid-heapoverflow.out index 4fcad704..f9e29e07 100644 --- a/tests/llc-xid-heapoverflow.out +++ b/tests/llc-xid-heapoverflow.out @@ -1 +1 @@ -Unknown DSAP 0x30 Unnumbered, xid, Flags [Poll], length 808464412[|llc] +Unknown DSAP 0x30 Unnumbered, xid, Flags [Poll], length 262124[|llc] diff --git a/tests/llc-xid-heapoverflow.pcap b/tests/llc-xid-heapoverflow.pcap index 6a5f1a43..ff32a2f1 100644 Binary files a/tests/llc-xid-heapoverflow.pcap and b/tests/llc-xid-heapoverflow.pcap differ diff --git a/tests/lldp_8023_mtu-oobr.out b/tests/lldp_8023_mtu-oobr.out index 51855839..53b1d102 100644 --- a/tests/lldp_8023_mtu-oobr.out +++ b/tests/lldp_8023_mtu-oobr.out @@ -1,4 +1,4 @@ -LLDP, length 4293194266 +LLDP, length 262130 Organization specific TLV (127), length 4: OUI IEEE 802.3 Private (0x00120f) Max frame size Subtype (4) [|LLDP] diff --git a/tests/lldp_8023_mtu-oobr.pcap b/tests/lldp_8023_mtu-oobr.pcap index dc6d3df3..164a0ad9 100644 Binary files a/tests/lldp_8023_mtu-oobr.pcap and b/tests/lldp_8023_mtu-oobr.pcap differ diff --git a/tests/lldp_mgmt_addr_tlv_asan.out b/tests/lldp_mgmt_addr_tlv_asan.out index 10d75972..eaa3d3cb 100644 --- a/tests/lldp_mgmt_addr_tlv_asan.out +++ b/tests/lldp_mgmt_addr_tlv_asan.out @@ -1,8 +1,8 @@ -LLDP, length 1048572 +LLDP, length 262130 Management Address TLV (8), length 15 Management Address length 6, AFI Reserved (0), no AF printer ! Unknown Interface Numbering (10): 666137427 [|LLDP] -00:00:00:a0:d4:c3 > 06:04:e8:03:00:02, ethertype Unknown (0xb2a1), length 58785857: +00:00:00:a0:d4:c3 > 06:04:e8:03:00:02, ethertype Unknown (0xb2a1), length 262144: 0x0000: 0200 efff e5ff 804f 006e 0026 0000 0000 .......O.n.&.... 0x0010: 01 . diff --git a/tests/lldp_mgmt_addr_tlv_asan.pcap b/tests/lldp_mgmt_addr_tlv_asan.pcap index a7aec590..f6fd9499 100644 Binary files a/tests/lldp_mgmt_addr_tlv_asan.pcap and b/tests/lldp_mgmt_addr_tlv_asan.pcap differ diff --git a/tests/mlppp-oobr.pcap b/tests/mlppp-oobr.pcap index 95b1bbe3..a215e502 100644 Binary files a/tests/mlppp-oobr.pcap and b/tests/mlppp-oobr.pcap differ diff --git a/tests/mpls-label-heapoverflow.pcap b/tests/mpls-label-heapoverflow.pcap index 9a63b45c..b73f80b4 100644 Binary files a/tests/mpls-label-heapoverflow.pcap and b/tests/mpls-label-heapoverflow.pcap differ diff --git a/tests/nfs-attr-oobr.out b/tests/nfs-attr-oobr.out index 44b2987d..f2cb1ab9 100644 --- a/tests/nfs-attr-oobr.out +++ b/tests/nfs-attr-oobr.out @@ -1,300 +1,300 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 000000000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 0000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0040: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0050: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 diff --git a/tests/nfs-attr-oobr.pcap b/tests/nfs-attr-oobr.pcap index 9c292ad2..9769a0e0 100644 Binary files a/tests/nfs-attr-oobr.pcap and b/tests/nfs-attr-oobr.pcap differ diff --git a/tests/olsr-oobr-2.pcap b/tests/olsr-oobr-2.pcap index 0ccd79cb..ca6123c2 100644 Binary files a/tests/olsr-oobr-2.pcap and b/tests/olsr-oobr-2.pcap differ diff --git a/tests/oobr_parse_elements.pcap b/tests/oobr_parse_elements.pcap index 16d8848e..560317ed 100644 Binary files a/tests/oobr_parse_elements.pcap and b/tests/oobr_parse_elements.pcap differ diff --git a/tests/ospf6_decode_v3_asan.pcap b/tests/ospf6_decode_v3_asan.pcap index 2d50b9c1..f27648ae 100644 Binary files a/tests/ospf6_decode_v3_asan.pcap and b/tests/ospf6_decode_v3_asan.pcap differ diff --git a/tests/pgm_group_addr_asan.pcap b/tests/pgm_group_addr_asan.pcap index 5c115671..6ec90925 100644 Binary files a/tests/pgm_group_addr_asan.pcap and b/tests/pgm_group_addr_asan.pcap differ diff --git a/tests/pgm_opts_asan.pcap b/tests/pgm_opts_asan.pcap index f65d06a0..3374665a 100644 Binary files a/tests/pgm_opts_asan.pcap and b/tests/pgm_opts_asan.pcap differ diff --git a/tests/pgm_opts_asan_2.pcap b/tests/pgm_opts_asan_2.pcap index 28773fd9..1c55ed7f 100644 Binary files a/tests/pgm_opts_asan_2.pcap and b/tests/pgm_opts_asan_2.pcap differ diff --git a/tests/pgm_opts_asan_3.pcap b/tests/pgm_opts_asan_3.pcap index bbe3b541..f89aeef2 100644 Binary files a/tests/pgm_opts_asan_3.pcap and b/tests/pgm_opts_asan_3.pcap differ diff --git a/tests/pim_header_asan-2.pcap b/tests/pim_header_asan-2.pcap index 519ad284..a1fdeb51 100644 Binary files a/tests/pim_header_asan-2.pcap and b/tests/pim_header_asan-2.pcap differ diff --git a/tests/pim_header_asan-4.out b/tests/pim_header_asan-4.out index bfbe3952..78c60648 100644 --- a/tests/pim_header_asan-4.out +++ b/tests/pim_header_asan-4.out @@ -1,7 +1,7 @@ IP6 (class 0x76, flowlabel 0xf6767, hlim 103, next-header PIM (103) payload length: 30209) 6767:6767::1:ff:ff00 > 4501:5:1400::1300:33ed:1ee: PIMv2, length 30209 Register, cksum 0x000f (unverified), Flags [ none ] [|pim] -7e:c0:c1:c0:a0:ff > 00:0c:fb:4d:20:96, ethertype Unknown (0x7f08), length 671154210: +7e:c0:c1:c0:a0:ff > 00:0c:fb:4d:20:96, ethertype Unknown (0x7f08), length 262144: 0x0000: 0000 .. -04:01:0b:00:00:d7 > 00:00:00:00:00:00, ethertype Unknown (0xffff), length 671154210: +04:01:0b:00:00:d7 > 00:00:00:00:00:00, ethertype Unknown (0xffff), length 262144: 0x0000: fd00 .. diff --git a/tests/pim_header_asan-4.pcap b/tests/pim_header_asan-4.pcap index bd417a64..dc873097 100644 Binary files a/tests/pim_header_asan-4.pcap and b/tests/pim_header_asan-4.pcap differ diff --git a/tests/pim_header_asan.pcap b/tests/pim_header_asan.pcap index 12f81bed..22cb1fc3 100644 Binary files a/tests/pim_header_asan.pcap and b/tests/pim_header_asan.pcap differ diff --git a/tests/pktap-heap-overflow.out b/tests/pktap-heap-overflow.out index e23ed919..646e65d2 100644 --- a/tests/pktap-heap-overflow.out +++ b/tests/pktap-heap-overflow.out @@ -1,3 +1,2 @@ [|pktap] [|ppp] -EXIT CODE 00000100 diff --git a/tests/pktap-heap-overflow.pcap b/tests/pktap-heap-overflow.pcap index e8b0f216..3058b4ec 100644 Binary files a/tests/pktap-heap-overflow.pcap and b/tests/pktap-heap-overflow.pcap differ diff --git a/tests/radiotap-heapoverflow.pcap b/tests/radiotap-heapoverflow.pcap index 82c6e190..31caddc6 100644 Binary files a/tests/radiotap-heapoverflow.pcap and b/tests/radiotap-heapoverflow.pcap differ diff --git a/tests/radius_attr_asan.pcap b/tests/radius_attr_asan.pcap index 9a7ed160..52b7385f 100644 Binary files a/tests/radius_attr_asan.pcap and b/tests/radius_attr_asan.pcap differ diff --git a/tests/relts-0x80000000.pcap b/tests/relts-0x80000000.pcap index 0624709e..17263616 100644 Binary files a/tests/relts-0x80000000.pcap and b/tests/relts-0x80000000.pcap differ diff --git a/tests/rsvp_fast_reroute-oobr.pcap b/tests/rsvp_fast_reroute-oobr.pcap index cc1d72e2..486f096e 100644 Binary files a/tests/rsvp_fast_reroute-oobr.pcap and b/tests/rsvp_fast_reroute-oobr.pcap differ diff --git a/tests/rsvp_uni-oobr-1.pcap b/tests/rsvp_uni-oobr-1.pcap index 16d20240..e2ce9962 100644 Binary files a/tests/rsvp_uni-oobr-1.pcap and b/tests/rsvp_uni-oobr-1.pcap differ diff --git a/tests/rsvp_uni-oobr-2.pcap b/tests/rsvp_uni-oobr-2.pcap index c9265ce9..ccca070c 100644 Binary files a/tests/rsvp_uni-oobr-2.pcap and b/tests/rsvp_uni-oobr-2.pcap differ diff --git a/tests/rsvp_uni-oobr-3.pcap b/tests/rsvp_uni-oobr-3.pcap index 0006a4f9..fc79c423 100644 Binary files a/tests/rsvp_uni-oobr-3.pcap and b/tests/rsvp_uni-oobr-3.pcap differ diff --git a/tests/slip-bad-direction.pcap b/tests/slip-bad-direction.pcap index a25dbda9..380c342b 100644 Binary files a/tests/slip-bad-direction.pcap and b/tests/slip-bad-direction.pcap differ diff --git a/tests/snmp-heapoverflow-1.out b/tests/snmp-heapoverflow-1.out index b8856074..58ed9179 100644 --- a/tests/snmp-heapoverflow-1.out +++ b/tests/snmp-heapoverflow-1.out @@ -1,19 +1,19 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0030: 3030 00 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0010: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 0x0020: 3030 3030 3030 3030 3030 3030 3030 3030 0000000000000000 diff --git a/tests/snmp-heapoverflow-1.pcap b/tests/snmp-heapoverflow-1.pcap index 83e57595..cff25406 100644 Binary files a/tests/snmp-heapoverflow-1.pcap and b/tests/snmp-heapoverflow-1.pcap differ diff --git a/tests/snmp-heapoverflow-2.pcap b/tests/snmp-heapoverflow-2.pcap index 19fd2487..11cba839 100644 Binary files a/tests/snmp-heapoverflow-2.pcap and b/tests/snmp-heapoverflow-2.pcap differ diff --git a/tests/stp-heapoverflow-1.out b/tests/stp-heapoverflow-1.out index f4cc053e..4229c39e 100644 --- a/tests/stp-heapoverflow-1.out +++ b/tests/stp-heapoverflow-1.out @@ -1,27 +1,27 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 30 00000 -[|stp 808464415] +[|stp 262127] diff --git a/tests/stp-heapoverflow-1.pcap b/tests/stp-heapoverflow-1.pcap index 21fcce93..3de3378c 100644 Binary files a/tests/stp-heapoverflow-1.pcap and b/tests/stp-heapoverflow-1.pcap differ diff --git a/tests/stp-heapoverflow-2.out b/tests/stp-heapoverflow-2.out index 17dc5ef7..2e2d5daa 100644 --- a/tests/stp-heapoverflow-2.out +++ b/tests/stp-heapoverflow-2.out @@ -1,27 +1,27 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 000000 -STP 802.1d[|stp 808464415] +STP 802.1d[|stp 262127] diff --git a/tests/stp-heapoverflow-2.pcap b/tests/stp-heapoverflow-2.pcap index 83b572ff..0a92b00f 100644 Binary files a/tests/stp-heapoverflow-2.pcap and b/tests/stp-heapoverflow-2.pcap differ diff --git a/tests/stp-heapoverflow-3.out b/tests/stp-heapoverflow-3.out index 273a0df9..08928e61 100644 --- a/tests/stp-heapoverflow-3.out +++ b/tests/stp-heapoverflow-3.out @@ -1,27 +1,27 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 30 000 -[|stp 808464415] +[|stp 262127] diff --git a/tests/stp-heapoverflow-3.pcap b/tests/stp-heapoverflow-3.pcap index 3f33b0dc..a289b4b0 100644 Binary files a/tests/stp-heapoverflow-3.pcap and b/tests/stp-heapoverflow-3.pcap differ diff --git a/tests/stp-heapoverflow-4.out b/tests/stp-heapoverflow-4.out index f2c32585..e9888425 100644 --- a/tests/stp-heapoverflow-4.out +++ b/tests/stp-heapoverflow-4.out @@ -1,27 +1,27 @@ -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 808464432: +30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144: 0x0000: 3030 3030 3030 3030 00000000 -STP 802.1d, Config, Flags [Learn, Forward][|stp 808464415] +STP 802.1d, Config, Flags [Learn, Forward][|stp 262127] diff --git a/tests/stp-heapoverflow-4.pcap b/tests/stp-heapoverflow-4.pcap index 76d29593..cd3b0fcc 100644 Binary files a/tests/stp-heapoverflow-4.pcap and b/tests/stp-heapoverflow-4.pcap differ diff --git a/tests/stp-v4-length-sigsegv.out b/tests/stp-v4-length-sigsegv.out index 8519243b..fafddb09 100644 --- a/tests/stp-v4-length-sigsegv.out +++ b/tests/stp-v4-length-sigsegv.out @@ -1 +1 @@ -STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 808464415[|stp 808464415] +STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 262127[|stp 262127] diff --git a/tests/stp-v4-length-sigsegv.pcap b/tests/stp-v4-length-sigsegv.pcap index bfd1c831..0c197ac6 100644 Binary files a/tests/stp-v4-length-sigsegv.pcap and b/tests/stp-v4-length-sigsegv.pcap differ diff --git a/tests/tcp-auth-heapoverflow.pcap b/tests/tcp-auth-heapoverflow.pcap index a9f823dd..811548b2 100644 Binary files a/tests/tcp-auth-heapoverflow.pcap and b/tests/tcp-auth-heapoverflow.pcap differ diff --git a/tests/tcp_header_heapoverflow.pcap b/tests/tcp_header_heapoverflow.pcap index 3d6b7c78..fdeed6c6 100644 Binary files a/tests/tcp_header_heapoverflow.pcap and b/tests/tcp_header_heapoverflow.pcap differ diff --git a/tests/tftp-heapoverflow.pcap b/tests/tftp-heapoverflow.pcap index 3f079fd2..00d879d1 100644 Binary files a/tests/tftp-heapoverflow.pcap and b/tests/tftp-heapoverflow.pcap differ diff --git a/tests/udp-length-heapoverflow.pcap b/tests/udp-length-heapoverflow.pcap index 67e899fb..a8c55b65 100644 Binary files a/tests/udp-length-heapoverflow.pcap and b/tests/udp-length-heapoverflow.pcap differ diff --git a/tests/vqp-oobr.pcap b/tests/vqp-oobr.pcap index 50be013d..8e7ef864 100644 Binary files a/tests/vqp-oobr.pcap and b/tests/vqp-oobr.pcap differ diff --git a/tests/vtp_asan-2.out b/tests/vtp_asan-2.out index 0a83b098..9effe4f1 100644 --- a/tests/vtp_asan-2.out +++ b/tests/vtp_asan-2.out @@ -1,2 +1,2 @@ -FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 2126400013 +FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 262131 Domain name: , Seq number: 0, Config Rev fb499603[|vtp] diff --git a/tests/vtp_asan-2.pcap b/tests/vtp_asan-2.pcap index 31a9f5e1..cb5b581e 100644 Binary files a/tests/vtp_asan-2.pcap and b/tests/vtp_asan-2.pcap differ diff --git a/tests/vtp_asan-3.out b/tests/vtp_asan-3.out index 695a9e90..bd0c5c42 100644 --- a/tests/vtp_asan-3.out +++ b/tests/vtp_asan-3.out @@ -1,2 +1,2 @@ -FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 2126400013 +FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 262131 Domain name: , Seq number: 0, Config Rev 4040404[|vtp] diff --git a/tests/vtp_asan-3.pcap b/tests/vtp_asan-3.pcap index 98ad48bd..254e9bac 100644 Binary files a/tests/vtp_asan-3.pcap and b/tests/vtp_asan-3.pcap differ diff --git a/tests/vtp_asan.out b/tests/vtp_asan.out index ae9e8ad7..dd6ced4a 100644 --- a/tests/vtp_asan.out +++ b/tests/vtp_asan.out @@ -1,4 +1,4 @@ -FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 2126400013 +FRF.16 Frag, seq 193, Flags [Begin, End], UI 08! VTPv69, Message Subset advertisement (0x02), length 262131 Domain name: , Seq number: 0[|vtp] [Invalid header: caplen==0] [Invalid header: caplen==0, len==0] diff --git a/tests/vtp_asan.pcap b/tests/vtp_asan.pcap index 515828a0..953b7f0d 100644 Binary files a/tests/vtp_asan.pcap and b/tests/vtp_asan.pcap differ diff --git a/tests/wb-oobr.pcap b/tests/wb-oobr.pcap index 40b5668e..818b0c30 100644 Binary files a/tests/wb-oobr.pcap and b/tests/wb-oobr.pcap differ