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 
11 namespace pcpp
12 {
14 
15  namespace internal
16  {
20  std::unique_ptr<pcap_if_t, PcapFreeAllDevsDeleter> getAllLocalPcapDevices();
21  } // namespace internal
22 
24 } // namespace pcpp
The main namespace for the PcapPlusPlus lib.