Added support for displaying ports.
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
#include "hash.h"
|
||||
|
||||
typedef struct {
|
||||
unsigned short int src_port;
|
||||
struct in_addr src;
|
||||
unsigned short int dst_port;
|
||||
struct in_addr dst;
|
||||
} addr_pair;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user