From 175f863665ce9850398a415fc35ec4ee848b096f Mon Sep 17 00:00:00 2001 From: Toni Date: Wed, 6 Jul 2022 12:40:25 +0200 Subject: Label SMTP w/ STARTTLS as SMTPS *and* dissect TLS clho. (#1639) * Label SMTP w/ STARTTLS as SMTPS *and* dissect TLS clho. Signed-off-by: Toni Uhlig * Revert "SMTP with STARTTLS is now identified as SMTPS" This reverts commit 52d987b603f49d996b4060f43265d1cf43c3c482. * Revert "Compilation fix" This reverts commit c019946f601bf3b55f64f78841a0d696e6c0bfc5. * Sync unit tests. Signed-off-by: Toni Uhlig --- src/include/ndpi_define.h.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/include/ndpi_define.h.in') diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in index c0566ca8e..2999a38f7 100644 --- a/src/include/ndpi_define.h.in +++ b/src/include/ndpi_define.h.in @@ -453,20 +453,4 @@ static inline u_int64_t get_u_int64_t(const u_int8_t* X, int O) #define ETH_P_PPPoE 0x8864 #endif -#define SMTP_BIT_220 0x01 -#define SMTP_BIT_250 0x02 -#define SMTP_BIT_235 0x04 -#define SMTP_BIT_334 0x08 -#define SMTP_BIT_354 0x10 -#define SMTP_BIT_HELO_EHLO 0x20 -#define SMTP_BIT_MAIL 0x40 -#define SMTP_BIT_RCPT 0x80 -#define SMTP_BIT_AUTH_LOGIN 0x100 -#define SMTP_BIT_STARTTLS 0x200 -#define SMTP_BIT_DATA 0x400 -#define SMTP_BIT_NOOP 0x800 -#define SMTP_BIT_RSET 0x1000 -#define SMTP_BIT_TlRM 0x2000 -#define SMTP_BIT_AUTH_PLAIN 0x4000 - #endif /* __NDPI_DEFINE_INCLUDE_FILE__ */ -- cgit v1.2.3