etherTypeName() is only used in Switch and only with ZT_TRACE
This commit is contained in:
parent
07ea4fd4f9
commit
41fc08b330
2 changed files with 17 additions and 23 deletions
|
@ -177,13 +177,6 @@ public:
|
|||
*/
|
||||
unsigned long doTimerTasks(uint64_t now);
|
||||
|
||||
/**
|
||||
* @param etherType Ethernet type ID
|
||||
* @return Human-readable name
|
||||
*/
|
||||
static const char *etherTypeName(const unsigned int etherType)
|
||||
throw();
|
||||
|
||||
private:
|
||||
void _handleRemotePacketFragment(const InetAddress &fromAddr,const void *data,unsigned int len);
|
||||
void _handleRemotePacketHead(const InetAddress &fromAddr,const void *data,unsigned int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue