Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-16 | DESTDIR support | joerg | 3 | -7/+9 | |
2008-04-07 | Fix DESTDIR. | joerg | 1 | -1/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-10-06 | Sniff needs to depend on the libpcap package on non-NetBSD systems, so | jlam | 3 | -8/+22 | |
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-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-24 | Remove redundant MAKE_ENV | zuntum | 1 | -3/+1 | |
2001-03-13 | refix quoting. | wiz | 1 | -2/+2 | |
2001-03-13 | Update sniff to 2.0. | zuntum | 6 | -33/+29 | |
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 | Fix quoting. | wiz | 1 | -2/+2 | |
2001-03-13 | Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas ↵ | zuntum | 1 | -3/+2 | |
Klausner | |||||
2001-03-13 | Initial import of sniff-1.0. | zuntum | 6 | -0/+58 | |
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 |