Deleted Added
full compact
iptest.c (55924) iptest.c (60841)
1/*
2 * ipsend.c (C) 1995-1998 Darren Reed
3 *
4 * This was written to test what size TCP fragments would get through
5 * various TCP/IP packet filters, as used in IP firewalls. In certain
6 * conditions, enough of the TCP header is missing for unpredictable
7 * results unless the filter is aware that this can happen.
8 *
9 * Redistribution and use in source and binary forms are permitted
10 * provided that this notice is preserved and due credit is given
11 * to the original author and the contributors.
12 */
13#if !defined(lint)
14static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
1/*
2 * ipsend.c (C) 1995-1998 Darren Reed
3 *
4 * This was written to test what size TCP fragments would get through
5 * various TCP/IP packet filters, as used in IP firewalls. In certain
6 * conditions, enough of the TCP header is missing for unpredictable
7 * results unless the filter is aware that this can happen.
8 *
9 * Redistribution and use in source and binary forms are permitted
10 * provided that this notice is preserved and due credit is given
11 * to the original author and the contributors.
12 */
13#if !defined(lint)
14static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
15static const char rcsid[] = "@(#)$Id: iptest.c,v 2.1.2.2 1999/11/28 03:43:45 darrenr Exp $";
15static const char rcsid[] = "@(#)$Id: iptest.c,v 2.2 1999/12/04 03:37:05 darrenr Exp $";
16#endif
17#include <stdio.h>
18#include <netdb.h>
19#include <unistd.h>
20#include <stdlib.h>
21#include <string.h>
22#include <sys/param.h>
23#include <sys/types.h>

--- 202 unchanged lines hidden ---
16#endif
17#include <stdio.h>
18#include <netdb.h>
19#include <unistd.h>
20#include <stdlib.h>
21#include <string.h>
22#include <sys/param.h>
23#include <sys/types.h>

--- 202 unchanged lines hidden ---