-PcktSieve special return functionality added -ARP multicast learning bug fixed -include guards have been refactored -Doxygen style tweaked
14 lines
288 B
C
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
|