aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 16:53:29 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 15:57:20 +0000
commitf3178a194cbf0362c309ef48b04e830b41fcb532 (patch)
tree4d4b9babf310b12560ec620f5a1e36b4cff8b662 /tools
parent6c831d6160e6448b3b498ee348fd53271445bfdc (diff)
Remove trailing (tab)whitespace...
Change-Id: I26325e40d6100dcd4f3e72080476a82e93edf28d Reviewed-on: https://code.wireshark.org/review/550 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pidl/pidl14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/pidl/pidl b/tools/pidl/pidl
index c65092ee9a..d16ee0215f 100755
--- a/tools/pidl/pidl
+++ b/tools/pidl/pidl
@@ -56,7 +56,7 @@ Show list of available options.
=item I<--version>
Show pidl version
-
+
=item I<--outputdir OUTNAME>
Write output files to the specified directory. Defaults to the current
@@ -66,7 +66,7 @@ directory.
Add DIR to the search path used by the preprocessor. This option can be
specified multiple times.
-
+
=item I<--parse-idl-tree>
Read internal tree structure from input files rather
@@ -111,7 +111,7 @@ be written to stdout.
Generate an Wireshark dissector (in C) and header file. The dissector filename
defaults to packet-dcerpc-OUTNAME.c while the header filename defaults to
packet-dcerpc-OUTNAME.h.
-
+
Pidl will read additional data from an Wireshark conformance file if present.
Such a file should have the same location as the IDL file but with the
extension I<cnf> rather than I<idl>. See L<Parse::Pidl::Wireshark::Conformance>
@@ -161,7 +161,7 @@ See the section COMPATIBILITY for the list of attributes that
pidl supports.
C-style comments can be used.
-
+
=head2 CONFORMANT ARRAYS
A conformant array is one with that ends in [*] or []. The strange
@@ -294,7 +294,7 @@ forces the generated pull/push functions to be non-static. This allows
you to declare types that can be used between modules. If you don't
specify [public] then pull/push functions for other than top-level
functions are declared static.
-
+
=item noprint
The [noprint] property is a pidl extension that allows you to specify
@@ -369,7 +369,7 @@ usesgetlasterror, vararg, vi_progid, wire_marshal.
# Generating an Wireshark parser
$ ./pidl --ws-parser -- atsvc.idl
-
+
# Generating a TDR parser and header
$ ./pidl --tdr-parser --header -- regf.idl
@@ -397,7 +397,7 @@ Vernooij. The current maintainer is Jelmer Vernooij.
This manpage was written by Jelmer Vernooij, partially based on the original
pidl README by Andrew Tridgell.
-
+
=cut