1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/sniffit/files/patch-03
David E. O'Brien 997f89e8a7 Network packet sniffer
PR:		ports/6160
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu> and reworked by me
1998-04-04 04:58:26 +00:00

9 lines
267 B
Plaintext

--- sn_packetstructs.h.orig Fri Apr 18 02:33:58 1997
+++ sn_packetstructs.h Fri Apr 3 20:41:08 1998
@@ -48,4 +48,5 @@
{
int IP_len, TCP_len, ICMP_len, UDP_len; /* header lengths */
int DATA_len;
+ char FRAG_nf; /* not the first fragment */
};