blob: 6d0f47632a22e28f263ed594c4710bbbec0bb7e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sn_structs.h.orig Sat Aug 16 09:12:03 2003
+++ sn_structs.h Sat Aug 16 09:12:17 2003
@@ -67,7 +67,7 @@
struct snif_mask /* struct for mask */
{
_32_bit source_ip, destination_ip;
- _32_bit short source_port, destination_port;
+ _32_bit source_port, destination_port;
};
/* (packet generation) */
|