wireshark/epan/dissectors/pidl
Guy Harris 5ea6272700 You run perl, not make, on Makefile.PL files.
svn path=/trunk/; revision=19851
2006-11-07 08:19:57 +00:00
..
nspi Update to use --includedir instead of copying idl_types.h. 2006-11-07 07:57:07 +00:00
IDL_LICENSE.txt
README You run perl, not make, on Makefile.PL files. 2006-11-07 08:19:57 +00:00
atsvc.cnf
atsvc.idl pidl has been updated to use WERR instead of DOS error tables. 2006-09-24 20:23:17 +00:00
dfs.cnf import DFS.idl from samba and use it to generate a much more complete DFS dissector 2006-09-19 08:02:19 +00:00
dfs.idl pidl has been updated to use WERR instead of DOS error tables. 2006-09-24 20:23:17 +00:00
dssetup.idl
efs.cnf add tracking of policy handles to the efs dissector 2006-11-05 05:35:06 +00:00
efs.idl generate the EFS DCERPC interface dissector using PIDL 2006-09-27 20:55:13 +00:00
eventlog.cnf add tracking of policy_handles to the eventlog dissector 2006-11-05 05:21:33 +00:00
eventlog.idl merge JBMs changes from the handwritten dissector to the idl 2006-09-21 22:02:08 +00:00
idl_types.h some updates from new pidl 2006-06-09 21:17:58 +00:00
initshutdown.idl
srvsvc.cnf generate SRVSVC by pidl 2006-09-16 11:57:14 +00:00
srvsvc.idl some more bitmaps for SRVSVC 2006-09-18 08:42:46 +00:00
winreg.cnf testing out latest pidl where PARAM values can be used to track policy handles properly 2006-11-05 04:49:20 +00:00
winreg.idl winreg updates resync idl from s4 2006-09-21 21:14:33 +00:00
wkssvc.cnf update the idl for wkssvc and generate the dissector by pidl 2006-09-25 08:50:21 +00:00
wkssvc.idl update the idl for wkssvc and generate the dissector by pidl 2006-09-25 08:50:21 +00:00
wzcsvc.cnf add new dcerpc protocol WZCSVC based on samba4 idl 2006-09-27 08:59:20 +00:00
wzcsvc.idl add new dcerpc protocol WZCSVC based on samba4 idl 2006-09-27 08:59:20 +00:00

README

The REAMDE specific to the Wireshark "copy" of the pidl sources
==============================================================

The tree tools/pidl is a direct extract from
svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/pidl
to allow building Wireshark pidl dissectors without having to
*explicitely* access a remote svn repository.

Don't do changes here, do them at the samba tree! Changes to this tree will
be overwritten the next time the sources from the samba tree are updated,
which is basically every time you do an svn up in the Wireshark toplevel dir.

In order to build, install yapp (on Suse, the rpm is named perl-Parse-Yapp),
then do
perl Makefile.PL && make && && make install

This will build and install the binaries and the manpage (pidl.1).

run  pidl with:

pidl --ws-parser -- <idl-file>  (don't forget the "--")

If you run outside the dissectors/pidl directory, this *will* result in a
warning like:
atsvc.idl:5:23: idl_types.h: No such file or directory
and *may* result in additional warnings like:
Warning: No conformance file `initshutdown.cnf'
Unable to handle string with flags STR_LEN4|STR_NOTERM at /usr/lib/perl5/site_perl/5.8.6/Parse/Pidl/Wireshark/NDR.pm line 283.