summaryrefslogtreecommitdiff
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-09-26 14:12:32 -0700
committerGuy Harris <guy@alum.mit.edu>2014-09-26 21:13:34 +0000
commita2681cc199d408150a7a8f9aa8a9284ba55bb3b2 (patch)
tree7e90c0c3e13a306212632a6daf9a44e529e1e5ee /epan/dissectors/pidl
parent24ced90c7fd640ea8f47f0c03dcf33181dbf9e69 (diff)
downloadwireshark-a2681cc199d408150a7a8f9aa8a9284ba55bb3b2.tar.gz
Note that errors are generated for dnsserver.idl and eventlog.idl.
Also fix a typo. Change-Id: Id0713fbb722e88a911cae4ef4371b528fe73e048 Reviewed-on: https://code.wireshark.org/review/4321 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/pidl/README b/epan/dissectors/pidl/README
index 721bd7fe9d..45bc5bcdbb 100644
--- a/epan/dissectors/pidl/README
+++ b/epan/dissectors/pidl/README
@@ -62,7 +62,7 @@ The command to compile file:
../../../tools/pidl/pidl --includedir . --ws-parser -- <idl-file>
^^^
This is *VERY* important
-The command generate 2 files:
+The command generates 2 files:
packet-dcerpc-<interfacename>.h
packet-dcerpc-<interfacename>.c
@@ -96,9 +96,13 @@ release, a copy of pidl is located in tools/pidl.
Not compiling idl
=================
-As of September 18, 2014, the following idl have issues when generating
+As of September 26, 2014, the following idl have issues when generating
and compiling:
+pidl complains that inline arrays aren't supported for these:
+
+ dnsserver.idl
+ eventlog.idl
pidl generates possibly-incorrect code for these - this needs checking: