Skip to content

Commit

Permalink
pcapng: Add the hexa values for both endian orders for Major Version
Browse files Browse the repository at this point in the history
Moreover:
s/little endian/little-endian/
s/big endian/big-endian/
  • Loading branch information
fxlb authored and guyharris committed Jan 13, 2025
1 parent 8683397 commit c66edeb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-opsawg-pcapng.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ The Custom Option has the following fields:
### Endianness

Data contained in each section will always be saved according to
the characteristics (little endian / big endian) of the capturing
the characteristics (little-endian / big-endian) of the capturing
machine. This refers to all the fields that are saved as numbers and
that span over two or more octets.

Expand Down Expand Up @@ -745,7 +745,8 @@ The meaning of the fields is:

* Major Version (16 bits): an unsigned integer, giving the
number of the current major version of the format. The
value for the current version of the format is 1.
value for the current version of the format is 1
(big-endian 0x00 0x01 or little-endian 0x01 0x00).

* Minor Version (16 bits): an unsigned integer, giving the
number of the current minor version of the format. The
Expand Down Expand Up @@ -2138,7 +2139,7 @@ The following is a list of Secrets Types.
the [ZigBee Specification](https://zigbeealliance.org/) 05-3473-21 (R21) section 4.2.2.
The NWK Key is a 16 octet binary AES-128 key used to secure NWK Level frames
within a single PAN. The NWK key is immediately followed by the
2-octet (16-bit) network PANID in little endian format. If and when
2-octet (16-bit) network PANID in little-endian format. If and when
the NWK Key changes a new DSB will contain the new NWK Key.
{: vspace='0'}

Expand All @@ -2149,8 +2150,8 @@ The following is a list of Secrets Types.
Application Support Link Key as described in the [ZigBee Specification](https://zigbeealliance.org/) 05-3473-21 (R21) section 4.4. Each 16 octet binary AES-128 key secures
frames exchanged between a pair of network nodes. The APS Key is
immediately followed by the 2-octet (16-bit) network PANID in
little endian format. The PANID is followed by the 2-octet (16-bit)
short addresses, in little endian format, of the nodes to which
little-endian format. The PANID is followed by the 2-octet (16-bit)
short addresses, in little-endian format, of the nodes to which
the APS Key applies. The numerically lower short address shall come
first. There is an APS Key DSB for each node pair for which the
Link Key is known. As new links are formed, new DSBs contain the
Expand Down

0 comments on commit c66edeb

Please sign in to comment.