diff options
author | Matthieu Patou <mat@matws.net> | 2014-10-05 00:06:49 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-10-23 23:12:05 +0200 |
commit | 725500fc2815a1b00b08c5dd025055266ac97b5a (patch) | |
tree | f1ada61c0fd4b0bfd804de5e7bb0e9af26cc1cd5 /pidl/lib/Parse | |
parent | 0fbd854204b29ee4315519f64311e0923b88876a (diff) | |
download | samba-725500fc2815a1b00b08c5dd025055266ac97b5a.tar.gz |
pidl-wireshark: adapt to the new comments in the headers of wireshark dissectors
Change-Id: I4fc398c4d50230d1f0a083827493c1b193c045b9
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/lib/Parse')
-rw-r--r-- | pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index 10eaa6c95ec..2c5765c8dab 100644 --- a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -1043,13 +1043,11 @@ sub Parse($$$$$) "/* DO NOT EDIT This filter was automatically generated from $idl_file and $cnf_file. - + Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be found at http://wiki.wireshark.org/Pidl - - \$Id\$ */ "; |