On Thu, Jun 18, 2015 at 07:50:28PM +0200, Lukas Venhoda wrote:
> Converts all decoded words in quic from little endian to local
> machine endianness.
ACK, I'm fairly sure more fixes in the encoding path will be needed
(maybe in encode_32, maybe a bit higher/lower in the stack than this
function).
Converts all decoded words in quic from little endian to local
machine endianness.
---
common/quic.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/common/quic.c b/common/quic.c
index 498b9cc..a9bd215 100644
--- a/common/quic.c
+++ b/common/quic.c
@@ -23,6 +23,8 @@
#i