r9734: The ethereal parser generator was generating duplicate functions for
authorTim Potter <tpot@samba.org>
Mon, 29 Aug 2005 12:22:48 +0000 (12:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:55 +0000 (13:34 -0500)
commit054f206599e9d74de6429dc8f17d9c58342bcc98
tree45caf6f5ecba32557b20a64bfb922db5d6a6fb33
parent4b9411896840bfd8b83f39f0ecfa1f16a28a8dcc
r9734: The ethereal parser generator was generating duplicate functions for
fields in structures with the same name as a structure (i.e
security_ace.object and security_ace_object).  I've twiddled the naming
scheme a bit and things are a bit more unique but there is still may be
some naming conflicts in other IDL files.

We are now getting confused over fields with the same name in unions
(e.g security_ace_object_ctr.object) plus some other union weirdness.
(This used to be commit c2ad9f49a204d0075a3b460c5ea2ca9741fc7125)
source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm