mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Code improvements
This commit is contained in:
parent
23b0b8625d
commit
c4d476cc58
14 changed files with 99 additions and 79 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef __NDPI_API_H__
|
||||
#ifndef __NDPI_PROTOCOL_IDS_H__
|
||||
|
||||
#endif
|
||||
|
||||
|
|
@ -301,4 +301,5 @@ typedef enum {
|
|||
#define NDPI_PROTOCOL_NO_MASTER_PROTO NDPI_PROTOCOL_UNKNOWN
|
||||
#define NDPI_MAX_SUPPORTED_PROTOCOLS NDPI_LAST_IMPLEMENTED_PROTOCOL
|
||||
#define NDPI_MAX_NUM_CUSTOM_PROTOCOLS (NDPI_NUM_BITS-NDPI_LAST_IMPLEMENTED_PROTOCOL)
|
||||
#endif
|
||||
|
||||
#endif /* __NDPI_PROTOCOL_IDS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue