aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-sminmpec.pl
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/make-sminmpec.pl
parent97186d78ba0b7063db149387b9b12d1b9ea883c3 (diff)
Enable proxies in make-manuf and make-sminmpec.pl as well.
svn path=/trunk/; revision=38864
Diffstat (limited to 'tools/make-sminmpec.pl')
-rwxr-xr-xtools/make-sminmpec.pl1
1 files changed, 1 insertions, 0 deletions
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";