make sure the Rx trace event also gets the llc header to be symetric with the tx event.
This commit is contained in:
@@ -302,10 +302,10 @@ WifiNetDevice::SetReceiveCallback (NetDevice::ReceiveCallback cb)
|
||||
void
|
||||
WifiNetDevice::ForwardUp (Ptr<Packet> packet, const Mac48Address &from)
|
||||
{
|
||||
m_rxLogger (packet, from);
|
||||
LlcSnapHeader llc;
|
||||
packet->RemoveHeader (llc);
|
||||
m_forwardUp (this, packet, llc.GetType (), from);
|
||||
m_rxLogger (packet, from);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user