diff options
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 963aac6f2..240f7b42e 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -23,8 +23,8 @@ */ -#ifndef __NDPI_PROTOCOLS_INCLUDE_FILE__ -#define __NDPI_PROTOCOLS_INCLUDE_FILE__ +#ifndef __NDPI_PROTOCOLS_H__ +#define __NDPI_PROTOCOLS_H__ #include "ndpi_main.h" @@ -337,4 +337,4 @@ void init_zmq_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_stracraft_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_ubntac2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); -#endif /* __NDPI_PROTOCOLS_INCLUDE_FILE__ */ +#endif /* __NDPI_PROTOCOLS_H__ */ |