Commit graph

11 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
snj
09ec167b50 Convert to buildlink3. 2004-04-25 03:09:56 +00:00
jlam
d151742e36 Sniff needs to depend on the libpcap package on non-NetBSD systems, so
convert to use buildlink2 and include libpcap/buildlink2.mk to handle this
correctly.  Also fix network library problems on Solaris.  From pkg/22915
by Jonathan Perkin.
2003-10-06 07:53:04 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
zuntum
5426a93f68 Remove redundant MAKE_ENV 2001-03-24 07:37:39 +00:00
wiz
ca4f7c67f5 refix quoting. 2001-03-13 15:23:26 +00:00
zuntum
69e4ab9493 Update sniff to 2.0.
Fixes pkg/12209 by Riccardo Veraldi <veraldi@cs.unibo.it>

Changes since 1.0:
  *  directly uses libpcap functions and includes a few bug fixes to the
     previous code.  A few subroutines have been complitely rewritten.
2001-03-13 14:14:40 +00:00
wiz
a2b296cf44 Fix quoting. 2001-03-13 13:59:14 +00:00
zuntum
549ed6982e Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas Klausner 2001-03-13 13:45:56 +00:00
zuntum
7779abc7a8 Initial import of sniff-1.0.
This program filters the tcpump raw packet data looking for logins and
passwords on the most commonly used tcp ports (ftp telnet pop3 ...).
It dumps sniffed data to a file named sniff.log
2001-03-13 13:13:41 +00:00