Added support for displaying ports.

This commit is contained in:
pdw
2002-10-10 08:59:14 +00:00
parent fb66807ab8
commit 803ee46de2
8 changed files with 155 additions and 47 deletions

View File

@@ -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;