X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDefaultBundle%2FUDPPacket.test.cc;h=ca2f00087c64c68c6c349c92504bc000261bd447;hb=fe593b5092295224c1f4334bcc97801d2cf41b89;hp=d9d84c300b69997e83700cb4fb647af6633899d9;hpb=a2bece00465e874b1a52e98918f64aa24919a009;p=senf.git diff --git a/Packets/DefaultBundle/UDPPacket.test.cc b/Packets/DefaultBundle/UDPPacket.test.cc index d9d84c3..ca2f000 100644 --- a/Packets/DefaultBundle/UDPPacket.test.cc +++ b/Packets/DefaultBundle/UDPPacket.test.cc @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // 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 @@ -27,9 +27,9 @@ // Custom includes #include "UDPPacket.hh" -#include "IpV4Packet.hh" +#include "IPv4Packet.hh" -#include +#include "../../Utils/auto_unit_test.hh" #include #define prefix_ @@ -58,7 +58,7 @@ BOOST_AUTO_UNIT_TEST(udpPacket_create) 0x00, 0x12, 0xfa, 0x6e, 0x54, 0x45, 0x53, 0x54, 0x2d, 0x57, 0x52, 0x49, 0x54, 0x45 }; - senf::IpV4Packet ip (senf::IpV4Packet::create()); + senf::IPv4Packet ip (senf::IPv4Packet::create()); ip->source() = senf::INet4Address::Loopback; ip->destination() = senf::INet4Address::Loopback; ip->df() = true;