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/cdp.c~	Tue May 24 21:28:31 2005
+++ src/cdp.c	Sun Jul 24 11:14:34 2005
@@@@ -57,6 +57,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/dhcp.c~	Tue May 24 21:28:31 2005
+++ src/dhcp.c	Sun Jul 24 11:14:55 2005
@@@@ -59,6 +59,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/dot1q.c~	Tue May 24 21:28:31 2005
+++ src/dot1q.c	Sun Jul 24 11:15:02 2005
@@@@ -58,6 +58,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/dtp.c~	Tue May 24 21:28:31 2005
+++ src/dtp.c	Sun Jul 24 11:15:12 2005
@@@@ -57,6 +57,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/hsrp.c~	Tue May 24 21:28:31 2005
+++ src/hsrp.c	Sun Jul 24 11:15:34 2005
@@@@ -59,6 +59,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/parser.c~	Mon Apr 11 23:15:24 2005
+++ src/parser.c	Sun Jul 24 11:21:11 2005
@@@@ -52,6 +52,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
@@@@ -70,12 +74,6 @@@@
 
 #ifdef HAVE_PTHREAD_H
 #include <pthread.h>
-#endif
-
-#ifdef HAVE_GETOPT_LONG_ONLY
-#include <getopt.h>
-#else
-#include "getopt.h"
 #endif
 
 #include <termios.h>

--- src/vtp.c~	Tue May 24 21:28:32 2005
+++ src/vtp.c	Sun Jul 24 11:17:02 2005
@@@@ -57,6 +57,10 @@@@
 #include <unistd.h>
 #endif
 
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif

--- src/xstp.c~	Tue May 24 21:28:32 2005
+++ src/xstp.c	Sun Jul 24 11:21:23 2005
@@@@ -53,8 +53,12 @@@@
 #include <sys/time.h>
 #endif
 
-#ifdef HAVE_UNISTD_H
+#ifdef HAVE_UNISTD_H_x
 #include <unistd.h>
+#endif
+
+#ifdef NEED_GETOPT_H
+#include <getopt.h>
 #endif
 
 #ifdef HAVE_STRING_H
@


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
@@

