]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add a sanity check on packet header length
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 25 Jan 2018 19:36:16 +0000 (20:36 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 7 Feb 2018 17:48:49 +0000 (18:48 +0100)
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.

168 files changed:
print.c
tests/aarp-heapoverflow-1.pcap
tests/aarp-heapoverflow-2.pcap
tests/arp-too-long-tha.out
tests/arp-too-long-tha.pcap
tests/atm-heapoverflow.pcap
tests/atm-oam-heapoverflow.pcap
tests/bad-ipv4-version-pgm-heapoverflow.pcap
tests/beep-oobr.pcap
tests/bgp_mvpn_6_and_7.pcap
tests/bgp_pmsi_tunnel-oobr.pcap
tests/bgp_vpn_rt-oobr.pcap
tests/calm-fast-mac-lookup-heapoverflow.pcap
tests/cve2015-0261-crash.pcap
tests/decnet-oobr.out
tests/decnet-oobr.pcap
tests/decnet-shorthdr-oobr.out
tests/decnet-shorthdr-oobr.pcap
tests/dhcp6_reconf_asan.pcap
tests/eap_extract_read2_asan.pcap
tests/esis_opt_prot-oobr.out
tests/esis_opt_prot-oobr.pcap
tests/esis_snpa_asan-3.out
tests/esis_snpa_asan-3.pcap
tests/esis_snpa_asan-4.out
tests/esis_snpa_asan-4.pcap
tests/frf15-heapoverflow.pcap
tests/geonet-mac-lookup-heapoverflow.pcap
tests/gre-heapoverflow-1.out
tests/gre-heapoverflow-1.pcap
tests/gre-heapoverflow-2.out
tests/gre-heapoverflow-2.pcap
tests/heap-overflow-1.pcap
tests/heap-overflow-2.pcap
tests/heapoverflow-EXTRACT_16BITS.pcap
tests/heapoverflow-atalk_print.pcap
tests/heapoverflow-in_checksum.pcap
tests/heapoverflow-ip_print_demux.out
tests/heapoverflow-ip_print_demux.pcap
tests/heapoverflow-ppp_hdlc_if_print.pcap
tests/heapoverflow-q933_printq.out
tests/heapoverflow-q933_printq.pcap
tests/heapoverflow-sl_if_print.pcap
tests/heapoverflow-tcp_print.pcap
tests/hncp_dhcpv6data-oobr.pcap
tests/hoobr_aodv_extension.pcap
tests/hoobr_chdlc_print.pcap
tests/hoobr_juniper.out
tests/hoobr_juniper.pcap
tests/hoobr_juniper2.pcap
tests/hoobr_juniper3.pcap
tests/hoobr_juniper4.out
tests/hoobr_juniper4.pcap
tests/hoobr_lookup_nsap.out
tests/hoobr_lookup_nsap.pcap
tests/hoobr_nfs_printfh.out
tests/hoobr_nfs_printfh.pcap
tests/hoobr_nfs_xid_map_enter.out
tests/hoobr_nfs_xid_map_enter.pcap
tests/hoobr_parse_field.out
tests/hoobr_parse_field.pcap
tests/hoobr_pimv1.out
tests/hoobr_pimv1.pcap
tests/hoobr_ripng_print.pcap
tests/hoobr_rt6_print.pcap
tests/hoobr_safeputs.out
tests/hoobr_safeputs.pcap
tests/ieee802.11_rates_oobr.pcap
tests/ieee802.11_tim_ie_oobr.pcap
tests/ikev1_id_ipv6_addr_subnet-oobr.pcap
tests/ip6_frag_asan.pcap
tests/ip_printroute_asan.pcap
tests/ip_ts_opts_asan.pcap
tests/ipcomp-heapoverflow.pcap
tests/ipv6-mobility-header-oobr.pcap
tests/ipv6-next-header-oobr-1.pcap
tests/ipv6-next-header-oobr-2.pcap
tests/ipv6-rthdr-oobr.pcap
tests/ipv6hdr-heapoverflow.pcap
tests/isakmp-3948-oobr-2.pcap
tests/isakmp-rfc3948-oobr.out
tests/isakmp-rfc3948-oobr.pcap
tests/isakmp-various-oobr.pcap
tests/isakmpv1-attr-oobr.pcap
tests/isis-extd-isreach-oobr.out
tests/isis-extd-isreach-oobr.pcap
tests/isis_stlv_asan-2.out
tests/isis_stlv_asan-2.pcap
tests/isis_stlv_asan-3.out
tests/isis_stlv_asan-3.pcap
tests/isis_stlv_asan-4.out
tests/isis_stlv_asan-4.pcap
tests/isis_stlv_asan.out
tests/isis_stlv_asan.pcap
tests/isis_sysid_asan.out
tests/isis_sysid_asan.pcap
tests/isoclns-heapoverflow-2.out
tests/isoclns-heapoverflow-2.pcap
tests/isoclns-heapoverflow-3.out
tests/isoclns-heapoverflow-3.pcap
tests/isoclns-heapoverflow.pcap
tests/isoclns-oobr.pcap
tests/juniper_atm1.out
tests/juniper_atm1.pcap
tests/juniper_es.out
tests/juniper_es.pcap
tests/juniper_header-heapoverflow.out
tests/juniper_header-heapoverflow.pcap
tests/kday6.out
tests/kday6.pcap
tests/l2tp-avp-overflow.out
tests/l2tp-avp-overflow.pcap
tests/llc-xid-heapoverflow.out
tests/llc-xid-heapoverflow.pcap
tests/lldp_8023_mtu-oobr.out
tests/lldp_8023_mtu-oobr.pcap
tests/lldp_mgmt_addr_tlv_asan.out
tests/lldp_mgmt_addr_tlv_asan.pcap
tests/mlppp-oobr.pcap
tests/mpls-label-heapoverflow.pcap
tests/nfs-attr-oobr.out
tests/nfs-attr-oobr.pcap
tests/olsr-oobr-2.pcap
tests/oobr_parse_elements.pcap
tests/ospf6_decode_v3_asan.pcap
tests/pgm_group_addr_asan.pcap
tests/pgm_opts_asan.pcap
tests/pgm_opts_asan_2.pcap
tests/pgm_opts_asan_3.pcap
tests/pim_header_asan-2.pcap
tests/pim_header_asan-4.out
tests/pim_header_asan-4.pcap
tests/pim_header_asan.pcap
tests/pktap-heap-overflow.out
tests/pktap-heap-overflow.pcap
tests/radiotap-heapoverflow.pcap
tests/radius_attr_asan.pcap
tests/relts-0x80000000.pcap
tests/rsvp_fast_reroute-oobr.pcap
tests/rsvp_uni-oobr-1.pcap
tests/rsvp_uni-oobr-2.pcap
tests/rsvp_uni-oobr-3.pcap
tests/slip-bad-direction.pcap
tests/snmp-heapoverflow-1.out
tests/snmp-heapoverflow-1.pcap
tests/snmp-heapoverflow-2.pcap
tests/stp-heapoverflow-1.out
tests/stp-heapoverflow-1.pcap
tests/stp-heapoverflow-2.out
tests/stp-heapoverflow-2.pcap
tests/stp-heapoverflow-3.out
tests/stp-heapoverflow-3.pcap
tests/stp-heapoverflow-4.out
tests/stp-heapoverflow-4.pcap
tests/stp-v4-length-sigsegv.out
tests/stp-v4-length-sigsegv.pcap
tests/tcp-auth-heapoverflow.pcap
tests/tcp_header_heapoverflow.pcap
tests/tftp-heapoverflow.pcap
tests/udp-length-heapoverflow.pcap
tests/vqp-oobr.pcap
tests/vtp_asan-2.out
tests/vtp_asan-2.pcap
tests/vtp_asan-3.out
tests/vtp_asan-3.pcap
tests/vtp_asan.out
tests/vtp_asan.pcap
tests/wb-oobr.pcap

diff --git a/print.c b/print.c
index be61aff97c84430655ef49b1c90c83921eb1d112..274ac202b6fd49f411c27fec05881ae6865c8b9e 100644 (file)
--- 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);
index 7ea3f2208ab061ca1aeec296d0b57e781138e328..be84f53f33f106c3c217b5e62d5c815d2c812bbf 100644 (file)
Binary files a/tests/aarp-heapoverflow-1.pcap and b/tests/aarp-heapoverflow-1.pcap differ
index 8fbbc85962ea3adc9b0b67a185ec0a6e48bdb44e..f0295211e8995b8ac08235746f846075c71a19f7 100644 (file)
Binary files a/tests/aarp-heapoverflow-2.pcap and b/tests/aarp-heapoverflow-2.pcap differ
index c70ad83b9249bebf3474ac9131cc91d61e4ffc12..b0c40e1a50b4997014fd6b4ceb28a5c73c92c541 100644 (file)
@@ -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
index e076962d6db2908fd47c54f563e2e716f3ff0f37..503754b192ff203294180bb86a2df1675013c9e5 100644 (file)
Binary files a/tests/arp-too-long-tha.pcap and b/tests/arp-too-long-tha.pcap differ
index 6918f3ed38c2596b1d4bdeb5ae1e2bf386323486..f8bd118afe6e8f6bbedbc6e00fc5cc3a3853e651 100644 (file)
Binary files a/tests/atm-heapoverflow.pcap and b/tests/atm-heapoverflow.pcap differ
index 0bbb4d17630f77f2eab5ec7013e9cddc591b0b12..a0691e081f34750d3b963b8cfa20d3f8c8207def 100644 (file)
Binary files a/tests/atm-oam-heapoverflow.pcap and b/tests/atm-oam-heapoverflow.pcap differ
index c65c4e67790ebefd7243a78a84c40af6eb3954cd..116e401f7d4f5924823040cdd9e2c87cd63a995f 100644 (file)
Binary files a/tests/bad-ipv4-version-pgm-heapoverflow.pcap and b/tests/bad-ipv4-version-pgm-heapoverflow.pcap differ
index ea3853b452ad71442b60efd7c158f5dee708a00c..a1db1433a2b9441125c717a254424244c17add50 100644 (file)
Binary files a/tests/beep-oobr.pcap and b/tests/beep-oobr.pcap differ
index 1c73e10586e33568b65b73e847e6c2190277a6c0..6f4759c1f2b63051dc7cb1e6bc42c74afd8d7454 100644 (file)
Binary files a/tests/bgp_mvpn_6_and_7.pcap and b/tests/bgp_mvpn_6_and_7.pcap differ
index c3d5a9ebb3932365bc46912a8bece1a6e2f99f7b..ede82db587a49b5377df1f6c23c63302df5d9077 100644 (file)
Binary files a/tests/bgp_pmsi_tunnel-oobr.pcap and b/tests/bgp_pmsi_tunnel-oobr.pcap differ
index 83bca9bd5cbb92127582ef4eac9b6edffabf75ba..6e18a22b0d91fafc44a41be4bf2279f91c7cc0bd 100644 (file)
Binary files a/tests/bgp_vpn_rt-oobr.pcap and b/tests/bgp_vpn_rt-oobr.pcap differ
index 64ca5815d7a0684f839f915aeff7ef13fc4a6b2a..15744a963129efa08a7038477ed60c2ae3e524d6 100644 (file)
Binary files a/tests/calm-fast-mac-lookup-heapoverflow.pcap and b/tests/calm-fast-mac-lookup-heapoverflow.pcap differ
index 01cd38164cb3a88bd2af4975e86cdbc026c59735..78ba8945bd461a70c6212bb9fabc5ff3cf5fb2cb 100644 (file)
Binary files a/tests/cve2015-0261-crash.pcap and b/tests/cve2015-0261-crash.pcap differ
index c296076e5c6556498bb0bc6e302a2329690bd420..5195082d505bb9a6ad72d3c50a0a8bbc3a3dbaf3 100644 (file)
@@ -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]
index 7c09c1ea5e48642556645253c11db68fe9e33ffe..0554b7bae61435e5e66c5ac555ddcb76b47922a3 100644 (file)
Binary files a/tests/decnet-oobr.pcap and b/tests/decnet-oobr.pcap differ
index b8f5578a3b88e8f763d831b3f15cef22108a9400..a9fb4bf2ec236cc54fd82fb42fcc1920e91f9545 100644 (file)
@@ -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]
index 0af98f6a7f5dc88a93aa1b3a953fbdf42109b8d4..a4c016001a39ba5a31605b86e078bec61b525752 100644 (file)
Binary files a/tests/decnet-shorthdr-oobr.pcap and b/tests/decnet-shorthdr-oobr.pcap differ
index 3eb6fe02adebff65b0c53c301bd396f27754df01..9d0ffaba018e052e0263c15f123bda70fd9f8a53 100644 (file)
Binary files a/tests/dhcp6_reconf_asan.pcap and b/tests/dhcp6_reconf_asan.pcap differ
index 26e334eb473d620f343682777680075ba8a92cfe..3e92e8791f212985c97c25ecf728c2e1b50c6a72 100644 (file)
Binary files a/tests/eap_extract_read2_asan.pcap and b/tests/eap_extract_read2_asan.pcap differ
index 359eb0fa792b7bf75badc3843ca192321be7e013..63f3d70e84aaa9f58e8bb8ff89eaaf728592adac 100644 (file)
@@ -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): <empty>
index c50cb67eca7abd05558225bc5bebfe647b760fae..a4de137f1841a340f227b3bfdb09abe9e656c9af 100644 (file)
Binary files a/tests/esis_opt_prot-oobr.pcap and b/tests/esis_opt_prot-oobr.pcap differ
index 109d259193b2e716532afe4f3fe3f88f51ddaeaf..360bcf46b9bdab475b0613effb74e5f740c483d8 100644 (file)
@@ -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): <empty>[|esis]
index 812f54290f2055403e17e0fea0fba2c506cba1aa..bc07ec635694cefccd7505e7b313d33166fcf83c 100644 (file)
Binary files a/tests/esis_snpa_asan-3.pcap and b/tests/esis_snpa_asan-3.pcap differ
index 10a52d46f695897973bc3f0ceb7634bd582e2514..94e1ec2b065e19327717226b3d89c326491feb36 100644 (file)
@@ -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): <empty>
index 9cdfe03476c099fff9843087cebede31bb65ea05..9160c0520eedaff8379ee90f999c413b20b629a9 100644 (file)
Binary files a/tests/esis_snpa_asan-4.pcap and b/tests/esis_snpa_asan-4.pcap differ
index 5898e7b77cb47e8dd715f6552faa730e7efcffae..d56ef1f3f4934864970a274cb092bb41f2fb00dc 100644 (file)
Binary files a/tests/frf15-heapoverflow.pcap and b/tests/frf15-heapoverflow.pcap differ
index 2a42bcac350287d03ecd3b8457a95b187ed28b6d..33794c5067547f0ed6204b0441980606d6aaae1b 100644 (file)
Binary files a/tests/geonet-mac-lookup-heapoverflow.pcap and b/tests/geonet-mac-lookup-heapoverflow.pcap differ
index 7911339b1858434cfb9668eb6e1fa5a947e6f804..e80e25b2824a56755f639cd3169f120a10ba6303 100644 (file)
@@ -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
index f814815c642e570a178b0f8bc08084af697b1920..103031f8fdd9ff4cabacf265584b559b1b196510 100644 (file)
Binary files a/tests/gre-heapoverflow-1.pcap and b/tests/gre-heapoverflow-1.pcap differ
index f1ab2cc45030e50cb49baa7d2fd74d08128c9f87..bb1cf786440596ba83d7f5f17d548c624f8f2deb 100644 (file)
@@ -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
index 1722d8d0de5923c09a36df4754214c393a61865d..3a20484320832fcf73d3e210531b33f27b58f33b 100644 (file)
Binary files a/tests/gre-heapoverflow-2.pcap and b/tests/gre-heapoverflow-2.pcap differ
index f1519b83f8b77b6e280f583f55170fc07f8bc055..afcc27447ba3e6a5e5292c41400d574b66fb79d5 100644 (file)
Binary files a/tests/heap-overflow-1.pcap and b/tests/heap-overflow-1.pcap differ
index 838c5f591497f2ede81a781fda5d8344f682ce6c..c7d0a002567806e8bcd8e619bc766b5e325f5625 100644 (file)
Binary files a/tests/heap-overflow-2.pcap and b/tests/heap-overflow-2.pcap differ
index 491c2d05ae3487e23b3aa3e61253fc59179a8a74..bbd593319b3527c2fefb1adc3261ab4f4ad33d05 100644 (file)
Binary files a/tests/heapoverflow-EXTRACT_16BITS.pcap and b/tests/heapoverflow-EXTRACT_16BITS.pcap differ
index 83f04fd664691fda34f6d7e0c2bd927c1b0d4714..aa5b4fae0c09b4dfffeccaf12453dd095edbf493 100644 (file)
Binary files a/tests/heapoverflow-atalk_print.pcap and b/tests/heapoverflow-atalk_print.pcap differ
index 82a55005f248c5c5c98e0a8b9614f28872172640..ebb07febf9c0ebab091e06b1019a8062520e5184 100644 (file)
Binary files a/tests/heapoverflow-in_checksum.pcap and b/tests/heapoverflow-in_checksum.pcap differ
index 54bd1378a6b567a112511236a2fa48cbe1cad73d..f97baf995d0b196fdad063a12aa158d3459c70b2 100644 (file)
@@ -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
index 8dec30b4f7e4aa62a07ee7d192bc4e860bb5f176..9090f7fcde315b6f7bacfa3d6ed91381282dc28c 100644 (file)
Binary files a/tests/heapoverflow-ip_print_demux.pcap and b/tests/heapoverflow-ip_print_demux.pcap differ
index 356adf37c7cd404e160f4123e78c7f596d07dc8d..7012ea8d58b2b05d1ce095c7c2ea74884c4c2a36 100644 (file)
Binary files a/tests/heapoverflow-ppp_hdlc_if_print.pcap and b/tests/heapoverflow-ppp_hdlc_if_print.pcap differ
index ebc5605f051062b94db3951745657501330eb034..9681ef277a60cf7c1d47e738c8b138364b46d2a4 100644 (file)
@@ -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]
index 56d1b125b966fcfad312b677fdcd92d6e0a2f7c9..b3b3c3129777354e58cb87cf1c53bda10979b990 100644 (file)
Binary files a/tests/heapoverflow-q933_printq.pcap and b/tests/heapoverflow-q933_printq.pcap differ
index 492a00b34fab2f6ae0e4be1ad9d6d99cc06b5ea0..926e08a7e9078f211409c681b5edb6c65fdd5eae 100644 (file)
Binary files a/tests/heapoverflow-sl_if_print.pcap and b/tests/heapoverflow-sl_if_print.pcap differ
index 44c171f8d207bb2884131aaf1d585058744fe238..edceeaeca7777461a9bf78f523a5b111be024314 100644 (file)
Binary files a/tests/heapoverflow-tcp_print.pcap and b/tests/heapoverflow-tcp_print.pcap differ
index 3430e9a8587613a3a7849bbb18dc29993332ef42..94310c6285f5cab1b812af9ff04f511999faab92 100644 (file)
Binary files a/tests/hncp_dhcpv6data-oobr.pcap and b/tests/hncp_dhcpv6data-oobr.pcap differ
index b02ab0507d89b51a1ae6efe21ea54b6f5de5c089..263949a81f006a82c28820c3385518123a1fae3a 100644 (file)
Binary files a/tests/hoobr_aodv_extension.pcap and b/tests/hoobr_aodv_extension.pcap differ
index ffc75a4b214033df32874a86dfd75243e9a44d6b..22ac1572d1a107ebf28abb25f5f61dc297dfe242 100644 (file)
Binary files a/tests/hoobr_chdlc_print.pcap and b/tests/hoobr_chdlc_print.pcap differ
index b13cfbee090b48157948d54b395fd086e88e26bc..72ab682bf94c7e9828e94e12150ed2ab9ce7a9a3 100644 (file)
@@ -1 +1 @@
-[|juniper_hdr], length 808464432
+[|juniper_hdr], length 262144
index 831a8c7db5bbf4a25a5e4d71be3277697d8b1b93..5e8fde4be03f0733ee54ee9b1ce100b620dd05d9 100644 (file)
Binary files a/tests/hoobr_juniper.pcap and b/tests/hoobr_juniper.pcap differ
index 7c767359138bf88e2a8b6a685dd6f1a51588a776..c2e7bbcbb4ea31dc513a010be21a6b114edcbfc6 100644 (file)
Binary files a/tests/hoobr_juniper2.pcap and b/tests/hoobr_juniper2.pcap differ
index 2ab9c663066ebf19e7297ae1e4c37cbd1e8b5c64..f686960f32dd4090b3cbd04757c9392eecd3fdd9 100644 (file)
Binary files a/tests/hoobr_juniper3.pcap and b/tests/hoobr_juniper3.pcap differ
index b13cfbee090b48157948d54b395fd086e88e26bc..72ab682bf94c7e9828e94e12150ed2ab9ce7a9a3 100644 (file)
@@ -1 +1 @@
-[|juniper_hdr], length 808464432
+[|juniper_hdr], length 262144
index 3019e870e0864a165d2b5a9492b99231348e69e9..dc409539b8fb6d87b3876d86e89b57d1bc27ade3 100644 (file)
Binary files a/tests/hoobr_juniper4.pcap and b/tests/hoobr_juniper4.pcap differ
index 7d8613b0a72b3c261f805d8a9957a2f9673a5ea7..3105fe55ba525175a461e10fc954644c6a90e246 100644 (file)
@@ -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
index 9f13f63b6a158b2df8546b9cc9ef77475110060d..665c8cccee0f75e5858da5743af495c9c4d13f58 100644 (file)
Binary files a/tests/hoobr_lookup_nsap.pcap and b/tests/hoobr_lookup_nsap.pcap differ
index 8082b86b3edf74ea04a8282cca4ea225cca40126..2f8d13f87592097d7a15873d39f0146e49873f2f 100644 (file)
@@ -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
        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
