Add DLT_/LINKTYPE_ values for DECT_NR_TAP#1681
Conversation
2e6915a to
d23081a
Compare
The registry is in the process of being moved to an IANA registry - https://datatracker.ietf.org/doc/draft-ietf-opsawg-pcaplinktype/ - so the process of getting a new LINKTYPE_ value is in a state of flux. @mcr - would it make sense to use the tcpdump.org pages as a temporary holding tank, and have the requester go through the official IANA process once the registry is established, and with the Designated Experts either copying from the tcpdump.org pages if there are no further discussion points or continue the discussion if there are? Or should the process be suspended until the RFC comes out and the registry is officially in operation? |
|
--------
Guy Harris ***@***.***> wrote:
> I submitted a request to
> ***@***.******@***.***)
> two weeks ago to add a new link-layer type (DLT_DECT_NR_TAP) for
> DECT-2020 New Radio (NR) TAP header, but haven't received a response
> yet.
The registry is in the process of being moved to an IANA registry -
https://datatracker.ietf.org/doc/draft-ietf-opsawg-pcaplinktype/ - so
the process of getting a new LINKTYPE_ value is in a state of flux.
Yes.
@mcr - would it make sense to use the tcpdump.org pages as a temporary
holding tank, and have the requester go through the official IANA
process once the registry is established, and with the Designated
Experts either copying from the tcpdump.org pages if there are no
further discussion points or continue the discussion if there are? Or
should the process be suspended until the RFC comes out and the
registry is officially in operation?
My preference is to merge these pull requests, but mark them with a tag like
"post-approval-pre-iana", and then we'll get IANA updated at the end of
the AUTH48 step. The might result in us ghostwriting the IANA request on
behalf of requestors like Edem. That way, he'll be the listed controller.
…--
] Never tell me the odds! | ipv6 mesh networks [
] Michael Richardson, Sandelman Software Works | IoT architect [
] ***@***.*** http://www.sandelman.ca/ | ruby on rails [
] My working hours and your working hours may be different. [
] Please do not feel obligated to reply outside your normal working hours [
|
|
If you intend to document the encoding rather than just allocate a code point, note that the current revision of the document does not specify the byte order for multi-byte fields. |
It says "All fields are little-endian". in both sections 1 and 2. |
|
How should the "Simulator‑specific string index" be interpreted? Just as an opaque number? From "simulator-specific", it sounds as if it won't be present in hardware captures of signals, and its meaning as a number depends on which simulator generated the traffic, so it'd be up to the provider of the simulator to provide a map of indices to strings in its documentation. |
|
The description of LINKTYPE_DECT_NR says:
Is that also the description of the "After the TLVs" field? That page refers to ETSI TS 103 636-4 "DECT-2020 New Radio (NR); Part 4: MAC layer; Release 1" (it doesn't link to it, as there doesn't seem to be a page that always goes to the latest version or to a list of all versions). That describes Protocol Data Units, starting on page 38, as having the Physical Header Field followed by the MAC PDU. |
|
I see "little-endian" now. |
Yes, that's correct, "After the TLVs" means exactly that. Should I link to the LINKTYPE_DECT_NR page instead of the ETSI TS standards page? |
"Simulator‑specific string index" is an opaque index that maps a packet to a simulator trace-string and document the mapping outside of the capture format (the simulator vendor provides the index→string table). |
|
A few things still look off in the current revision of the encoding specification:
It would be a good idea to consider that before setting version 1 in stone. |
|
@infrastation Spec updated: replaced TLVs-length with entries count, replaced total length with modem data length, clarified fixed 8‑byte pseudo‑TLVs (per-item Length removed). |
Add DLT_/LINKTYPE_ values for DECT_NR_TAP
Description
I submitted a request to tcpdump-workers@lists.tcpdump.org two weeks ago to add a new link-layer type (DLT_DECT_NR_TAP) for DECT-2020 New Radio (NR) TAP header, but haven't received a response yet.
This PR adds the necessary support DLT_DECT_NR_TAP and LINKTYPE_DECT_NR_TAP with a value of 304, as requested.