- TCPWindow added - Checksum bug fixed (again) - CBD introduced - ConnBlock modified - PackSieve report funtionality modified to decrease memory consumption
14 lines
306 B
C
14 lines
306 B
C
#ifndef ETHERLIB_TEST_ETHERNET_INFO_H
|
|
#define ETHERLIB_TEST_ETHERNET_INFO_H
|
|
|
|
|
|
#include "etherlib/connection_block.h"
|
|
|
|
/**
|
|
* Print Ethernet sieve layer info.
|
|
* @param connBlock associated connection block
|
|
*/
|
|
void ethernet_print_report(const ConnBlock* connBlock);
|
|
|
|
#endif //ETHERLIB_TEST_ETHERNET_INFO_H
|