aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/corba-idl
AgeCommit message (Collapse)AuthorFilesLines
2024-08-01GIAS: Remove an odd byte from uco.idlGerald Combs1-1/+1
A search for non-UTF-8 files in epan/dissectors turned up what appears to be an extra odd byte in uco.idl. Remove it.
2024-06-24idl2wrs: Convert glib types to C99 types, regenerate dissectorsJohn Thacker1-22/+1
Convert wireshark_gen.py to use C99 types. Update packet-giop to C99 types as well, because the generated dissectors refer to functions exported in packet-giop.h Also switch a memory allocation from wmem_alloc0 to wmem_new0. Regenerate the dissectors, which is overdue after commit 32c2ab79a778f88f0f4b852034feada0345fe099. Update README.gias because the issues with omniidl appear to have been fixed and the manual changes are no longer needed. Also fix a path because the corba-idl dissectors moved location. Ping #19116
2024-01-12Parlay: Retire the dissector.Anders Broman1-0/+2
Removing the generated Parlay dissecor on the assumtion it is now obsolete. Leaving the IDL files in the repo for a while longer. https://en.m.wikipedia.org/wiki/Parlay_Group https://en.m.wikipedia.org/wiki/Parlay_X
2023-11-20Remove init of proto variablesStig Bjørlykke1-1/+1
Remove init of proto, header field, expert info and subtree variables. This will reduces the binary size by approximate 1266320 bytes due to using .bss to zero-initialize the fields. The conversion is done using the tools/convert-proto-init.py script.
2022-04-22Move the idl directory to epan/dissectors/corba-idl.Gerald Combs39-0/+17274