Added service hash for resolving port/protocol numbers to names.
Minor fix to handling of netmasks end /32.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "hash.h"
|
||||
|
||||
typedef struct {
|
||||
unsigned short int protocol;
|
||||
unsigned short int src_port;
|
||||
struct in_addr src;
|
||||
unsigned short int dst_port;
|
||||
|
||||
Reference in New Issue
Block a user