[][src]Module rusticata_macros::macros

Helper macros

Enums

ErrorKind

Indicates which parser returned an error

Needed

Contains information on needed data if a parser returned Incomplete

Traits

ParseError

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.

dbg_dmp_rest

Dump the remaining bytes to stderr, formatted as hex

make_error

Creates an error from the input position and an ErrorKind

parse_uint24Deprecated

Read 3 bytes as an unsigned integer

Type Definitions

IResult

Holds the result of parsing functions