View | Details | Raw Unified | Return to bug 1787
Collapse All | Expand All

(-)a/src/tap-bridge/model/tap-bridge.cc (-1 / +2 lines)
 Lines 833-839   TapBridge::Filter (Ptr<Packet> p, Addres Link Here 
833
      return 0;
833
      return 0;
834
    }
834
    }
835
835
836
  p->RemoveHeader (header);
836
  uint32_t headerSize = p->PeekHeader (header);
837
  p->RemoveAtStart (headerSize);
837
838
838
  NS_LOG_LOGIC ("Pkt source is " << header.GetSource ());
839
  NS_LOG_LOGIC ("Pkt source is " << header.GetSource ());
839
  NS_LOG_LOGIC ("Pkt destination is " << header.GetDestination ());
840
  NS_LOG_LOGIC ("Pkt destination is " << header.GetDestination ());

Return to bug 1787