From 1d8b9d83b0325587f4ab96323e4e35de4c294f2a Mon Sep 17 00:00:00 2001 From: Logan007 Date: Sat, 15 Aug 2020 22:58:15 +0545 Subject: [PATCH] split PACKET's transform field to give way for separate compression field --- doc/Crypto.md | 2 +- doc/HACKING | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Crypto.md b/doc/Crypto.md index 547a965..44acb5f 100644 --- a/doc/Crypto.md +++ b/doc/Crypto.md @@ -116,7 +116,7 @@ In case of a PACKET-type, it is succeeded by the fields depicted below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 36 ! Destination IPv4 Address ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -40 ! Transform ID ! Payload ... ! +40 ! Compress'n ID ! Transform ID ! Payload ... ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + 44 ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+... diff --git a/doc/HACKING b/doc/HACKING index 8b04ed1..b11d472 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -234,7 +234,7 @@ Version 2 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 36 ! Destination IPv4 Address ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -40 ! Transform ID ! +40 ! Compress'n ID ! Transform ID ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 44 ! Payload +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -256,7 +256,7 @@ follows: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 48 : ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -52 ! Transform ID ! +52 ! Compress'n ID ! Transform ID ! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 56 ! Encapsulated ethernet payload +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+