URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03a8884989035400316b03913b68787c50308082
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
03a8884 by Eliot Lear (lear@xxxxxxxxx):
Add MUD-URL manufacturer usage description certificate extension.
See draft-ietf-opsawg-mud for details. File changes include addition
of new asn1 directory and associated files, as well as edits to various
other files to support the change.
Change-Id: Ib910980e1ddcafaa31aa07cf049562520b61a3aa
Reviewed-on: https://code.wireshark.org/review/19505
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 165c8b0 Refactor range preference.
adds 03a8884 Add MUD-URL manufacturer usage description certificate extension.
Summary of changes:
configure.ac | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/asn1/CMakeLists.txt | 1 +
epan/dissectors/asn1/Makefile.am | 1 +
.../asn1/{pkcs1 => mudurl}/CMakeLists.txt | 5 +-
epan/dissectors/asn1/mudurl/MUDURL.asn | 64 ++++++++++
epan/dissectors/asn1/{pkcs1 => mudurl}/Makefile.am | 7 +-
epan/dissectors/asn1/mudurl/mudurl.cnf | 18 +++
.../packet-mudurl-template.c} | 55 ++++----
epan/dissectors/packet-mudurl.c | 135 ++++++++++++++++++++
11 files changed, 257 insertions(+), 32 deletions(-)
copy epan/dissectors/asn1/{pkcs1 => mudurl}/CMakeLists.txt (93%)
create mode 100644 epan/dissectors/asn1/mudurl/MUDURL.asn
copy epan/dissectors/asn1/{pkcs1 => mudurl}/Makefile.am (91%)
create mode 100644 epan/dissectors/asn1/mudurl/mudurl.cnf
copy epan/dissectors/asn1/{ns_cert_exts/packet-ns_cert_exts-template.c => mudurl/packet-mudurl-template.c} (51%)
create mode 100644 epan/dissectors/packet-mudurl.c