wireshark/epan/dissectors/pidl
Gerald Combs eb71f7fb96 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names


svn path=/trunk/; revision=18271
2006-05-31 19:12:15 +00:00
..
IDL_LICENSE.txt
README ethereal->wireshark 2006-05-22 08:21:22 +00:00
atsvc.cnf
atsvc.idl
dssetup.idl
idl_types.h Update from samba tree revision 12488 to 12669 2006-01-01 23:14:44 +00:00
initshutdown.idl
packet-dcerpc-atsvc.c Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
packet-dcerpc-atsvc.h Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
packet-dcerpc-initshutdown.c Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
packet-dcerpc-initshutdown.h Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
packet-dcerpc-winreg.c Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
packet-dcerpc-winreg.h Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
srvsvc.idl
winreg.cnf
winreg.idl
wkssvc.cnf
wkssvc.idl Major properties cleanup 2006-03-27 21:00:16 +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 Ethereal 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 --eth-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/Ethereal/NDR.pm line 283.