Skip to main content

Module app_packet

Module app_packet 

Source
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.