78 size_t packMyHdr(Packet *,
unsigned char *,
size_t);
87 size_t unpackMyHdr(
unsigned char *,
size_t, Packet *);
Definition packer-uwip.h:52
packerUWIP()
Definition packer-uwip.cpp:58
size_t packMyHdr(Packet *, unsigned char *, size_t)
Definition packer-uwip.cpp:97
size_t unpackMyHdr(unsigned char *, size_t, Packet *)
Definition packer-uwip.cpp:117
void init()
Definition packer-uwip.cpp:84
size_t SAddr_Bits
Definition packer-uwip.h:100
~packerUWIP()
Definition packer-uwip.cpp:79
void printMyHdrFields(Packet *)
Definition packer-uwip.cpp:156
size_t DAddr_Bits
Definition packer-uwip.h:102
void printMyHdrMap()
Definition packer-uwip.cpp:144
Header of the class responsible to map an NS-Miracle packet into a bit stream, and vice-versa.
Provides the UWIP packets header description. Definition of the class that define the network layer.