ospf-parser

Crates.ioospf-parser
lib.rsospf-parser
version0.5.0
sourcesrc
created_at2020-04-19 12:24:29.223375
updated_at2021-09-13 11:41:09.201246
descriptionParser for the OSPF version 2 protocol
homepagehttps://github.com/rusticata/ospf-parser
repositoryhttps://github.com/rusticata/ospf-parser.git
max_upload_size
id231910
size86,782
Pierre Chifflier (chifflier)

documentation

README

ospf-parser

License: MIT Apache License 2.0 Build Status Crates.io Version

OSPFv2 and OSPFv3 Parser

A parser for the Open Shortest Path First version 2 (OSPFv2) and OSPF for IPv6 (also known as OSPFv3) routing protocols, implemented with the nom parser combinator framework in pure Rust.

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

Changes

0.5.0

  • Update to nom-derive 0.10 / nom 7

0.3.0

  • Update to nom-derive 0.7 / nom 6

0.2.0

  • Add support for OSPFv2 Opaque LSA (RFC5250)
  • Upgrade to nom-derive 0.6 and fix some Verify errors

0.1.0

  • Initial release

License

Licensed under either of

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.

Commit count: 33

cargo fmt