Skip to main content

Crate min_shark

Crate min_shark 

Source

Structs§

MacAddr
A MAC address is a unique identifier assigned to most network adapters or network interface cards (NICs) by the manufacturer for identification, IEEE 802 standards use 48 bites or 6 bytes to represent a MAC address. This format gives 281,474,976,710,656 possible unique MAC addresses.
Matcher
Perform checking of an expression against packet data, as represented by the matcher.
ParseError
The error returned when lexing/parsing fails

Enums§

Expression
Which logical operations we support

Constants§

EXPRESSION_GUIDE

Functions§

parse
Parse a filter expression into a Expression