#include <RAWEtherFrame.h>
Public Member Functions | |
RAWEtherFrame (const char *name=NULL, int kind=0) | |
RAWEtherFrame (const RAWEtherFrame &other) | |
RAWEtherFrame & | operator= (const RAWEtherFrame &other) |
virtual RAWEtherFrame * | dup () const |
virtual void | setDest () |
Definition at line 26 of file RAWEtherFrame.h.
RAWEtherFrame::RAWEtherFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Definition at line 24 of file RAWEtherFrame.cc.
RAWEtherFrame::RAWEtherFrame | ( | const RAWEtherFrame & | other | ) |
Definition at line 30 of file RAWEtherFrame.cc.
virtual RAWEtherFrame* RAWEtherFrame::dup | ( | ) | const [inline, virtual] |
RAWEtherFrame & RAWEtherFrame::operator= | ( | const RAWEtherFrame & | other | ) |
Definition at line 35 of file RAWEtherFrame.cc.
void RAWEtherFrame::setDest | ( | ) | [virtual] |
Sets the destination address of the packet
Definition at line 44 of file RAWEtherFrame.cc.