forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
355 B
C
11 lines
355 B
C
--- 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) */
|