Commit Graph

1 Commits

Author SHA256 Message Date
d7ac33e270 Accepting request 1198279 from home:pmonrealgonzalez:branches:network:utilities
- Update to 4.99.5:
  * Refine protocol decoding for:
    - BGP: Fix an undefined behavior when it tries to parse a too-short packet.
    - CARP: Print the protocol name before any GET_().
    - CDP: only hex-dump unknown TLVs in verbose mode.
    - DHCP: parse the SZTP redirect tag.
    - DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,
      boot file URL, and SZTP redirect options; add DUID-UUID printing (RFC6355).
    - DNS: Detect and correctly handle too-short URI RRs.
    - EAP: Assign ndo_protocol in the eap_print() function.
    - Frame Relay (Multilink): Fix the Timestamp Information Element printing.
    - ICMPv6: Fix printing the Home Agent Address Discovery Reply Message.
    - IEEE 802.11: no need for an element ID in the structures for IEs, make
      the length in the IE structures a u_int, include the "TA" field while
      printing Block Ack Control frame.
    - IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid
      cases as invalid, not truncated; use ND_ICHECKMSG_ZU() to test the
      header length.
    - IPv6: Fix printing invalid cases as invalid, not truncated; use
      ND_ICHECKMSG_U() to print an invalid version.
    - IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.
    - ISAKMP: Fix printing Delete payload SPI when size is zero.
    - Kerberos: Print the protocol name, remove a redundant bounds check.
    - lwres: Fix an undefined behavior in pointer arithmetic.
    - OpenFlow 1.0: Fix indentation of PORT_MOD, improve handling of
      some lengths, and fix handling of snapend.
    - TCP: Test ports < 1024 in port order to select the printer.
    - UDP: Move source port equal BCM_LI_PORT to bottom of long if else chain.
    - UDP: Test ports < 1024 in port order to select the printer.
    - LDP: Add missing fields of the Common Session Parameters TLV and fix the

OBS-URL: https://build.opensuse.org/request/show/1198279
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=70
2024-09-02 12:28:06 +00:00