From 5967c9aa7ed9fdfc4056cc407305c01946fdc656 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 24 Mar 2021 02:21:12 +0100 Subject: [PATCH] Remove support table from docs. Fixes #361 The table is no longer very informative since it's all "yes" now. --- src/lib.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index cc0e6c2..8f28466 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,19 +64,6 @@ //! feature ever defined, to ensure that, when the representation layer is unable to make sense //! of a packet, it is still logged correctly and in full. //! -//! ## Packet and representation layer support -//! | Protocol | Packet | Representation | -//! |----------|--------|----------------| -//! | Ethernet | Yes | Yes | -//! | ARP | Yes | Yes | -//! | IPv4 | Yes | Yes | -//! | ICMPv4 | Yes | Yes | -//! | IGMPv1/2 | Yes | Yes | -//! | IPv6 | Yes | Yes | -//! | ICMPv6 | Yes | Yes | -//! | TCP | Yes | Yes | -//! | UDP | Yes | Yes | -//! //! [wire]: wire/index.html //! [osi]: https://en.wikipedia.org/wiki/OSI_model //! [berk]: https://en.wikipedia.org/wiki/Berkeley_sockets