git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@554
270642c3-0616-0410-b53a-bc976706d245
else
if (p.next().is<LlcSnapPacket>())
p->type_length() << p.next().data().size();
- else
- p->type_length() << 0;
+ // Do NOT reset type_length if the type is not known ... doing this will destroy read packets
}
prefix_ void senf::EthVLanPacketType::dump(packet p, std::ostream & os)