Update to 4.99.6 #2

Open
pmonrealgonzalez wants to merge 2 commits from pmonrealgonzalez/tcpdump:factory into slfo-1.2
First-time contributor
No description provided.
pmonrealgonzalez added 2 commits 2026-01-22 14:56:32 +01:00
* Remove protocol decoding for:
    - OTV (draft-hasmit-otv-04, this Internet-Draft is no longer active).
  * Refine protocol decoding for:
    - DNS: Use ND_TCHECK_LEN() instead of a custom bounds check.
    - IPv6: Add a missing comma and remove a colon in the output.
    - TCP: Note if the Urgent Pointer is non-zero while URG flag not set,
           if the verbose level is > 1 (option -vv and more).
    - TCP: Note if the Acknowledgment Number is non-zero while ACK flag
           not set, if the verbose level is > 1 (option -vv and more).
    - TCP: Fix Reset segment processing.
    - IP, IPv6: Fix setting the snapshot length for the payload.
    - IP: Use ND_TTEST_LEN() instead of a custom bounds check.
    - frag6: Add a bounds check in non-verbose mode.
    - PTP: Remove spaces before colons in output.
    - PTP: Fix management packet fields.
    - ISO: Avoid undefined behavior and integer overflow in the Fletcher
           checksum calculation.
    - NFS: Delete dead code.
    - BOOTP: Use an uint16_t variable to get the result of a GET_BE_U_2().
    - ZEP: use the existing NTP time formatting code.
    - NTP: Fix p_ntp_time_fmt() using epoch 1/epoch 2 convention (RFC 4330).
    - NTP: Update a field name with the RFC 5905 name (Origin Timestamp).
    - IPv6 mobility: Modernize packet parsing and make fixes.
    - IP6OPTS: Modernize packet parsing and make fixes.
    - VXLAN: Add UDP port 8472 used by Linux as the default port.
    - EGP: Replace custom code with tok2str(); Modernize packet parsing and
           fix printing with -v option.
  * User interface:
    - Add optional unit suffix on -C file size.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=74
OBS-URL: https://build.opensuse.org/request/show/1325369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpdump?expand=0&rev=51
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u factory:pmonrealgonzalez-factory
git checkout pmonrealgonzalez-factory
Sign in to join this conversation.