From 3bb7a66d7b6cd4e0d97873473319731c688b07c4 Mon Sep 17 00:00:00 2001 From: Jonthan Date: Thu, 26 Sep 2019 11:36:43 -0400 Subject: [PATCH] Added GRE --- specs.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specs.py b/specs.py index 0c85706..7930f02 100644 --- a/specs.py +++ b/specs.py @@ -527,6 +527,15 @@ s7_data="Return Code:8,Transport Size:8,Data Length:16" dns="Identification:16,Qr:1,Opcode:4,DNS Flags:7,Rcode:4,Totle Questions:16, Total Answers:16,Total Auth Resource Recs:16,Total Additional Res. Recs:16" +# 0 1 2 3 +# 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +#|C| Reserved0 | Ver | Protocal Type | +#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +#| Checksum (optional) | Reserved1 | +#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +gre="C:1,Reserved0:12,Ver:3,Protocal Type:16,Checksum (optional):16,Reserved1:16" + # 0 1 # 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 # *-------------------------------*