Module rusticata_macros::macros[][src]

Expand description

Helper macros

Enums

Indicates which parser returned an error

Contains information on needed data if a parser returned Incomplete

Traits

This trait must be implemented by the error type of a nom parser.

Functions

bytes_to_u64Deprecated

Read an entire slice as a big-endian value.

Dump the remaining bytes to stderr, formatted as hex

Creates an error from the input position and an ErrorKind

parse_uint24Deprecated

Read 3 bytes as an unsigned integer

Type Definitions

Holds the result of parsing functions