diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-23 03:05:41 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-23 03:05:41 +0000 |
commit | c9d246eb707233bfcd68334143cfe2a5f36a605a (patch) | |
tree | 4a4d7fd1b9f6e7d99b7a3f294c98a39875a95014 /security/firewalk | |
parent | a3ed93a236bb7f82c705b0abb045df02a4afa06c (diff) | |
download | ports-c9d246eb707233bfcd68334143cfe2a5f36a605a.tar.gz ports-c9d246eb707233bfcd68334143cfe2a5f36a605a.zip |
Then -> than in pkg-descr, remove extra blank line in patch-aa.
PR: 23723
Submitted by: olgeni@uli.it
Notes
Notes:
svn path=/head/; revision=36258
Diffstat (limited to 'security/firewalk')
-rw-r--r-- | security/firewalk/files/patch-aa | 1 | ||||
-rw-r--r-- | security/firewalk/pkg-descr | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/firewalk/files/patch-aa b/security/firewalk/files/patch-aa index ca46dfdb49be..84ed11b2eead 100644 --- a/security/firewalk/files/patch-aa +++ b/security/firewalk/files/patch-aa @@ -18,4 +18,3 @@ +LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@ - diff --git a/security/firewalk/pkg-descr b/security/firewalk/pkg-descr index 0a905254e7e6..6d9c1ea90178 100644 --- a/security/firewalk/pkg-descr +++ b/security/firewalk/pkg-descr @@ -1,7 +1,7 @@ Firewalk is a network auditing tool that attempts to determine what transport protocols a given gateway will pass. Firewalk works by sending out TCP or UDP packets -with a TTL one greater then the targeted gateway. If the +with a TTL one greater than the targeted gateway. If the gateway allows the traffic, it will forward the packets to the next hop where they will expire and elicit an ICMP_TIME_EXCEEDED message. If the gateway host does not |