diff options
Diffstat (limited to 'epan/dissectors/pidl/README')
-rw-r--r-- | epan/dissectors/pidl/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/epan/dissectors/pidl/README b/epan/dissectors/pidl/README index d9677b70..614b660d 100644 --- a/epan/dissectors/pidl/README +++ b/epan/dissectors/pidl/README @@ -27,6 +27,9 @@ The following files: ../packet-dcerpc-frstrans.h ../packet-dcerpc-initshutdown.h ../packet-dcerpc-iwbemlevel1login.h +../packet-dcerpc-iwbemloginclientid.h +../packet-dcerpc-iwbemloginclientidex.h +../packet-dcerpc-iwbemservices.h ../packet-dcerpc-lsa.h ../packet-dcerpc-mapi.h ../packet-dcerpc-misc.h @@ -99,9 +102,19 @@ and compiling: pidl complains that inline arrays aren't supported for these: - dnsserver.idl - eventlog.idl + dnsserver/dnsserver.idl + eventlog/eventlog.idl + +pidl complains about a syntax error due to a line commented out with a +// comment for these: + + nspi/nspi.idl pidl generates possibly-incorrect code for these - this needs checking: rfr/rfr.idl + +pidl complains about not being able to open include files for these: + + samr/samr.idl + winspool/winspool.idl |