spp_ftptelnet.h (snort-2.9.16.1) | : | spp_ftptelnet.h (snort-2.9.17) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
* This file defines the publicly available functions for the FTPTelnet | * This file defines the publicly available functions for the FTPTelnet | |||
* functionality for Snort. | * functionality for Snort. | |||
* | * | |||
* NOTES: | * NOTES: | |||
* - 16.09.04: Initial Development. SAS | * - 16.09.04: Initial Development. SAS | |||
* | * | |||
*/ | */ | |||
#ifndef __SPP_FTPTELNET_H__ | #ifndef __SPP_FTPTELNET_H__ | |||
#define __SPP_FTPTELNET_H__ | #define __SPP_FTPTELNET_H__ | |||
typedef struct _FTPTelnet_Stats | ||||
{ | ||||
uint64_t ftp_sessions; //Current sessions | ||||
uint64_t max_ftp_sessions; //Max cuncurrent sessions | ||||
uint64_t telnet_sessions;//Current sessions | ||||
uint64_t max_telnet_sessions; //Max cuncurrent sessions | ||||
uint64_t ftp_data_sessions; | ||||
uint64_t max_ftp_data_sessions; | ||||
uint64_t heap_memory; | ||||
} FTPTelnet_Stats; | ||||
extern FTPTelnet_Stats ftp_telnet_stats; | ||||
void SetupFTPTelnet(void); | void SetupFTPTelnet(void); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 13 lines changed or added |