packet-dissector-gre 0.3.3

GRE (RFC 2784, RFC 2890) dissector for packet-dissector
Documentation

packet-dissector-gre

GRE (RFC 2784, RFC 2890) dissector for packet-dissector

This crate is part of the packet-dissector ecosystem. It is used automatically when you enable the gre feature flag on the main crate:

[dependencies]
packet-dissector = { version = "0.1", features = ["gre"] }

You generally do not need to depend on this crate directly.