summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/corba-idl
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/corba-idl')
-rw-r--r--epan/dissectors/corba-idl/gias/README.gias23
-rw-r--r--epan/dissectors/corba-idl/gias/uco.idl2
-rw-r--r--epan/dissectors/corba-idl/parlay/README.parlay2
3 files changed, 4 insertions, 23 deletions
diff --git a/epan/dissectors/corba-idl/gias/README.gias b/epan/dissectors/corba-idl/gias/README.gias
index 0e8523a7..6d6dc3be 100644
--- a/epan/dissectors/corba-idl/gias/README.gias
+++ b/epan/dissectors/corba-idl/gias/README.gias
@@ -4,30 +4,9 @@ see https://web.archive.org/web/20101110013355/https://www.nato.int/structur/AC/
To generate the gias dissector from the .idl documents run:
-omniidl -p ../../tools -b wireshark_be gias.idl
+omniidl -p ../../../../tools -b wireshark_be gias.idl
(Note this is similar to the command that idl2wrs would run but explicitly identifies the backend is to be used.)
The gias.idl file includes all the other .idl files to create one
dissector for gias.
-
-Note that due to a bug in ommniidl, the following needs to be manually added to the generated dissector:
-
-Errors
-======
-
-Define the heading field:
-static int hf_UCO_InvalidInputParameter_badInputParameters = -1;
-
-Register the headings fields:
-{&hf_UCO_CompressedImage_data_loop, {"Seq length of CompressedImage_data","giop-gias.CompressedImage.data.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,
-{&hf_UCO_Buffer_octet_buffer_loop, {"Seq length of Buffer_octet_buffer","giop-gias.UCO.Buffer.octet_buffer.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
-{&hf_GIAS_Domain_bd_loop, {"Seq length of Domain_bd","giop-gias.GIAS.Domain.bd.size",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
-
-Warnings
-========
-
-Make the following 3 variables const gchar * :
-binary_seq_UCO_CompressedImage_data
-binary_seq_UCO_Buffer_octet_buffer
-binary_seq_GIAS_Domain_bd
diff --git a/epan/dissectors/corba-idl/gias/uco.idl b/epan/dissectors/corba-idl/gias/uco.idl
index d0fbe7d8..0bddd44f 100644
--- a/epan/dissectors/corba-idl/gias/uco.idl
+++ b/epan/dissectors/corba-idl/gias/uco.idl
@@ -41,7 +41,7 @@
//*
//* from 4-5 August 1999 TEM - Simplified the 2 and 3D Coordinates to be floats only.
//* from 19 January 2000 TEM -
-//* included a generic exceptionÆs model that GIXS,
+//* included a generic exceptions model that GIXS,
//*GIAS Profile will use.
//* 7 March 2000 from March 2000 TEM - added new //* structure that is somewhat similar //* to NameValueTable called a //* StringTable
//*
diff --git a/epan/dissectors/corba-idl/parlay/README.parlay b/epan/dissectors/corba-idl/parlay/README.parlay
index b8f5b204..ce6d0880 100644
--- a/epan/dissectors/corba-idl/parlay/README.parlay
+++ b/epan/dissectors/corba-idl/parlay/README.parlay
@@ -4,3 +4,5 @@ idl2wrs Parlay.idl
The Parlay.idl file includes all the other .idl files to create one
dissector for Parlay.
+2023-01-12 The Parlay dissector has been removed on the assumption that it is no longer required. These files will be keept around for a while
+if the need to regenerate it should arise.