index ed9abbe8996ac75693e0fbdf918329083c1501a4..0a9e9f97728dd0c0d548ca02b6bde896a2a58e86 100644 (file)
Binary files a/tests/hoobr_nfs_printfh.pcap and b/tests/hoobr_nfs_printfh.pcap differ
index 0629063b282f5d5f1842036d6b989be105b0f624..2e690704a053e7186d511703de936decff41f465 100644 (file)
@@ -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
index 7f94730b1f17be256baf7540373074897b98c80b..d61c105a4e0b61671b71f5fe8b0f1311641246c7 100644 (file)
Binary files a/tests/hoobr_nfs_xid_map_enter.pcap and b/tests/hoobr_nfs_xid_map_enter.pcap differ
index 2eecd73795d45fc0ce26dcd7ee356df04097eebe..1c0779d32818950318c633ca52fdaa64b63cc10c 100644 (file)
@@ -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
index f76d6282a98a2f0a38d4c6946f03393937fd3093..5a0c276c5008f55a401f421b79437b81dd659841 100644 (file)
Binary files a/tests/hoobr_parse_field.pcap and b/tests/hoobr_parse_field.pcap differ
index acb120bec01148b283de36f66c4e5155777dbaf5..d54b0e1b93a2f3ab65618d8d4d126361be3205fa 100644 (file)
@@ -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]
index d9121faad93237f56f8f0355e90e3b1b966421f0..5aa3f38fc6b4c29692ea2518f32ea97b1e6785d1 100644 (file)
Binary files a/tests/hoobr_pimv1.pcap and b/tests/hoobr_pimv1.pcap differ
index 7eabe367362b98e261c143b863101b5723ddc6e3..d372310896db85c136b07f72df005597abf315ec 100644 (file)
Binary files a/tests/hoobr_ripng_print.pcap and b/tests/hoobr_ripng_print.pcap differ
index d2d9507f5f2cf432c3f2a6a2879399419bb6aedc..6f51a9fb12c5973586ccf04ec485cc0a89e971aa 100644 (file)
Binary files a/tests/hoobr_rt6_print.pcap and b/tests/hoobr_rt6_print.pcap differ
index fdef40b17de93977e6b5432cb7d26bad027e7dd2..b968b1b325b0d5058b0976343d0904ee7db7ae2a 100644 (file)
@@ -1,2 +1,2 @@
-LLDP, length 808464418: 0000000000
+LLDP, length 262130: 0000000000
        [|LLDP]
