diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/pidl/README | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.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 |