ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] nmake: Having problems with http_proxy setting in tools/win32_set

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Mon, 16 Aug 2004 19:28:28 +0200
Hi List!

When trying to use the setup target in the Makefile.nmake, I'm having problems to set the http_proxy.

Even when defining http_proxy using an environment setting, it won't use the proxy.

The only way to use a proxy, I had to change in tools/win32_setup.sh the line 49:

   if [ -z "$http_proxy" ] ; then

to

   if [ -z "$HTTP_PROXY" ] ; then

so there seems to be a problem with upper/lower case comparison string.

Anyone else getting this http proxy setting to work, without changing this shell script?

Regards, ULFL