Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
This commit is contained in:
@@ -171,6 +171,10 @@ SimpleNetDevice::SetReceiveCallback (NetDevice::ReceiveCallback cb)
|
||||
{
|
||||
m_rxCallback = cb;
|
||||
}
|
||||
void
|
||||
SimpleNetDevice::SetPromiscuousReceiveCallback (NetDevice::PromiscuousReceiveCallback cb)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
SimpleNetDevice::DoDispose (void)
|
||||
|
||||
Reference in New Issue
Block a user