Crates.io | openvpn-parser |
lib.rs | openvpn-parser |
version | 0.6.0 |
source | src |
created_at | 2017-11-03 08:36:44.908782 |
updated_at | 2021-09-13 11:39:56.190654 |
description | Parser for the OpenVPN protocol |
homepage | https://github.com/rusticata/openvpn-parser |
repository | https://github.com/rusticata/openvpn-parser.git |
max_upload_size | |
id | 37886 |
size | 25,657 |
openvpn-parser is a parser for the (OpenVPN) protocol.
It can be used to decode the packet structures, access fields and verify some properties.
The content of the Control
packets uses the TLS protocol, so
tls-parser can be used to decode the messages.
The parser does not decrypt messages.
This crate mostly serves as a demo/example crate for network protocol parsers written using nom, and nom-derive.
Writen in great pain, due to lack of specifications, and a number of fields defined in a very useless way, like "usually 16 or 20 bytes".
Closest thing to specifications:
Licensed under either of
at your option.
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.