summaryrefslogtreecommitdiff
path: root/plainPacket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* some bugfixesChristian Pointner2008-03-031-4/+13
| | | | | | | added support for authentication
* fixed PlainPacket get Src/Dst AddressChristian Pointner2008-02-281-6/+10
| | | | | | | added toString to NetworkAddress
* added get Src/Dst Address @ plainPacketChristian Pointner2008-02-271-1/+59
|
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-251-1/+6
|
* added NullKeyDerivationChristian Pointner2008-02-241-1/+4
| | | | | | | added KeyDerivationFactory
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-39/+15
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* fixed wrong payload length bugOthmar Gsenger2008-02-061-0/+5
|
* fixed bug @ syncChristian Pointner2008-02-041-1/+3
| | | | | | | key gets updatet @ sync
* sorry for not working checkin ;)Christian Pointner2008-02-041-1/+1
|
* fixed set payload type @ plainpacketChristian Pointner2008-02-041-1/+1
|
* packet and cypher fixesOthmar Gsenger2008-01-311-7/+22
|
* weihnachtlicher checkinErwin Nindl2007-12-241-1/+16
| | | | | | | | | | | * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation
* syntax fix in plainpacket constructorErwin Nindl2007-12-131-2/+1
|
* added PlainPacket classErwin Nindl2007-12-131-0/+62