diff options
author | Luca Deri <deri@ntop.org> | 2019-10-26 10:54:32 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-26 10:54:32 +0200 |
commit | b603cb453069708a5e9e9f54312f25d889fd7232 (patch) | |
tree | ff0fd3f353d970e00b8473d55b10b111033b5f65 /src/lib/protocols/stun.c | |
parent | 8f2c7c0638c2d41a14b32a0dd4fedbb4eb75dc90 (diff) |
nDPI TLS improvements using the server certificate
Diffstat (limited to 'src/lib/protocols/stun.c')
-rw-r--r-- | src/lib/protocols/stun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c index 448062f47..fbb0578f8 100644 --- a/src/lib/protocols/stun.c +++ b/src/lib/protocols/stun.c @@ -38,7 +38,6 @@ struct stun_packet_header { u_int8_t transaction_id[8]; }; - /* ************************************************************ */ u_int32_t get_stun_lru_key(struct ndpi_flow_struct *flow, u_int8_t rev) { |