X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FSNDUPacket.cc;h=abf9783488f64087df5fb2aa5735777f4c5b5b83;hb=ab243554f940af9f873e1a920d0a6b7886c6f5cf;hp=900b3db66bc4de9db74f232b107db482ab87bfec;hpb=981204dbf160d3dd77e303b9bd133eb187e0384f;p=senf.git diff --git a/Packets/MPEGDVBBundle/SNDUPacket.cc b/Packets/MPEGDVBBundle/SNDUPacket.cc index 900b3db..abf9783 100644 --- a/Packets/MPEGDVBBundle/SNDUPacket.cc +++ b/Packets/MPEGDVBBundle/SNDUPacket.cc @@ -3,7 +3,7 @@ // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Thorsten Horstmann // // 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 @@ -28,8 +28,8 @@ // Custom includes #include -#include "Utils/hexdump.hh" -#include "Packets/DefaultBundle/EthernetPacket.hh" +#include "../../Utils/hexdump.hh" +#include "../../Packets/DefaultBundle/EthernetPacket.hh" #define prefix_ @@ -77,7 +77,7 @@ prefix_ senf::PacketInterpreterBase::factory_t senf::SNDUPacketType::nextPacketT if (p->type() < 1536) e = PacketRegistry::lookup( p->type(), nothrow ); else - e = PacketRegistry::lookup( 0x86dd, nothrow ); + e = PacketRegistry::lookup( p->type(), nothrow ); return e ? e->factory() : no_factory(); }