NetSim 1.0.0
An educational network simulation software for students
|
A static class that provides methods to handle MAC headers and their Frame Check Sequence (FCS). More...
#include <mac.h>
Static Public Member Functions | |
static void | initHeader (Package &data, const MACAddress &destMACAdress, const MACAddress &srcMACAdress, quint16 etherType) |
Initializes a MAC header. | |
A static class that provides methods to handle MAC headers and their Frame Check Sequence (FCS).
The MAC class offers functionalities to work with MAC headers. This includes the initialization of headers and the computation of the Frame Check Sequence (FCS).
|
static |