Crate sawp

Source
Expand description

§SAWP: Security Aware Wire Protocol parsing library

This library contains parsers for various wire protocols and is intended to be used in network security sensors.

The base library contains all of the common types and traits used by the parsers.

Usage documentation can be found in the README.

§Protocols

Each protocol, along with certain features, are implemented in a separate package inside this workspace. This reduces the number dependencies needed for using various protocols or features. A practical use of this library can be found by referring to the protocol parser you wish to use:

§Utility

The following utility packages also exist:

  • File Serializes API calls for debugging

Modules§

error
Return common errors
parser
Parse Messages
probe
Probe Bytes
protocol
Describe a Protocol