Crate netbios_parser[][src]

Expand description

License: MIT Apache License 2.0 Crates.io Version docs.rs Github CI Minimum rustc version

NetBIOS parser

This crate contains parsers for the NetBIOS (rfc1002) network format, in pure Rust.

Currently only NBSS parsing is implemented

The code is available on Github and is part of the Rusticata project.

Re-exports

pub use dns_parser;
pub use nom_derive::nom;

Structs

NetBIOS Name

NetBIOS Name Service Header

NetBIOS Name Service Packet

NetBIOS Name

NetBIOS Name Service Name Query

Enums

An error that can occur while parsing or validating a NetBIOS packet.

Functions

Parse a NetBIOS Name Service Header

Parse a NetBIOS Name Service Packet (query or response)

Type Definitions