new GRE()
Generic Routing Encapsulation (GRE) layer
Properties| Name | Type | Description |
|---|---|---|
data.version | number | Version number, must be 0 for standard GRE. |
data.protocol | number | EtherType of the encapsulated protocol. |
data.checksumFlag | number | Indicates that the checksum field is present. |
data.keyFlag | number | Indicates that the key field is present. |
data.sequenceFlag | number | Indicates that the sequence number field is present. |
- Implements
- Source