// // Created by epagris on 2023.01.30.. // #include "ethernet_info.h" #include "../../utils.h" #include "../../eth_interface.h" void ethernet_print_report(const ConnBlock *connBlock) { PRINT_HWADDR(connBlock->sieve->intf->mac); }