EtherLib/prefab/conn_blocks/ethernet_info.h
Wiesner András ac5fc9c529 -IP reassembler added
-PcktSieve special return functionality added
-ARP multicast learning bug fixed
-include guards have been refactored
-Doxygen style tweaked
2023-02-04 11:04:26 +01:00

14 lines
288 B
C

#ifndef ETHERLIB_ETHERNET_INFO_H
#define ETHERLIB_ETHERNET_INFO_H
#include "../../connection_block.h"
/**
* Print Ethernet sieve layer info.
* @param connBlock associated connection block
*/
void ethernet_print_report(const ConnBlock* connBlock);
#endif //ETHERLIB_ETHERNET_INFO_H