PcapPlusPlus  Next
DeviceUtils.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include <memory>
6 #include "IpAddress.h"
7 #include "PcapUtils.h"
8 
9 namespace pcpp
10 {
12 
13  namespace internal
14  {
20  std::unique_ptr<pcap_if_t, PcapFreeAllDevsDeleter> getAllLocalPcapDevices();
21  } // namespace internal
22 
24 } // namespace pcpp
The main namespace for the PcapPlusPlus lib.