openbsd-ports/net/yersinia/patches/patch-src_protocols_h
steven c93cdceef5 import yersinia 0.7.1
Yersinia is a network tool designed to take advantage of some weaknesses
in different network protocols. It pretends to be a solid framework for
analyzing and testing the deployed networks and systems.

Attacks for the following network protocols are implemented:

   * Spanning Tree Protocol (STP)
   * Cisco Discovery Protocol (CDP)
   * Dynamic Trunking Protocol (DTP)
   * Dynamic Host Configuration Protocol (DHCP)
   * Hot Standby Router Protocol (HSRP)
   * IEEE 802.1Q
   * IEEE 802.1X
   * Inter-Switch Link Protocol (ISL)
   * VLAN Trunking Protocol (VTP)

ok landry@
2010-10-25 23:12:02 +00:00

12 lines
298 B
Plaintext

$OpenBSD: patch-src_protocols_h,v 1.1.1.1 2010/10/25 23:12:02 steven Exp $
--- src/protocols.h.orig Sun Jul 16 14:37:31 2006
+++ src/protocols.h Thu Apr 24 23:46:12 2008
@@ -26,6 +26,7 @@
#define __PROTOCOLS_H__
#include <pcap.h>
+#include <sys/socket.h>
#include <net/if.h>
#ifdef SOLARIS