Implemented IpV6Packet and added raw-data constructor to INet6Address
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Fri, 16 Feb 2007 14:13:02 +0000 (14:13 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Fri, 16 Feb 2007 14:13:02 +0000 (14:13 +0000)
commit33157146abaca548e145c577a0840cd1bd427789
treed1a43d81667bc0e54004039ab86266ffb91ce82b
parente9230af25004d2e3eb041778afc493c5b300c43b
Implemented IpV6Packet and added raw-data constructor to INet6Address

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@202 270642c3-0616-0410-b53a-bc976706d245
13 files changed:
Packets/EthernetPacket.hh
Packets/IpV4Packet.cti
Packets/IpV4Packet.hh
Packets/IpV6Packet.cc [new file with mode: 0644]
Packets/IpV6Packet.cti [new file with mode: 0644]
Packets/IpV6Packet.hh [new file with mode: 0644]
Packets/IpV6Packet.test.cc [new file with mode: 0644]
Packets/SConscript
Packets/UDPPacket.cc
Packets/UDPPacket.hh
Socket/INetAddressing.ct [new file with mode: 0644]
Socket/INetAddressing.hh
Socket/INetAddressing.test.cc