https://github.com/rusticata/netbios-parser
NetBIOS format parser written in pure Rust. Fast, zero-copy, safe.
https://github.com/rusticata/netbios-parser
Last synced: 8 months ago
JSON representation
NetBIOS format parser written in pure Rust. Fast, zero-copy, safe.
- Host: GitHub
- URL: https://github.com/rusticata/netbios-parser
- Owner: rusticata
- License: apache-2.0
- Created: 2021-05-07T09:49:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T11:37:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T17:34:06.786Z (about 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](./LICENSE-MIT)
[](./LICENSE-APACHE)
[](https://crates.io/crates/netbios-parser)
[](https://docs.rs/netbios-parser)
[](https://github.com/rusticata/netbios-parser/actions)
[](#rust-version-requirements)
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](https://github.com/rusticata/netbios-parser)
and is part of the [Rusticata](https://github.com/rusticata) project.
[rfc1002]: https://www.ietf.org/rfc/rfc1002.txt
## Changes
### 0.1
- Initial version
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.