Loading src/ByteStream.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,8 @@ ByteStreamPtr PacketLib::ByteStream::getUnpaddedCopy(dword chunkSize, dword padS } void PacketLib::ByteStream::swapWord() { bigendian = !bigendian; dword dim = byteInTheStream; for(dword i = 0; i< dim; i+=2) { Loading Loading
src/ByteStream.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,8 @@ ByteStreamPtr PacketLib::ByteStream::getUnpaddedCopy(dword chunkSize, dword padS } void PacketLib::ByteStream::swapWord() { bigendian = !bigendian; dword dim = byteInTheStream; for(dword i = 0; i< dim; i+=2) { Loading