2001-05-22 14:18:50 -04:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.2 2001/05/22 18:18:50 danh Exp $
|
|
|
|
--- Makefile.in.orig Wed Apr 18 07:11:06 2001
|
|
|
|
+++ Makefile.in Tue May 22 14:12:19 2001
|
|
|
|
@@ -76,7 +76,7 @@ getopt_SOURCES = @getopt_SOURCES@
|
|
|
|
libnetdir = @libnetdir@
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
libpcapdir = @libpcapdir@
|
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
-INCLUDES = -I$(includedir) -I$(libpcapdir) -I$(libnetdir)/include
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
+INCLUDES = -I$(includedir)
|
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
LIBS = @LIBS@ -lpcap -lnet
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
@@ -94,7 +94,7 @@ CONFIG_CLEAN_FILES =
|
|
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
|
|
|
|
|
|
|
|
|
-DEFS = @DEFS@ `$(libnetdir)/libnet-config --defines` -I. -I$(srcdir) -I.
|
|
|
|
+DEFS = @DEFS@ `libnet-config --defines` -I. -I$(srcdir) -I.
|
|
|
|
sing_OBJECTS = sing.o device.o ip_options.o parser.o vers_date.o help.o @getopt_OBJECTS@
|
|
|
|
sing_LDADD = $(LDADD)
|
|
|
|
sing_DEPENDENCIES =
|
|
|
|
@@ -111,7 +111,7 @@ NROFF = nroff
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
SOURCES = $(sing_SOURCES)
|
|
|
|
OBJECTS = $(sing_OBJECTS)
|
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
-all: libpcap libnet all-redirect
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
+all: all-redirect
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .S .c .o .s
|
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
@@ -226,8 +226,7 @@ uninstall-man:
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 10:08:54 -05:00
|
|
|
|
|
|
|
|
|
|
|
help.o: help.c config.h
|
|
|
|
-sing.o: sing.c config.h libpcap-0.4/pcap.h libpcap-0.4/net/bpf.h \
|
|
|
|
- sing.h ipcompat.h misc.h packet.h dev_struct.h
|
|
|
|
+sing.o: sing.c config.h sing.h ipcompat.h misc.h packet.h dev_struct.h
|
|
|
|
ip_options.o: ip_options.c config.h ip_options.h ipcompat.h packet.h \
|
|
|
|
misc.h
|
|
|
|
device.o: device.c config.h device.h misc.h packet.h dev_struct.h
|