-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any reason to use octet and byte? consistency? #149
Comments
One is in the phrase "byte order"; that's a sufficiently commonly-used phrase that using it rather than "octet order" might be justified. The other is in the phrase "magic bytes", referring to the magic number at the beginning of the file. That should probably just refer, as is done elsewhere, to the Magic Number field in the File Header; fixed in 83a26b0 |
In RFCs there are 1597
+1 |
Many of those are in the phrase "byte order" or the field name "Byte-Order Magic"; the suggestion made for "byte order" in the pcap format applies here as well. (I hyphenated one case where that field was referred to as the "Byte Order Magic" field rather than the "Byte-Order Magic" field.) One other is in the phrase "magic bytes"; for pcapng files, that refers to the Block Type and Byte-Order Magic fields in the Section Header Block at the beginning of the file, so I've updated that in the pcapng spec, in a fashion similar to the way I updated the similar text in the pcap format I-D, in efeca01. Others are just cases where "byte" means "octet"; I've changed those in efeca01. |
And then there's https://developers.google.com/nearby/fast-pair/specifications/introduction#OctetOrder, which says
so Google can't make up their mind. :-) |
$ git grep -c octet '*.md'
draft-ietf-opsawg-pcap.md:13
draft-ietf-opsawg-pcaplinktype.md:4
draft-ietf-opsawg-pcapng.md:70
draft-richardson-opsawg-pcapng-extras.md:5
$ git grep -c byte '*.md'
draft-ietf-opsawg-pcap.md:2
draft-ietf-opsawg-pcaplinktype.md:11
draft-ietf-opsawg-pcapng.md:9
The text was updated successfully, but these errors were encountered: