diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-02-29 10:19:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 08:19:00 +0100 |
commit | f2e3c7fb90a73f1307dcba8d7ea48f39d59f6603 (patch) | |
tree | 01c579194ba901fbd2cdd8bfbba9d781bed8f612 /doc | |
parent | c2b5b48fc8b57fb97c83ef0ceda72985c81edce4 (diff) |
Add BFD protocol dissector (#2332)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 66dfef6ce..2d337c7fa 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -638,3 +638,12 @@ References: `Main site <https://cloud.huawei.com/>`_ The Dynamic Link ExchangeProtocol (DLEP) is a radio aware routing (RAR) protocol. References: `RFC <https://datatracker.ietf.org/doc/html/rfc8175>`_ + + +.. _Proto 401: + +`NDPI_PROTOCOL_BFD` +===================== +Bidirectional Forwarding Detection is a network protocol that is used to detect faults between two routers or switches. + +References: `RFC <https://datatracker.ietf.org/doc/html/rfc5880>`_ |