aboutsummaryrefslogtreecommitdiffstats
path: root/idl
AgeCommit message (Collapse)AuthorFilesLines
2022-04-22Move the idl directory to epan/dissectors/corba-idl.Gerald Combs39-17274/+0
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-04-21tango: update idl file and regen dissector with idl2wrsGeorg Brandl1-192/+628
Change-Id: I49a0e29a24804f7fec75935ac6c315d5c7ff48f1 Reviewed-on: https://code.wireshark.org/review/27066 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-14Geospatial and Imagery Access Service (GIAS) Dissectorgal6-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>
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris1-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
2012-07-26Fix trivial typos and other misc. minor updates.Chris Maynard1-3/+3
svn path=/trunk/; revision=44021
2011-11-18Ethereal => WiresharkAlexis La Goutte1-1/+1
svn path=/trunk/; revision=39935
2006-11-05rename the nspi dissector from idl (where the idl2wrs dissectors live) ro ↵Ronnie Sahlberg6-3971/+0
epan/dissector/pidl (where the pidl generated dce/rpc dissectors live) svn path=/trunk/; revision=19804
2006-11-04propset...Jörg Mayer1-0/+5
svn path=/trunk/; revision=19795
2006-11-04Julien Kerihuel:Jörg Mayer5-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
2005-08-02 Fix svn properties where needed:Jörg Mayer3-769/+769
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15184
2005-06-28Add the Tango IDL file from Paolo Frigo.Anders Broman1-0/+736
svn path=/trunk/; revision=14805
2005-06-24Add IDL for cosnaming and coseventcomm.Guy Harris2-0/+132
svn path=/trunk/; revision=14744
2005-06-22Add the IDL doc's needed to build the Parlay dissector.Anders Broman30-0/+13198
svn path=/trunk/; revision=14732