index ce3b12491beaf81477b68ff7b43b273dff61f859..4948fc2d4c45f0e24d77189dbc8a0a72520b7bcb 100644 (file)
Binary files a/tests/hoobr_safeputs.pcap and b/tests/hoobr_safeputs.pcap differ
index bb2819a8c04c245c86fc53e40c77f5de92129dab..30a5698b468e3d83849d3d5f74cdcc88ac709658 100644 (file)
Binary files a/tests/ieee802.11_rates_oobr.pcap and b/tests/ieee802.11_rates_oobr.pcap differ
index bb05c81f75efd9cd1f1073dcc015113cfad655cc..2116a6bffdfa1b14641f8c9f7e634ee189c58f9e 100644 (file)
Binary files a/tests/ieee802.11_tim_ie_oobr.pcap and b/tests/ieee802.11_tim_ie_oobr.pcap differ
index b9cfebd2ec7761b078be3c2adad23773c996b352..316473b873e3646256940153fafdd1af645940ae 100644 (file)
Binary files a/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap and b/tests/ikev1_id_ipv6_addr_subnet-oobr.pcap differ
index a99a22d126e946eebc1183d8b57fda650fe7abf6..0ef1ffc92ea892a012d3f432000a3608ed89d4de 100644 (file)
Binary files a/tests/ip6_frag_asan.pcap and b/tests/ip6_frag_asan.pcap differ
index 379cd946afab31253861444cb15fb06d06e6ab4d..d58441658b12fd091286d129f6691cc7a69d615d 100644 (file)
Binary files a/tests/ip_printroute_asan.pcap and b/tests/ip_printroute_asan.pcap differ
index c9bb6b46bf781bd112938c0d3e8695de7561c028..2faed654cbb371f97f79e8956f17973e32cb6b7e 100644 (file)
Binary files a/tests/ip_ts_opts_asan.pcap and b/tests/ip_ts_opts_asan.pcap differ
index 8f3cb30a22ad34f32cd3b832fafc162f8290774f..506f1056b8e48a4f888d089747926a8dd294cdaa 100644 (file)
Binary files a/tests/ipcomp-heapoverflow.pcap and b/tests/ipcomp-heapoverflow.pcap differ
index 87f6ef19e505a0c81527cd3c2bf3bad712b82830..854fc57f8c63c06e397392a107166613e7af4ae3 100644 (file)
Binary files a/tests/ipv6-mobility-header-oobr.pcap and b/tests/ipv6-mobility-header-oobr.pcap differ
index 767350d975e51c81ca41da1c679ab229ea3fa2ea..eadccaf70ec6b72c028dff2cd4fcd05bdf80ae06 100644 (file)
Binary files a/tests/ipv6-next-header-oobr-1.pcap and b/tests/ipv6-next-header-oobr-1.pcap differ
index 1be5729b84792a9773903b2be2601c63bd21ede2..db1538e28583f5c62c15456c6957e0ca4ccd10cb 100644 (file)
Binary files a/tests/ipv6-next-header-oobr-2.pcap and b/tests/ipv6-next-header-oobr-2.pcap differ
index 41f96b6d635d094559fc1e82b4daae3c16a24348..b29d519021d3e442b86a294d02bd1d92d2339468 100644 (file)
Binary files a/tests/ipv6-rthdr-oobr.pcap and b/tests/ipv6-rthdr-oobr.pcap differ
index 19d28d6ee952684e8f0248b2f3993485639150a5..7280868723e35b135687dfb8b11f755b07f0ba9d 100644 (file)
Binary files a/tests/ipv6hdr-heapoverflow.pcap and b/tests/ipv6hdr-heapoverflow.pcap differ
index fbea5a9adbde0833340356aea7237ed3fc19e113..029159d03c62b06acd50752925f7976c1abbc55e 100644 (file)
Binary files a/tests/isakmp-3948-oobr-2.pcap and b/tests/isakmp-3948-oobr-2.pcap differ
index 844170a22c4ee16c6f9d04ba275b598473620272..c43c935992bf8c817c4d5a1b71b1e4c178a1c044 100644 (file)
@@ -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]
index ae1d5afbe7d3993b7e8bc08073593f8604dba38c..c3c1f72e53be921169ae81f93b8f71b35c093737 100644 (file)
Binary files a/tests/isakmp-rfc3948-oobr.pcap and b/tests/isakmp-rfc3948-oobr.pcap differ
index b81d3f5d372f1c34439b23c5cdfcfc1e296e9b46..4995f9d589131c842c3a2c3ae6346d0884e6b508 100644 (file)
Binary files a/tests/isakmp-various-oobr.pcap and b/tests/isakmp-various-oobr.pcap differ
index 53619af434e013d95bcaaaec59d2ae510d88645d..21750fca50b49cfad76cda65e0f9c86b327c221e 100644 (file)
Binary files a/tests/isakmpv1-attr-oobr.pcap and b/tests/isakmpv1-attr-oobr.pcap differ
index 71d7c3fe5491ce6eaa76cbf9e75dca6c076bfaf2..2e4c6efaaa0ea09f93fb374781a2a103b8556251 100644 (file)
@@ -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
index c024ab4aebcd165ec9203068167cc545af1fe511..c3a7680c2dca9770a9eabd04c32bebafe3360371 100644 (file)
Binary files a/tests/isis-extd-isreach-oobr.pcap and b/tests/isis-extd-isreach-oobr.pcap differ
index a2c0b173db4ddfcfbc5bace0ac28f2391125f56c..0383786f05be2657629d589b6a95b3a669116fb3 100644 (file)
@@ -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
index c45050465d4fdd82c5324cfabedf2696746a6907..f1f84c1ff80ea2902b7147025aba07199a2c21b8 100644 (file)
Binary files a/tests/isis_stlv_asan-2.pcap and b/tests/isis_stlv_asan-2.pcap differ
index 294322931d705f529914acf61e549dc267732d6e..ebe1bd2527d4790a08c79cadb2659783f73004dc 100644 (file)
@@ -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
index b5fa12e125ffa24daa044d7af8697ab1564b39e2..8d636c85818fe8fffc9b0a6423c5f7c440355050 100644 (file)
Binary files a/tests/isis_stlv_asan-3.pcap and b/tests/isis_stlv_asan-3.pcap differ
index eb88a70c82050ee92445c80940e044ef5284def9..fa7725fe0b0beecc96f5dde8eaa285c2d2d3ff35 100644 (file)
@@ -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
index 9ecc50cde0a59387c8e10e7670f6128399ed8382..84a507f944a7490ef04c14b9f52c9aa29e39a23a 100644 (file)
Binary files a/tests/isis_stlv_asan-4.pcap and b/tests/isis_stlv_asan-4.pcap differ
index c19cf7050e3a38fc0fb95a8ce66b0e86e39beb6d..3fa0948e0e4364e35d2e21179a3b7e4ab90b7805 100644 (file)
@@ -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
index 4960726385cd41856400af016370522e2cd40666..acdd67b581853a0367a3b6ee24c5392a7fb05caa 100644 (file)
Binary files a/tests/isis_stlv_asan.pcap and b/tests/isis_stlv_asan.pcap differ
index 0e5a703334926a735cad3766c77f4dcdfdd50502..39ddb0b6afd4ab1e7f417d5f30beacd3ba970070 100644 (file)
@@ -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
index 8190b4e6550292613131d3eaed9f2aa2538c1bcb..da198da6cca46bfae8e712b1d1e39f9312882a53 100644 (file)
Binary files a/tests/isis_sysid_asan.pcap and b/tests/isis_sysid_asan.pcap differ
index 6bdfd01298c15bc45d88c9b5cadfba58db55e486..58d25204f6f92d10274580da96cc519c98b410d2 100644 (file)
@@ -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]
index c86570be8609927164ec3add92547df664cac6ea..703ef033598ed4fbf7988e6157f1ac388926615a 100644 (file)
Binary files a/tests/isoclns-heapoverflow-2.pcap and b/tests/isoclns-heapoverflow-2.pcap differ
index 74d2a22774f13fa7528a967630319f5e430b0431..e3fa3a6d63c2f689fef9b34a020d93161029f37d 100644 (file)
@@ -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
index 1425bdbc14d48cb2e7f05c151079ba3b03f3691c..a49b7bb5fc8d0b2cdf871cc0a0ffa492aba16428 100644 (file)
Binary files a/tests/isoclns-heapoverflow-3.pcap and b/tests/isoclns-heapoverflow-3.pcap differ
index f724db003e07aacef64a02199d4be3eb92b25f0a..bf90da651164317179486d353ea245852e84ab6e 100644 (file)
Binary files a/tests/isoclns-heapoverflow.pcap and b/tests/isoclns-heapoverflow.pcap differ
index 276b8a9211fe67c6444cee6ef00f97ddc4a3a031..0a28b5f7f118373c73e4a0f8667cfb9517cca99b 100644 (file)
Binary files a/tests/isoclns-oobr.pcap and b/tests/isoclns-oobr.pcap differ
index 27f99bd00779ec2c8ee1ea6e1f1f4f2481aec6f0..c5cd9e01a423212eb0575e16ce54f62152efbcb8 100644 (file)
@@ -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
index fc29d299a7b00c2a1c6793594570e5a2f3fbe1fb..bb4f6e067ae9c137877591d7d5c778c364696890 100644 (file)
Binary files a/tests/juniper_atm1.pcap and b/tests/juniper_atm1.pcap differ
index e344d70edd03b858500737829829238beb987004..9d241a47b4fe3bc824a76dda86ce95a506648877 100644 (file)
@@ -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
index 8f28aa1fa8a729a77a958df847f9392de4062257..8537f08080cc85b8e358317d94ca16fcd793aac6 100644 (file)
Binary files a/tests/juniper_es.pcap and b/tests/juniper_es.pcap differ
index b13cfbee090b48157948d54b395fd086e88e26bc..72ab682bf94c7e9828e94e12150ed2ab9ce7a9a3 100644 (file)
@@ -1 +1 @@
-[|juniper_hdr], length 808464432
+[|juniper_hdr], length 262144
index 2b9664754c7099d1fc144c6e3fb18f501fc1dff0..260e303fff043d8e6c25db1839cb22c6d10854f7 100644 (file)
Binary files a/tests/juniper_header-heapoverflow.pcap and b/tests/juniper_header-heapoverflow.pcap differ
index 0c11b5da910cd0ed40ea7e8c394e78b44db8ea0f..0b973d60712cad9a34abf1b4e70c125daf48e6e3 100644 (file)
@@ -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
index 7c6ab89a2288fef4e70c8b6489d7724bc6db77f9..2f3a6311efe35487ff2a291bf769742ce19c54b3 100644 (file)
Binary files a/tests/kday6.pcap and b/tests/kday6.pcap differ
index a3b1db2d573a5e2eee1c64e4b65cf5692c74106e..9ed38674064e447ef43042955e97c72b0cb8731d 100644 (file)
@@ -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
index 5a6c40672f97456b8665f7592a917653768e7497..8732f3c4c1c24bba73ee42e27239e2d840e6564e 100644 (file)
Binary files a/tests/l2tp-avp-overflow.pcap and b/tests/l2tp-avp-overflow.pcap differ
index 4fcad704c5aa0f217a45cc00b7159537d1973079..f9e29e07a22ee7727e4515af262bf7bfbc4ea9ac 100644 (file)
@@ -1 +1 @@
-Unknown DSAP 0x30 Unnumbered, xid, Flags [Poll], length 808464412[|llc]
+Unknown DSAP 0x30 Unnumbered, xid, Flags [Poll], length 262124[|llc]
index 6a5f1a437236246674fc277a0c08dd33be3f618c..ff32a2f1584cc6611b4cb6a399c3c5b1878dedd8 100644 (file)
Binary files a/tests/llc-xid-heapoverflow.pcap and b/tests/llc-xid-heapoverflow.pcap differ
index 5185583963cb3f544fb005f02cb35189859ccd81..53b1d102584bcc7ebd0abbea2c2709be3cce31d8 100644 (file)
@@ -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]
index dc6d3df398cd55030b733b8c3a2419e5ea6f28ed..164a0ad99db22d8aa18bdb8114d2ca5c10a82c54 100644 (file)
Binary files a/tests/lldp_8023_mtu-oobr.pcap and b/tests/lldp_8023_mtu-oobr.pcap differ
index 10d759724f80612f7dd6d7a67f5ae50e8342dea8..eaa3d3cbc37d89da67c4f782e10e9cac66d1c6a8 100644 (file)
@@ -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                                       .
index a7aec5904a2999060807888c306adedd1043e2ac..f6fd9499c78a15404ea4a2ca98c1df39fcc22c03 100644 (file)
Binary files a/tests/lldp_mgmt_addr_tlv_asan.pcap and b/tests/lldp_mgmt_addr_tlv_asan.pcap differ
index 95b1bbe3645018f845f0b6586455541e3a9e4883..a215e5025891be41143e7d0a2eeb217247181384 100644 (file)
Binary files a/tests/mlppp-oobr.pcap and b/tests/mlppp-oobr.pcap differ
index 9a63b45c9f044b3b2f5d0084f69cf6556158ddd9..b73f80b43c5e2f2a51b11a41df35e98ff913241e 100644 (file)
Binary files a/tests/mpls-label-heapoverflow.pcap and b/tests/mpls-label-heapoverflow.pcap differ
index 44b2987d05d675f2c284b8048465e84222c9cc78..f2cb1ab90009b21e9a249bbd31f39861e3db2467 100644 (file)
-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
index 9c292ad2c2b12c1ed19e8634133decaac89e8794..9769a0e089e3d7412ff1912fb1f35d66ceafd89b 100644 (file)
Binary files a/tests/nfs-attr-oobr.pcap and b/tests/nfs-attr-oobr.pcap differ
index 0ccd79cbd5c7fb277e9db7d277736a076c81d3d7..ca6123c221df847a51d2d4e829fc5e46806a3b89 100644 (file)
Binary files a/tests/olsr-oobr-2.pcap and b/tests/olsr-oobr-2.pcap differ
index 16d8848ec88c26ca2b0f3c346a23181dbe3115aa..560317ed0493c2799df308eccf01f234ed8f2b30 100644 (file)
Binary files a/tests/oobr_parse_elements.pcap and b/tests/oobr_parse_elements.pcap differ
index 2d50b9c1f4c865d1807e7ef51aa5f7160df16280..f27648aeab078711f767afff170b56e1ececeaf0 100644 (file)
Binary files a/tests/ospf6_decode_v3_asan.pcap and b/tests/ospf6_decode_v3_asan.pcap differ
index 5c11567198dc5d378c4e29c579956f68ecb222c1..6ec9092572c1e023454d5079b0d415fdc650045f 100644 (file)
Binary files a/tests/pgm_group_addr_asan.pcap and b/tests/pgm_group_addr_asan.pcap differ
index f65d06a0d191da44e2a98a522e2ad41db019058f..3374665a1a2c8dd01f4812d8cf621371b6a52e4c 100644 (file)
Binary files a/tests/pgm_opts_asan.pcap and b/tests/pgm_opts_asan.pcap differ
index 28773fd9e8be45fcef242ce74cfd715c8fa9b72e..1c55ed7fdae7505e2bb29da625837976efdd20a0 100644 (file)
Binary files a/tests/pgm_opts_asan_2.pcap and b/tests/pgm_opts_asan_2.pcap differ
index bbe3b54178cdb882e94697b1251b28b4c4d31da8..f89aeef20ed44e687aa9ffff0a4db613cdcbcf41 100644 (file)
Binary files a/tests/pgm_opts_asan_3.pcap and b/tests/pgm_opts_asan_3.pcap differ
index 519ad284bd8e9d359ea956dba8b703e557b68d78..a1fdeb51724d59bf28922a68c5f3114a7430e0a1 100644 (file)
Binary files a/tests/pim_header_asan-2.pcap and b/tests/pim_header_asan-2.pcap differ
index bfbe3952c13171b8804cfce92c7a3bf6a9defdae..78c60648c7545e8f041de6b4b23fbe0af273bb48 100644 (file)
@@ -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                                     ..
index bd417a64cbd04ee62c536c9ca945c35b17010a19..dc873097dcae306b1e3e0055f49d71f2f767f3b3 100644 (file)
Binary files a/tests/pim_header_asan-4.pcap and b/tests/pim_header_asan-4.pcap differ
index 12f81bedd14ff23c11b31844f302db08fef8eb18..22cb1fc36ec0ab9fa9eb912e0a51bfa006005ac9 100644 (file)
Binary files a/tests/pim_header_asan.pcap and b/tests/pim_header_asan.pcap differ
index e23ed919332b617590db711755afa45d6656452b..646e65d278fa47f94bae9008e041c165ab7fad23 100644 (file)
@@ -1,3 +1,2 @@
 [|pktap]
 [|ppp]
