26 #ifndef NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP
27 #define NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP
31 #include <ndn-cxx/net/ethernet.hpp>
32 #include <net/ethernet.h>
36 using namespace ndn::ethernet;
38 std::tuple<const ether_header*, std::string>
39 checkFrameHeader(span<const uint8_t> packet,
const Address& localAddr,
const Address& destAddr);
std::tuple< const ether_header *, std::string > checkFrameHeader(span< const uint8_t > packet, const Address &localAddr, const Address &destAddr)