aboutsummaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Collapse)AuthorAgeFilesLines
* Geospatial and Imagery Access Service (GIAS) Dissectorgal2015-04-146-0/+2772
| | | | | | | | | | | | | | | | | | | 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>
* Change wireshark_gen.py to make the operation argument to routines aGuy Harris2012-12-261-1/+1
| | | | | | | | | | "const char *", as it is now expected to be. Regenerate the dissectors. Update the URL for OmniOrb. In README.parlay, use idl2wrs in the sample command. svn path=/trunk/; revision=46765
* Fix trivial typos and other misc. minor updates.Chris Maynard2012-07-261-3/+3
| | | | svn path=/trunk/; revision=44021
* Ethereal => WiresharkAlexis La Goutte2011-11-181-1/+1
| | | | svn path=/trunk/; revision=39935
* rename the nspi dissector from idl (where the idl2wrs dissectors live) ro ↵Ronnie Sahlberg2006-11-056-3971/+0
| | | | | | epan/dissector/pidl (where the pidl generated dce/rpc dissectors live) svn path=/trunk/; revision=19804
* propset...Jörg Mayer2006-11-041-0/+5
| | | | svn path=/trunk/; revision=19795
* Julien Kerihuel:Jörg Mayer2006-11-045-0/+3966
| | | | | | | | | | | | | The new version of the dissector will compile without any patches to apply to Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as return type. Regarding the nspi.cnf file, it won't be useful anymore. Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't dumped correctly. I'm currently investigating the problem and I'll notify the list when a fixed version is available. svn path=/trunk/; revision=19794
* Fix svn properties where needed:Jörg Mayer2005-08-023-769/+769
| | | | | | | | | | Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15184
* Add the Tango IDL file from Paolo Frigo.Anders Broman2005-06-281-0/+736
| | | | svn path=/trunk/; revision=14805
* Add IDL for cosnaming and coseventcomm.Guy Harris2005-06-242-0/+132
| | | | svn path=/trunk/; revision=14744
* Add the IDL doc's needed to build the Parlay dissector.Anders Broman2005-06-2230-0/+13198
svn path=/trunk/; revision=14732