/*! * @file ethernet.h * @author HiSEON (ikseon@nepirity.com) * * @internal * Created: 2018년 03월 22일 * Copyright: Copyright (c) 2018, HiSEON */ #ifndef SRC_ETHERNET_H_ #define SRC_ETHERNET_H_ #include void dump_ethernet_header(const u_char *pkt_data); #endif // SRC_ETHERNET_H_