Commit d40679e9 authored by mullers's avatar mullers
Browse files

type Ipv6Packet EchoRequestWithEsp

type Ipv6Packet EchoReplyWithEsp
type Ipv6Packet EchoRequestWithAh
type Ipv6Packet EchoReplyWithAh added
parent 97d6f615
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -97,6 +97,12 @@ module LibIpv6_Interface_TypesAndValues {
			CreateChildSaResponse,
			InformationalRequest,
			InformationalResponse,
			//Esp
			EchoRequestWithEsp,
			EchoReplyWithEsp,
			//Ah
			EchoRequestWithAh,
			EchoReplyWithAh,
			//MetaPdu
			Ipv6Packet
			//General IPv6 packet
@@ -339,6 +345,26 @@ module LibIpv6_Interface_TypesAndValues {
			variant "DT TODO";
		}

		type Ipv6Packet EchoRequestWithEsp
		with {
			variant "DT TODO";
		}

		type Ipv6Packet EchoReplyWithEsp
		with {
			variant "DT TODO";
		}

		type Ipv6Packet EchoRequestWithAh
		with {
			variant "DT TODO";
		}

		type Ipv6Packet EchoReplyWithAh
		with {
			variant "DT TODO";
		}

	  	//General IPv6 packet
	//  	type octetstring Ipv6Packet;//TODO SMU+DTE check this

+0 −2
Original line number Diff line number Diff line
@@ -77,8 +77,6 @@
		 * @desc TODO
		*/
		type record IkeMsg {
			//Ipv6Header			ipv6Hdr,
			//ExtensionHeaderList extHdrList optional,
			Oct2		        sourcePort, // TODO: UDP Header
			Oct2		        destPort,
			UInt16		        msgLength,