Skip to content

Commit 780d07d

Browse files
committed
Minor fixes
1 parent 1d11e58 commit 780d07d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eesp.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The fixed portion of the base header is defined as follows.
212212
0 1 2 3
213213
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
214214
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
215-
|1|Version|Flags| OptLen | Session ID |
215+
|1|Version|Flags| Opt Len | Session ID |
216216
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
217217
| SPI |
218218
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
@@ -563,15 +563,15 @@ packet format for use with IPv4 or IPv6 Tunnel Mode when the
563563
0 1 2 3
564564
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
565565
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
566-
|1|Version| Opt Len | Flags | Session ID |
566+
|1|Version|Flags| Opt Len | Session ID |
567567
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
568568
| SPI |
569569
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
570570
| |
571571
~ Options (variable, optional) ~
572572
| |
573573
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
574-
| Sequence Number |
574+
| Sequence Number (optional) |
575575
| |
576576
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
577577
| IV* (optional) |
@@ -597,15 +597,15 @@ packet format for use with IPv4 or IPv6 Tunnel Mode when the
597597
0 1 2 3
598598
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
599599
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
600-
|1|Version| Opt Len | Flags | Session ID |
600+
|1|Version|Flags| Opt Len | Session ID |
601601
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
602602
| SPI |
603603
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
604604
| |
605605
~ Options (variable, optional) ~
606606
| |
607607
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
608-
| Sequence Number |
608+
| Sequence Number (optional) |
609609
| |
610610
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
611611
| IV* (optional) |
@@ -652,7 +652,7 @@ processing details are described in later sections.
652652
|---------------------+------------+-----------+----------------+--------------+------------|
653653
| Base Header | 8 | M | | Y | plain |
654654
| Options | variable | O | | Y | plain |
655-
| Sequence Number | 8 | M | | Y | plain |
655+
| Sequence Number | 8 | O | | Y | plain |
656656
| IV | variable | O | | Y | plain |
657657
| Payload Info Hdr[4] | 4 | O | Y | Y | cipher [3] |
658658
| Payload [2] | variable | M | Y | Y | cipher [3] |

0 commit comments

Comments
 (0)