Commit 10e91f93 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Use IANA-assigned TLV numbers.

parent e72f49b1
...@@ -35,10 +35,10 @@ THE SOFTWARE. ...@@ -35,10 +35,10 @@ THE SOFTWARE.
#define MESSAGE_REQUEST 9 #define MESSAGE_REQUEST 9
#define MESSAGE_MH_REQUEST 10 #define MESSAGE_MH_REQUEST 10
#define MESSAGE_CRYPTO_SEQNO 121 #define MESSAGE_HMAC 16
#define MESSAGE_HMAC 122 #define MESSAGE_CRYPTO_SEQNO 17
#define MESSAGE_CHALLENGE_REQUEST 123 #define MESSAGE_CHALLENGE_REQUEST 18
#define MESSAGE_CHALLENGE_RESPONSE 124 #define MESSAGE_CHALLENGE_RESPONSE 19
/* Protocol extension through sub-TLVs. */ /* Protocol extension through sub-TLVs. */
#define SUBTLV_PAD1 0 #define SUBTLV_PAD1 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment