/* * $Id: nemesis-rip.h,v 1.1.1.1 2003/10/31 21:29:37 jnathan Exp $ * * THE NEMESIS PROJECT * Copyright (C) 1999, 2000, 2001 Mark Grimes * Copyright (C) 2001 - 2003 Jeff Nathan * * nemesis-rip.h (RIP Packet Injector) * */ #ifndef __NEMESIS_RIP_H__ #define __NEMESIS_RIP_H__ #if defined(HAVE_CONFIG_H) #include "config.h" #endif #include #include #include #include #include #if defined(WIN32) #include #endif #if defined(HAVE_MACHINE_ENDIAN_H) #include #endif #if defined(HAVE_NETINET_IN_H) #include #elif defined(WIN32) #include #endif #include #include "nemesis.h" int buildrip(ETHERhdr *, IPhdr *, UDPhdr *, RIPhdr *, FileData *, FileData *, char *); #endif /* __NEMESIS_RIP_H__ */