diff options
author | Michele Campus <fci1908@gmail.com> | 2015-06-29 16:33:29 +0200 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2015-06-29 16:33:29 +0200 |
commit | 32cdefb7d70bc0e9a59a028758510839fee39685 (patch) | |
tree | 86a41504e5b81b7cc4de4da76a52dd8843f6add5 /src | |
parent | 8da7af7b7b37724f8dcbce6c0b36962db36ef047 (diff) |
deleted protocol type (real-correlated)_1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/protocols/quic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/protocols/quic.c b/src/lib/protocols/quic.c index 44eac55ca..10386b00b 100644 --- a/src/lib/protocols/quic.c +++ b/src/lib/protocols/quic.c @@ -96,6 +96,7 @@ static int sequence(const unsigned char *payload) seq_value = SEQ_CONV(conv); } + // Return SEQ dec value; return seq_value; } |