changeset 1866 | e7dbcc4df546 |
parent 1505 | 286ec92f4113 |
child 2643 | 2a3324f4dabe |
--- a/src/node/ethernet-trailer.cc Mon Oct 01 14:14:31 2007 +0200 +++ b/src/node/ethernet-trailer.cc Mon Oct 01 14:15:56 2007 +0200 @@ -56,7 +56,7 @@ } bool -EthernetTrailer::CheckFcs (const Packet& p) const +EthernetTrailer::CheckFcs (Ptr<Packet> p) const { if (!m_calcFcs) { @@ -68,7 +68,7 @@ } void -EthernetTrailer::CalcFcs (const Packet& p) +EthernetTrailer::CalcFcs (Ptr<Packet> p) { NS_LOG_WARN ("FCS calculation is not yet enabled"); }