]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/output: Highlight ethertype value change 14107/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 5 Oct 2025 13:33:14 +0000 (09:33 -0400)
committerVictor Julien <vjulien@oisf.net>
Tue, 21 Oct 2025 23:32:10 +0000 (23:32 +0000)
Issue: 8007

Highlight the change to how ether_type values are displayed. Previously,
they were displayed in network order as a decimal value.

They are now displayed in host order as a decimal value.

(cherry picked from commit 16d124cfda2ce46bbba81beabfd4a6ea27daca43)

doc/userguide/upgrade.rst

index 1e9d4ca3c10236fd87421a863b1b4e94dd19397f..630659e53037ecc980e88d8f9da2983cfeb57856 100644 (file)
@@ -34,6 +34,15 @@ also check all the new features that have been added but are not covered by
 this guide. Those features are either not enabled by default or require
 dedicated new configuration.
 
+Upgrading to 8.0.2
+------------------
+
+Logging Changes
+~~~~~~~~~~~~~~~
+- Ethertype values (``ether.ether_type``) are now logged matching the network order value.
+  E.g., previously, ``ether_type`` values were logged in host order;  an ethertype value of ``0xfbb7``
+  (network order) was logged as `47099`` (``0xb7fb``). This ethertype value will be logged as ``64439``.
+
 Upgrading to 8.0.1
 ------------------