Skip to content

Commit 961d9db

Browse files
alexb-ktmanomugdhaevangreendrv-rivos
authored andcommitted
dissectors: add Ultra Ethernet Transport
The specification is available from ultraethernet.org (currently version 1.0.1 [1]). This dissector covers the UE Transport layer (chapter 3) protocols, which sit on top of IP or UDP. [1] https://ultraethernet.org/wp-content/uploads/sites/20/2025/10/UE-Specification-1.0.1.pdf Co-authored-by: Manomugdha Biswas <manomugdha.biswas@keysight.com> Co-authored-by: Evan Green <evan@rivosinc.com> Co-authored-by: Daniel Verkamp <drv@rivosinc.com> Co-authored-by: Alex Badea <alex.badea@keysight.com>
1 parent f105432 commit 961d9db

File tree

2 files changed

+2637
-0
lines changed

2 files changed

+2637
-0
lines changed

epan/dissectors/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@ set(DISSECTOR_SRC
17601760
${CMAKE_CURRENT_SOURCE_DIR}/packet-udpcp.c
17611761
${CMAKE_CURRENT_SOURCE_DIR}/packet-uds.c
17621762
${CMAKE_CURRENT_SOURCE_DIR}/packet-udt.c
1763+
${CMAKE_CURRENT_SOURCE_DIR}/packet-uet.c
17631764
${CMAKE_CURRENT_SOURCE_DIR}/packet-uftp.c
17641765
${CMAKE_CURRENT_SOURCE_DIR}/packet-uftp4.c
17651766
${CMAKE_CURRENT_SOURCE_DIR}/packet-uftp5.c

0 commit comments

Comments
 (0)