diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
commit | a86c5f7cae7ec9a3398300555a0b644689d946a1 (patch) | |
tree | 39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/pidl/README | |
parent | Releasing progress-linux version 4.2.6-1~progress7.99u1. (diff) | |
download | wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |