Skip to content

Commit

Permalink
Removed section comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jan 4, 2025
1 parent 41a4193 commit 8963149
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Pcap++/header/KniDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ namespace pcpp
/// for any other reason
bool sendPacket(Packet& packet);

// Packet capture

/// @brief Start capturing packets asynchronously on this KNI interface.
/// Each time a burst of packets is captured the onPacketArrives callback is called.
/// The capture is done on a new thread created by this method, meaning all callback
Expand Down
4 changes: 0 additions & 4 deletions Pcap++/header/KniDeviceList.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ namespace pcpp
return m_Initialized;
}

// Device manipulation

/// @brief Factory method for KNI devices.
/// Newly created device is remembered under portId and name provided in config and can be found later by them.
/// If KNI device is not destroyed explicitly thru KniDeviceList#destroyDevice
Expand All @@ -89,8 +87,6 @@ namespace pcpp
/// @return Pointer to KNI device or nullptr if device not found
KniDevice* getDeviceByName(const std::string& name);

// Static information

/// Returns KniCallbackVersion#CALLBACKS_NEW or
/// KniCallbackVersion#CALLBACKS_OLD based on DPDK version used
/// @note MT SAFE
Expand Down

0 comments on commit 8963149

Please sign in to comment.