Copy newly generated files to epan/dissectors to make sure whoever runs this target...
[obnox/wireshark/wip.git] / make-manuf
index 2c0c2a4916a2d1614775a8f384bbd26c986fc141..b1b20f0a13a07fcec9bf6091b2707f035cafa58d 100755 (executable)
@@ -55,7 +55,7 @@ sub shorten
   # & isn't needed when Standalone
   $manuf =~ s/ \& / /g;
   # Remove any "the", "inc", "plc" ...
-  $manuf =~ s/\s(the|inc|incorporated|plc||systems|corp|corporation|s\/a|a\/s|ab|ag|kg|gmbh|co|company|limited|ltd)(?= )//gi;
+  $manuf =~ s/\s(the|inc|incorporated|plc||systems|corp|corporation|s\/a|a\/s|ab|ag|kg|gmbh|co|company|limited|ltd|holding|spa)(?= )//gi;
   # Convert to consistent case
   $manuf =~ s/(\w+)/\u\L$1/g;
   # Remove all spaces