URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99c4e96be54382415a76eb5a7f92f765b50c80d5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
99c4e96 by Martin Peylo (wireshark@xxxxxxx):
CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers
Used within CBRS X.509 certificates, related certificate requests etc
Extracted from
- WInnForum CBRS COMSEC TS WINNF-15-S-0065-V2.0.0
https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-15-s-0065-v2.0.0%20cbrs%20communications%20security%20technical%20specification.pdf
- WInnForum CBRS Certificate Policy Document WINNF-17-S-0022
https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-17-s-0022%20v1.0.0%20cbrs%20pki%20certificate%20policy.pdf
Change-Id: I7ee5246bb15214d37cd566f8b2beadeb0a2bce01
Reviewed-on: https://code.wireshark.org/review/30642
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b110c47 Debian: Add missing symbols.
add 99c4e96 CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/asn1/CMakeLists.txt | 1 +
.../asn1/{lnpdqp => cbrs-oids}/CMakeLists.txt | 8 +-
epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn | 23 ++
epan/dissectors/asn1/cbrs-oids/cbrs-oids.cnf | 11 +
.../asn1/cbrs-oids/packet-cbrs-oids-template.c | 74 ++++++
epan/dissectors/packet-cbrs-oids.c | 274 +++++++++++++++++++++
7 files changed, 389 insertions(+), 3 deletions(-)
copy epan/dissectors/asn1/{lnpdqp => cbrs-oids}/CMakeLists.txt (88%)
create mode 100644 epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn
create mode 100644 epan/dissectors/asn1/cbrs-oids/cbrs-oids.cnf
create mode 100644 epan/dissectors/asn1/cbrs-oids/packet-cbrs-oids-template.c
create mode 100644 epan/dissectors/packet-cbrs-oids.c