git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@632
270642c3-0616-0410-b53a-bc976706d245
eth.find<UDPPacket>() == udp; // true
udp.find<EthernetPacket>(); // throws InvalidPacketChainException
- udp.find<EthernetPacket>(senf::nothrow); // An in-valid senf::Packet which tests as 'false'
+ udp.find<EthernetPacket>(senf::nothrow); // An in-valid() senf::Packet which tests as 'false'
udp.find<UDPPacket()> == udp; // true
udp.first<IPv4Packet>(); // throws InvalidPacketChainException