Commit 7c9e9ab7 authored by garciay's avatar garciay
Browse files

STF538: Start Encryption TPs implementation

        Start Certificate generation script
parent 6953349d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
#include <sys/socket.h>
#if !defined(LINUX)
#include <netdb.h>
#include <w32api/winsock2.h>
#else // LINUX
#include <netinet/ether.h> // Used for raw sockets
#include <net/ethernet.h> // Used for raw sockets
+3 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
#include <arpa/inet.h>
#if !defined(LINUX)
#include <netdb.h>
#include <w32api/winsock2.h>
/*struct iphdr {
//#include <w32api/winsock2.h>
struct iphdr {
    #if defined(__LITTLE_ENDIAN_BITFIELD)
        u_char    ihl:4,
                version:4;
@@ -25,7 +25,7 @@
         u_int  saddr;
         u_int  daddr;
         //The options start here.
};*/
};
#else // LINUX
#include <linux/ip.h>
#include <linux/udp.h>