mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
split PACKET's transform field to give way for separate compression field
This commit is contained in:
+1
-1
@@ -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 !
|
||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+...
|
||||
|
||||
+2
-2
@@ -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
|
||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||
|
||||
Reference in New Issue
Block a user