summaryrefslogtreecommitdiff
path: root/net/ettercap
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-15Move hacks to a separate hacks.mk file. Remove a section of patch-aajlam4-25/+15
that was an older workaround to the same GCC/alpha bug that is now superseded by simply requiring gcc>=3.0.
2004-12-15Convert to set USE_OLD_DES_API=yes and remove NetBSD-specific workarounds.jlam3-12/+7
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-2/+2
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-10-22Modify how OpenSSL's des.h is included, to make ettercap build withben3-13/+12
builtin SSL on -1.6_STABLE and -current. This addresses PR#26615.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-08-17MAINTAINER unreachable by mail, setting to tech-pkg.ben1-2/+2
2004-04-05Update USE_NCURSES comment now that we have *echochar.wiz1-2/+2
2004-03-31bl3ifyxtraeme1-6/+6
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-23Update USE_NCURSES comment.wiz1-2/+2
2003-12-18Update to 0.6.bxtraeme4-16/+21
Changes: 0.6.b 20030710 + Plugins now works with GTK+ interface + Updated the passive OS fingerprint database (1279 records) !! Fixed internal refreshing (for huge traffic loads) !! Fixed wifi-dump support !! Fixed doppleganger re-arp !! Fixed a problem with signed char under mac G3 !! Fixed some possible buffer overflows 0.6.a 20030507 + Buffered Data Connections (only for ncurses) + New Sniffing method (Port Stealing) + Updated the passive OS fingerprint database (1189 records) + enhanced smb dissector + enhanced troll plugin against request caching + NEW PLUGIN: Confusion,Hunter, SMB suite + partial wifi-dump support (experimental) !! Fixed demonization problem !! Fixed StateMachine problem !! a bouch of bug fix
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-11-05use gcc3 on alpha to avoid compiler errors which prevent buildingdmcmahill1-1/+5
2003-09-30Make this build on NetBSD -current (using the same hack as libesmtp does,xtraeme3-3/+24
including <des.h> if we are on -current or create a symlink in the BUILDLINK_DIR if we don't have OpenSSL 0.9.7). Closes PR pkg/22710 by Soren Jacobsen. Bump pkgrevision to 4.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-14Fix build.jmmv2-1/+16
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-07Fix crash in -current: a thread was trying to wait for a condition using anjmmv3-3/+41
unlocked mutex (thus triggering a libpthread assertion). I'm not sure if this patch is completely right, but the program seems to work fine. Bump PKGREVISION to 2.
2003-06-07Use BUILD_DIRS and INSTALL_DIRS, instead of custom post-build and post-installjmmv1-6/+3
targets.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-02-09reduce optimization on two problem files on alpha to avoid compiler bugs.dmcmahill3-9/+25
2003-01-30update to 0.6.9drochner5-14/+46
changes: + GTK+ 2.0 interface (experimental) (--enable-devel) + Windows Plugins porting + Updated the passive OS fingerprint database (1093 records) + Dissector Proxy 8080 + NTLM auth + Enhanced poisoning method (solaris issue) + NEW PLUGIN: troll, PPTP suite + text and ebcdic view from command line + lc-convert utility (share dir) -fixes
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2002-11-19Update net/ettercap from version 0.6.6.6 to 0.6.7agc2-5/+5
Prompted by Simon Hitzemann in PR 19061 Changes from 0.6.6.6 to 0.6.7: 0.6.7 20020702 + Updated the passive OS fingerprint database (853 records) !! Fixed the strlcpy bug in the the telnet dissector (oops alor mistake) !! Fixed a possible sigfault in the rlogin dissector !! Fixed the exit_func for Mac OS X
2002-11-06It seems that when kqueue was merged to the trunk, sys/select.hatatat2-1/+34
was altered to include sys/queue.h, which supplies a pile of macros and defines _SYS_QUEUE_H_. Prior to this change, ettercap was able to pull in its own ec_queue.h file to define these macros (and the missing ones below) and also define _SYS_QUEUE_H_. The two macros listed below are not in our definition of the macros, so we define them manually later, if they're not defined by the include files.
2002-10-13buildlink1 -> buildlink2.wiz1-5/+5
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-2/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-06-05Update ettercap to 0.6.6.6. Changes:hubertf4-23/+47
0.6.6.6 -- 20020603 + Solaris porting + Sparc architecture support even for all other OSes + Windows 9X porting (developed by tavi) + Increased the speed of arp storm under windows (developed by tavi) + Added the ability to bind a port on which ettercap forwards the sniffed trafic (press 'B' from the sniffing interface) + The -H option now supports range ip (i.e. 192.168.1-5.10-20,30-40,50,100-150) + NEW PLUGIN: - lamia (become root of a switches spanning tree) + Windows installer now have a nice splash screen ;) + Updated the passive OS fingerprint database (825 records) !! Fixed the pthread_join problem under MacOSX !! Fixed the -w options (openssl path related bug) !! Fixed the conflicting options -Y and -a !! Fixed the FindIface function under BSD 0.6.5 -- 20020423 + Windows (CYGWIN) porting + Dumping to tcpdump file format is now supported (-Y option) + New OffLine sniffing from tcpdump like files (-T option) + Sniffing from command line now capture UDP+TCP packet by default - Changed the -t (--linktype option) to -g + Added the -t (--proto option) to sniff only that protocol in simple mode + Logging engine doesn't log the same user/pass/ip twice (as requested by Gushterul) + Under *BSD and MacOSX ettercap now uses only one bpf + Added the -J options (onlyposion) to allow multitarget arp sniffing + USER and PASS may have a length of 50 chars + NEW PLUGIN : - roper (Tries to stop ISAKMP for IPSEC traffic) + NEW password collector for: - QUAKE 3 (rcon command) (developed by LnZ) - ICQ v7 (developed by LnZ) - MSN (the pass is an MD5 hash) - YMSG (the pass in in UNIX MD5 format) (as requested by tavi) + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC + PLUGIN enhanced: - leech (now it rearps the victim after isolation) + Updated the passive OS fingerprint database (762 records) + Updated the active OS fingerprint database nmap-os-fingerprints,v 1.77 2002/03/20 05:42:48 fyodor + DOCUMENTATION translated in Polish and Dutch + Added the 'cvs' target to the Makefile !! Fixed an ntohs() problem in the phantom plugin !! Fixed a bug in the SMB dissector dealing with unicode user and password !! Better handling of CTRL+C !! Fixed a bug in doppleganger !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related) !! Fixed the visualization of password with length > 13 !! Fixed a bug in the handling of debug file !! Fixed the "not scrolling" JOINED visualization
2002-04-10Add reason why USE_NCURSES is needed (newpad()).wiz1-1/+2
2002-04-09since buildlink from ncurses is included, set USE_NCURSES tofrueauf1-2/+2
ensure right depends.
2002-04-09fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mkfrueauf1-3/+3
instead from pth directly.
2002-04-08Add ettercap-0.6.4:hubertf5-0/+78
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It supports active and passive dissection of many protocols (even ciphered ones) and includes many features for network and host analysis. Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091