wireshark/idl/gias/uid.idl
gal 085e95a3ad 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@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-14 06:10:15 +00:00

39 lines
874 B
Text

#ifndef UID_IDL
#define UID_IDL
//***************************************************************
//* APPROVED via RFC N01-0268 on 6 August 2001
//***************************************************************
// *************************************************************
//*
//* The USIGS Universal Product Identifier
//* Specification
//*
//*
//* Description: Defines a universal USIGS product
//* identification.
//*
//*
//* History:
//* Date Author Comment
//* ----- ------ --------
//* 29 Sept 98 J. Baldo and D. Lutz Initial release for
//* review.
//*
//* Notes
//* -------
//* NONE
//*
//*
// *************************************************************
module UID
{
interface Product
{
};
typedef sequence < Product > ProductList;
};
#endif