head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.06.25.10.15.37;	author se;	state dead;
branches;
next	1.1;

1.1
date	2005.07.26.17.13.00;	author se;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to version 0.7.
@
text
@--- src/Makefile.in~	Sun Jul 24 12:22:05 2005
+++ src/Makefile.in	Sun Jul 24 12:22:08 2005
@@@@ -135,8 +135,8 @@@@
 
 bin_PROGRAMS = yersinia
 
-yersinia_SOURCES = xstp.c parser.c getopt.c getopt1.c dtp.c dtp.h\
-getopt.h parser.h xstp.h global.h cdp.c cdp.h dhcp.c dhcp.h\
+yersinia_SOURCES = xstp.c parser.c dtp.c dtp.h\
+parser.h xstp.h global.h cdp.c cdp.h dhcp.c dhcp.h\
 hsrp.h hsrp.c dot1q.h dot1q.c vtp.h vtp.c arp.h arp.c\
 thread-util.h thread-util.c admin.c admin.h terminal.c\
 terminal.h terminal-defs.h commands.c commands.h commands-struct.h\
@@@@ -151,8 +151,8 @@@@
 bin_PROGRAMS = yersinia$(EXEEXT)
 PROGRAMS = $(bin_PROGRAMS)
 
-am__yersinia_SOURCES_DIST = xstp.c parser.c getopt.c getopt1.c dtp.c \
-	dtp.h getopt.h parser.h xstp.h global.h cdp.c cdp.h dhcp.c \
+am__yersinia_SOURCES_DIST = xstp.c parser.c dtp.c \
+	dtp.h parser.h xstp.h global.h cdp.c cdp.h dhcp.c \
 	dhcp.h hsrp.h hsrp.c dot1q.h dot1q.c vtp.h vtp.c arp.h arp.c \
 	thread-util.h thread-util.c admin.c admin.h terminal.c \
 	terminal.h terminal-defs.h commands.c commands.h \
@@@@ -160,8 +160,8 @@@@
 	yersinia.h yersinia.c md5.c md5.h md5_sum.c md5_sum.h \
 	protocols.h protocols.c ncurses-gui.c ncurses-gui.h
 @@HAS_CURSES_TRUE@@am__objects_1 = ncurses-gui.$(OBJEXT)
-am_yersinia_OBJECTS = xstp.$(OBJEXT) parser.$(OBJEXT) getopt.$(OBJEXT) \
-	getopt1.$(OBJEXT) dtp.$(OBJEXT) cdp.$(OBJEXT) dhcp.$(OBJEXT) \
+am_yersinia_OBJECTS = xstp.$(OBJEXT) parser.$(OBJEXT) \
+	dtp.$(OBJEXT) cdp.$(OBJEXT) dhcp.$(OBJEXT) \
 	hsrp.$(OBJEXT) dot1q.$(OBJEXT) vtp.$(OBJEXT) arp.$(OBJEXT) \
 	thread-util.$(OBJEXT) admin.$(OBJEXT) terminal.$(OBJEXT) \
 	commands.$(OBJEXT) interfaces.$(OBJEXT) attack.$(OBJEXT) \
@


1.1
log
@New port: Yersinia

Yersinia is a layer 2 vulnerability scanner with support for the
following protocols:

- Cisco Discovery Protocol (CDP)
- Dynamic Host Configuration Protocol (DHCP)
- Dynamic Trunking Protocol (DTP)
- Hot Standby Router Protocol (HSRP)
- IEEE 802.1q
- Spanning Tree Protocol (STP, RSTP)
- Virtual Trunking Protocol (VTP)
@
text
@@

