summaryrefslogtreecommitdiff
path: root/tools/pidl
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-16 05:50:02 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-24 20:30:22 +0000
commitac477e9b5d079a32555e06becb1dd3ff4fda1523 (patch)
tree96679cc8ba381fcc17a0073324cfd0432c4e1f92 /tools/pidl
parent5861c12d1bdcd0effa71e068485e4312e8a057a4 (diff)
downloadwireshark-ac477e9b5d079a32555e06becb1dd3ff4fda1523.tar.gz
Add basic PIDL Makefile
Change-Id: I8f4c8e312df73b70f3cacd0df768375b46197ae6 Reviewed-on: https://code.wireshark.org/review/14507 Petri-Dish: João Valverde <j@v6e.pt> Reviewed-by: João Valverde <j@v6e.pt> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools/pidl')
-rw-r--r--tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
index 29de25a3f3..67419d5999 100644
--- a/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+++ b/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
@@ -962,6 +962,7 @@ sub ProcessImport
next if($_ eq "security");
s/^\"//;
s/\.idl"?$//;
+ s/^.*\///;
$self->pidl_hdr("#include \"packet-dcerpc-$_\.h\"");
}
$self->pidl_hdr("");