- updated MPESection creation
[senf.git] / Packets / DefaultBundle / LlcSnapPacket.cc
index dd91684..4442463 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2007
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
-//     Stefan Bund <g0dil@berlios.de>
+//     Thorsten Horstmann <tho@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -66,9 +66,6 @@ prefix_ void senf::LlcSnapPacketType::finalize(packet p)
         p->type_length() << k;
     else if (p.next().is<EthernetPacket>())
         p->type_length() << p.next().data().size();
-    else
-        ///\fixme Is this correct ?? we at least need an 'if (! p.next().is<DataPacket>() )'
-        p->type_length() << 0;
 }