-EXIT CODE 00000100
index e8b0f216f2fa6724a62aa491cebbe9ccdec56317..3058b4ec527cd9c7cc6e6c2ca81559d8c320387a 100644 (file)
Binary files a/tests/pktap-heap-overflow.pcap and b/tests/pktap-heap-overflow.pcap differ
index 82c6e19030935a7467267266c129019405f68a8e..31caddc6f6ea1cae4c0bc793e03f35204d2ec4d9 100644 (file)
Binary files a/tests/radiotap-heapoverflow.pcap and b/tests/radiotap-heapoverflow.pcap differ
index 9a7ed160d07b00faa7f6dacb8a0d90c94d57edf5..52b7385f868709d0d3094ca083f1c71371d8dfa7 100644 (file)
Binary files a/tests/radius_attr_asan.pcap and b/tests/radius_attr_asan.pcap differ
index 0624709e24aad90166fd5f805a584a32a07c009d..17263616907defaf088aa9aca0052894a306aaab 100644 (file)
Binary files a/tests/relts-0x80000000.pcap and b/tests/relts-0x80000000.pcap differ
index cc1d72e252c74c75114ccee032fb12e4a4de67c7..486f096e194671c5d8519bde95c74dec67b66c90 100644 (file)
Binary files a/tests/rsvp_fast_reroute-oobr.pcap and b/tests/rsvp_fast_reroute-oobr.pcap differ
index 16d20240f619bba2bd27bb6dfb87a4d46db36e76..e2ce99621656b4587262fe2e57f93fdc2c7c0d08 100644 (file)
Binary files a/tests/rsvp_uni-oobr-1.pcap and b/tests/rsvp_uni-oobr-1.pcap differ
index c9265ce93fee20e0ee3e503ab0c1e639535f83c2..ccca070c313c316a340ff516fe8b1d5782e0d4d5 100644 (file)
Binary files a/tests/rsvp_uni-oobr-2.pcap and b/tests/rsvp_uni-oobr-2.pcap differ
index 0006a4f9a98d088f32e4330a467e878aadf4f180..fc79c42316a224aa8b0975b330d9f42b3d63dc96 100644 (file)
Binary files a/tests/rsvp_uni-oobr-3.pcap and b/tests/rsvp_uni-oobr-3.pcap differ
index a25dbda9128abf6676f200aa5fe567392289fd64..380c342b4b2b15c3f6f40287fc656f0d044eba55 100644 (file)
Binary files a/tests/slip-bad-direction.pcap and b/tests/slip-bad-direction.pcap differ
index b8856074d61f149cda34142b6a906bb4c6fb02e5..58ed9179fcaf47c468df9d2b1ad127e42813dbd9 100644 (file)
@@ -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
index 83e57595ea311c79b5430f2f9195b10471c91ca4..cff254062f2f03359b2fb77100356612c168a771 100644 (file)
Binary files a/tests/snmp-heapoverflow-1.pcap and b/tests/snmp-heapoverflow-1.pcap differ
index 19fd248719cb703085c1e5f8660c649299c9652c..11cba839e6f4dde45eeeef51eadc6324bd8defb6 100644 (file)
Binary files a/tests/snmp-heapoverflow-2.pcap and b/tests/snmp-heapoverflow-2.pcap differ
index f4cc053e3dbfa42da5f37e3059013d0b3ec540e4..4229c39edf21bf2d730d3f183c7b2eaf8fba771b 100644 (file)
@@ -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]
index 21fcce936548293524b2d73f6eac9a9535e92b2c..3de3378cb60ee82a62f22d67b26ec6fc1d31873e 100644 (file)
Binary files a/tests/stp-heapoverflow-1.pcap and b/tests/stp-heapoverflow-1.pcap differ
index 17dc5ef7b300122d180febd6f12d397d95cfd5e4..2e2d5daa74a535eac941e2f767b9f2a5b422b49d 100644 (file)
@@ -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]
index 83b572ffe4ddb6ad487c4037297f0325af15b1f8..0a92b00f8bbd79574bac16d6d4f8ac675e811d83 100644 (file)
Binary files a/tests/stp-heapoverflow-2.pcap and b/tests/stp-heapoverflow-2.pcap differ
index 273a0df9862b092d96bc76e55c0460e80e8a4b45..08928e619801b26f60b715840e0d5babfcf9dca7 100644 (file)
@@ -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]
index 3f33b0dcda088150b62186e854957522c9220432..a289b4b0238bcd32ade95b60d6ed4b9cf22613f7 100644 (file)
Binary files a/tests/stp-heapoverflow-3.pcap and b/tests/stp-heapoverflow-3.pcap differ
index f2c32585a08179ef5e047d1ba452886acc594d87..e9888425112487184b829c97f36d0e4efe7876b7 100644 (file)
@@ -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]
index 76d29593ef03bda9156e30e751bf770341922d1d..cd3b0fcc1b9c9ef4c0bec393548c1edfd65b9fc6 100644 (file)
Binary files a/tests/stp-heapoverflow-4.pcap and b/tests/stp-heapoverflow-4.pcap differ
index 8519243b124c30f519dff1f188adf57b99118061..fafddb0933a3b1b57ff922d1fb63aac4a84cea65 100644 (file)
@@ -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]
index bfd1c8311b0cc98eb1ef8d87ebcd39c245062076..0c197ac6c145235a289c6b16c29e7bde07b48fc7 100644 (file)
Binary files a/tests/stp-v4-length-sigsegv.pcap and b/tests/stp-v4-length-sigsegv.pcap differ
index a9f823dd359f13b2b184dd085ee17a2cefa65aa4..811548b2dad3daf78a931097916f6cbbf9fe8c57 100644 (file)
Binary files a/tests/tcp-auth-heapoverflow.pcap and b/tests/tcp-auth-heapoverflow.pcap differ
index 3d6b7c78c1b6e4067d745f92d4850ab07960975e..fdeed6c6a377481979bd9ff5209a94fd5da46c44 100644 (file)
Binary files a/tests/tcp_header_heapoverflow.pcap and b/tests/tcp_header_heapoverflow.pcap differ
index 3f079fd290b7d579d02413855de83d2398ff4377..00d879d1971788e082e933436523224a95e57544 100644 (file)
Binary files a/tests/tftp-heapoverflow.pcap and b/tests/tftp-heapoverflow.pcap differ
index 67e899fbfc617e48ebbe05dcbc5ba59341258372..a8c55b65300160c133fb6d518099bf33eef409dc 100644 (file)
Binary files a/tests/udp-length-heapoverflow.pcap and b/tests/udp-length-heapoverflow.pcap differ
index 50be013da707b23ca8fab23db30089e7b9265796..8e7ef86438b5a0354682f2a3302045e9c55ba2cf 100644 (file)
Binary files a/tests/vqp-oobr.pcap and b/tests/vqp-oobr.pcap differ
index 0a83b0983cd5882e6018ec9adcde0a6adbfb357c..9effe4f1542acff7e4066e115609a497457554d0 100644 (file)
@@ -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]
index 31a9f5e1a262d612e6c433e801260ac09743d9e5..cb5b581e2b53d8da6bd7023f069bcc2e65b76460 100644 (file)
Binary files a/tests/vtp_asan-2.pcap and b/tests/vtp_asan-2.pcap differ
index 695a9e90fd94ef69e5e8c5e8d711a5af029bfa62..bd0c5c42830025ec287ca6ba8786dd84d706a30f 100644 (file)
@@ -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]
index 98ad48bd6b81fbe27ebc624c4f4a1c870549dbfe..254e9bac06a3c5ee8c3ba7f0a95f04060b97211f 100644 (file)
Binary files a/tests/vtp_asan-3.pcap and b/tests/vtp_asan-3.pcap differ
index ae9e8ad7dcb687534afb8345df8bdfb13d8d464b..dd6ced4a03705815bacc4897ab59b7662fdce057 100644 (file)
@@ -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]
index 515828a0b606ab2f659b2ce2e4f213054025ecd1..953b7f0dbda3e972b9c292f0364598bc178ec3bd 100644 (file)
Binary files a/tests/vtp_asan.pcap and b/tests/vtp_asan.pcap differ
index 40b5668e6f6f0e283b19a5449c43db46d309b4df..818b0c3037d4b7b7d305495480ff0d1f3b4436ab 100644 (file)
Binary files a/tests/wb-oobr.pcap and b/tests/wb-oobr.pcap differ