wireshark/epan/dissectors/pidl
Ronnie Sahlberg 3fbca8aff5 generate the EFS DCERPC interface dissector using PIDL
svn path=/trunk/; revision=19342
2006-09-27 20:55:13 +00:00
..
IDL_LICENSE.txt
README the pidl parameter is now --ws-parser and not --eth-parser 2006-07-06 07:51:58 +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 OK, if we're not going to have our "idl_types.h" different from Samba's, 2005-12-12 10:15:56 +00:00
efs.cnf generate the EFS DCERPC interface dissector using PIDL 2006-09-27 20:55:13 +00:00
efs.idl generate the EFS DCERPC interface dissector using PIDL 2006-09-27 20:55:13 +00:00
eventlog.cnf dissect_ndr_uint16()'s last argument points to a guint16, not a guint. 2006-09-24 20:31:02 +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 pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry) 2006-09-07 10:53:32 +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
make 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.