Use IP Protocol 99 - private encryption schemes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
#include <netinet/ip6.h>
|
#include <netinet/ip6.h>
|
||||||
|
|
||||||
#define IPPROTO_HIDE_EID 0xfd
|
#define IPPROTO_HIDE_EID 99
|
||||||
|
|
||||||
|
|
||||||
struct packet {
|
struct packet {
|
||||||
@@ -45,4 +45,4 @@ int wrap_ipv6_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* o
|
|||||||
|
|
||||||
int unwrap_ipv4_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
|
int unwrap_ipv4_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
|
||||||
int unwrap_ipv6_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
|
int unwrap_ipv6_packet(struct rlocs* reg, struct recv_pkt* pkt, struct rsp_data* out);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user