summaryrefslogtreecommitdiff
path: root/security/sniff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16Initial work in merging bits of the pkgviews branch into modern pkgsrc.jlam5-50/+0
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-19Move to sha1 digests, add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-24Remove redundant MAKE_ENVzuntum1-3/+1
2001-03-13refix quoting.wiz1-2/+2
2001-03-13Update sniff to 2.0.zuntum6-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-13Fix quoting.wiz1-2/+2
2001-03-13Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas ↵zuntum1-3/+2
Klausner
2001-03-13Initial import of sniff-1.0.zuntum6-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