mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Fix DataLinkType typo on doxygen docs
[ci skip]
This commit is contained in:
@@ -57,7 +57,7 @@ class PDU;
|
||||
* UDP udp = get_packet();
|
||||
*
|
||||
* // Create the filter. We'll be expecting Ethernet packets.
|
||||
* OfflinePacketFilter filter("ip and port 80", DataLinkLayer<EthernetII>());
|
||||
* OfflinePacketFilter filter("ip and port 80", DataLinkType<EthernetII>());
|
||||
*
|
||||
* // We can use this directly over the inner PDU (assuming it has one)
|
||||
* // See the notes on the efficiency of doing it this way.
|
||||
|
||||
Reference in New Issue
Block a user