summaryrefslogtreecommitdiff
path: root/net/firewalk
AgeCommit message (Collapse)AuthorFilesLines
2006-02-09Include net/bpf.h, if it is available, to use BIOCIMMEDIATE on Darwin.minskim5-1/+5296
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-23Reset maintainer, email to xs at nitric dot net bounced.wiz1-2/+2
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Removed the package name from the COMMENT.reed1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05- Update from firewalk 1.0 to 5.0adrianp7-202/+20
- Use libnet 1.1.x branch - No changelog available - Addresses PR# 29056
2005-01-28Force all current packages using the libnet 1.0.x tree to use aadrianp1-1/+3
verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-09buildlink1 -> buildlink2.wiz1-4/+5
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-11Initial import of firewalk-1.0 into the NetBSD Packages Collection.agc8-0/+219
Firewalking is a technique developed by Mike D. Schiffman and David E. Goldsmith that employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. Firewalk the tool employs the technique to determine the filter rules in place on a packet forwarding device. This package was provided in PR 14020 by xs@nitric.net. I split it into two separate packages, firewalk-gtk and firewalk, and modified it to use buildlink functionality.