Skip to content

x75: Add dissector for X.75 SLP/MLP

Manawyrm requested to merge Manawyrm/wireshark:manawyrm-x75-dissector into master

This change adds a dissector for the X.75 protocol, commonly used on ISDN B-channels.

The protocol is defined in ITU-T Rec. X.75 (10/96).

X.75 is similar to LAPB, but has no further protocols on top of the asychronous link layer.

Example capture/decoding: screenshot of Wireshark decoding a sample capture

Note: This PR depends on the new values introduced in !12172 (merged)...
If that's a problem, I'd be happy to rebase/change this commit.

Edited by Manawyrm

Merge request reports