URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f45fd81616874afabdae4011f74380c809c39759
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f45fd81 by Christophe GUERBER (christophe.guerber@xxxxxxxxx):
IEEE1609.2: Allow Service Specific Permissions dissection
IEEE1609 and GeoNetworking secured packets containing certificate
contain Service Specific Permission items that was not dissected.
This patch allows dissection of SSP both in IEEE1609dot2 dissector and
in the geonetworking dissector.
It also provides SSP dissectors for ETSI DEN and CA basic services.
Change-Id: Ic5efe403f7c4337c7e51a4eab9a9d674d2fe1cf6
Reviewed-on: https://code.wireshark.org/review/31303
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e2e5b01 cli_main: remove real_main from stack traces for non-Windows
add f45fd81 IEEE1609.2: Allow Service Specific Permissions dissection
Summary of changes:
epan/dissectors/asn1/ieee1609dot2/ieee1609dot2.cnf | 39 +++-
.../ieee1609dot2/packet-ieee1609dot2-template.c | 10 +
epan/dissectors/asn1/its/packet-its-template.c | 230 ++++++++++++++++++++
epan/dissectors/packet-geonw.c | 18 +-
epan/dissectors/packet-ieee1609dot2.c | 107 ++++++---
epan/dissectors/packet-its.c | 240 ++++++++++++++++++++-
6 files changed, 604 insertions(+), 40 deletions(-)