aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-09-02 16:07:36 +0000
committerGerald Combs <gerald@wireshark.org>2011-09-02 16:07:36 +0000
commit959135b215d7e0a5fbf751c1a84b1fd178a14d10 (patch)
tree491a27f961dcf6ab7f2ff8c2a312a26b29ff146a /tools
parent97186d78ba0b7063db149387b9b12d1b9ea883c3 (diff)
Enable proxies in make-manuf and make-sminmpec.pl as well.
svn path=/trunk/; revision=38864
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-manuf1
-rwxr-xr-xtools/make-sminmpec.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/make-manuf b/tools/make-manuf
index fe2cb9fdf8..8e1c114fa7 100755
--- a/tools/make-manuf
+++ b/tools/make-manuf
@@ -24,6 +24,7 @@ if( $@ ) {
" module libwww. Bailing.\n";
}
$agent = LWP::UserAgent->new;
+$agent->env_proxy;
$template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index 2921c56ee0..7b1f13d9ab 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -34,6 +34,7 @@ if($in =~ m/^http:/i) {
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
+ $agent->env_proxy;
warn "starting to fetch $in ...\n";