- TCPWindow added - Checksum bug fixed (again) - CBD introduced - ConnBlock modified - PackSieve report funtionality modified to decrease memory consumption
13 lines
238 B
C
13 lines
238 B
C
//
|
|
// 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);
|
|
}
|