diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index f5e6ac803..9b5e294da 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1469,9 +1469,6 @@ struct ndpi_flow_struct { /* NDPI_PROTOCOL_SOCKS */ u_int8_t socks5_stage:2, socks4_stage:2; // 0 - 3 - /* NDPI_PROTOCOL_EDONKEY */ - u_int8_t edonkey_stage:2; // 0 - 3 - /* NDPI_PROTOCOL_FTP_CONTROL */ u_int8_t ftp_control_stage:2; |