Skip to content

Commit

Permalink
Fixed docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jan 19, 2025
1 parent 87db122 commit 3c1228e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pcap++/header/PcapRemoteDeviceList.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ namespace pcpp
return getDeviceByIp(ip6Addr);
}

/// Search a PcapRemoteDevice in the list by its IP address
/// @param[in] ipAddrAsString The IP address in string format
/// Search a PcapRemoteDevice in the list by its IP address (IPv4 or IPv6)
/// @param[in] ipAddr The IP address
/// @return The PcapRemoteDevice if found, nullptr otherwise
PcapRemoteDevice* getDeviceByIp(const IPAddress& ipAddr) const;

Expand Down

0 comments on commit 3c1228e

Please sign in to comment.