Expand description
Application-layer packet dispatch for WireForge.
This module provides a unified AppPacket enum covering the
application-layer protocols added in v1.1 and v1.2, plus helper functions
to dispatch a TCP or UDP payload to the correct parser based on the
well-known port.
Enums§
- AppPacket
- Unified application-layer packet enum covering v1.1 and v1.2 protocols.
Functions§
- parse_
tcp_ application - Dispatch a TCP payload to an application-layer parser based on port numbers.
- parse_
udp_ application - Dispatch a UDP payload to an application-layer parser based on port numbers.