emu device shouldn't be adding an FCS
authorCraig Dowell <craigdo@ee.washington.edu>
Fri Jul 10 11:56:35 2009 -0700 (7 months ago)
changeset 4697258cf77942bc
parent 4696 45d880dbe0f8
child 4698 280e7729894c
emu device shouldn't be adding an FCS
src/devices/emu/emu-net-device.cc
     1.1 --- a/src/devices/emu/emu-net-device.cc	Fri Jul 10 09:50:24 2009 -0700
     1.2 +++ b/src/devices/emu/emu-net-device.cc	Fri Jul 10 11:56:35 2009 -0700
     1.3 @@ -810,10 +810,6 @@
     1.4    header.SetLengthType (packet->GetSize ());
     1.5    packet->AddHeader (header);
     1.6  
     1.7 -  EthernetTrailer trailer;
     1.8 -  trailer.CalcFcs (packet);
     1.9 -  packet->AddTrailer (trailer);
    1.10 -
    1.11    //
    1.12    // there's not much meaning associated with the different layers in this
    1.13    // device, so don't be surprised when they're all stacked together in