mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
997f89e8a7
PR: ports/6160 Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> and reworked by me
9 lines
267 B
Plaintext
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 */
|
|
};
|