Wireshark-commits: [Wireshark-commits] master 085e95a: Geospatial and Imagery Access Service (GIAS)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=085e95a3adfbe84432910a5e7f7c3c3127c244cc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
085e95a by gal (graeme.lunt@xxxxxxxxxx):
Geospatial and Imagery Access Service (GIAS) Dissector
A Corba (GIOP) based protocol for the exchange of Intelligence, Surveillance
and Reconnaissance (ISR) products.
Defined in STANAG 4559/AEDP-5 "NATO Standard ISR Library Interface (NSILI)"
See http://www.nato.int/structur/ac/224/standard/4559/4559.htm for more
information.
The dissector is generated using idl2wrs using the gias.idl, with some
manual corrections, as noted in README.gias.
Patch Set 4: Initialise uninitialised variables and no longer mark them as
unused.
Change-Id: Ieae93a135b30078f2d34e66f8c7b2e476438224e
Reviewed-on: https://code.wireshark.org/review/7965
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4c52738 Bluetooth: SDP: Update to MAP 1.2 and PBAP 1.2
adds 085e95a Geospatial and Imagery Access Service (GIAS) Dissector
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-gias.c | 8265 +++++++++++++++++++++++++++++++++++++++
idl/gias/README.gias | 33 +
idl/gias/cb.idl | 34 +
idl/gias/gias.idl | 1271 ++++++
idl/gias/ps.idl | 979 +++++
idl/gias/uco.idl | 417 ++
idl/gias/uid.idl | 38 +
9 files changed, 11039 insertions(+)
create mode 100644 epan/dissectors/packet-gias.c
create mode 100644 idl/gias/README.gias
create mode 100644 idl/gias/cb.idl
create mode 100644 idl/gias/gias.idl
create mode 100644 idl/gias/ps.idl
create mode 100644 idl/gias/uco.idl
create mode 100644 idl/gias/uid.idl