Skip to content

Commit ea29cc2

Browse files
committed
Add missing protocols to Doxygen
1 parent 0e6c444 commit ea29cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static/api-docs/next/doxygen/mainpage.dox

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* - pcpp::Layer, Layer.h - protocol base class
3333
*
3434
* <b>Supported protocols (Packet++):</b>
35+
* - pcpp::CiscoHdlcLayer, CiscoHdlcLayer.h - Cisco HDLC protocol
3536
* - pcpp::EthLayer, EthLayer.h - Ethernet II protocol
3637
* - pcpp::EthDot3Layer, EthDot3Layer.h - IEEE 802.3 Ethernet protocol
3738
* - pcpp::LLCLayer, LLCLayer.h - LLC protocol
@@ -55,8 +56,9 @@
5556
* - pcpp::MplsLayer, MplsLayer.h - MPLS protocol
5657
* - pcpp::NDPNeighborSolicitationLayer, pcpp::NDPNeighborAdvertisementLayer, NdpLayer.h - NDP protocol
5758
* - pcpp::VrrpV2Layer, pcpp::VrrpV3Layer, VrrpLayer.h - VRRP protocol
59+
* - pcpp::WireGuardLayer, WireGuardLayer.h - WireGuard protocol
5860
* - pcpp::CotpLayer, CotpLayer.h - COTP protocol
59-
* - pcpp::GtpV1Layer, GtpLayer.h - GTP (v1) protocol
61+
* - pcpp::GtpV1Layer, pcpp::GtpV2Layer, GtpLayer.h - GTP (v1 & v2) protocol
6062
* - pcpp::AuthenticationHeaderLayer, pcpp::ESPLayer - IPSec AH & ESP - parsing only (no editing capabilities)
6163
* - pcpp::TcpLayer, TcpLayer.h - TCP protocol
6264
* - pcpp::TpktLayer, TpktLayer.h - TPKT protocol

0 commit comments

Comments
 (0)