You probably need to setup wget to see through your proxy.
You can find your proxy details in your browsers connections settings.
You set the proxy for wget under cygwin by adding a file into your
cygwin ~ directory, which maps to c:\Documents and Settings\username
The file is called .wgetrc and should contain the following...
 
http_proxy=<proxy server address>
proxy_user=<user name for proxy server if required>
proxy_passwd=<password for proxy server if required>
 
 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Manjunath P
Sent: 30 March 2007 15:15
To: wireshark dev
Subject: [Wireshark-dev] Regarding Downloading through wget


Hi  all,
          nmake -f Makefile.nmake  setup is not  working for me.
          All  the  steps  prio  to this  are  correct as I hv  verified
it  through  verify_tools option.
          "wget"  is not working  for me.
 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxx
             C:\wireshark>nmake -f Makefile.nmake setup
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
Checking for required applications:
        cl: /cygdrive/c/Program Files/Microsoft Visual Studio
8/VC/BIN/cl
        link: /cygdrive/c/Program Files/Microsoft Visual Studio
8/VC/BIN/link
        nmake: /cygdrive/c/Program Files/Microsoft Visual Studio
8/VC/BIN/nmake
 
        bash: /usr/bin/bash
        bison: /usr/bin/bison
        flex: /usr/bin/flex
        env: /usr/bin/env
        grep: /usr/bin/grep
        /usr/bin/find: /usr/bin/find
        perl: /usr/bin/perl
        C:/python24/python.exe: /cygdrive/c/python24/python.exe
        sed: /usr/bin/sed
        unzip: /usr/bin/unzip
        wget: /usr/bin/wget
        rm -r -f C:\wireshark-win32-libs/adns-1.0-win32-05
        rm -r -f C:\wireshark-win32-libs/gettext-0.14.5
        rm -r -f C:\wireshark-win32-libs/glib
        rm -r -f C:\wireshark-win32-libs/gnutls-1.6.1-1
        rm -r -f C:\wireshark-win32-libs/gtk2
        rm -r -f C:\wireshark-win32-libs/gtk+
        rm -r -f C:\wireshark-win32-libs/gtk-wimp
        rm -r -f C:\wireshark-win32-libs/kfw-2.5
        rm -r -f C:\wireshark-win32-libs/libiconv-1.9.1.bin.woe32
        rm -r -f C:\wireshark-win32-libs/lua5.1
        rm -r -f C:\wireshark-win32-libs/net-snmp-5.4
        rm -r -f C:\wireshark-win32-libs/pcre-6.4
        rm -r -f C:\wireshark-win32-libs/portaudio_v18_1
        rm -r -f C:\wireshark-win32-libs/portaudio_v19
        rm -r -f C:\wireshark-win32-libs/user-guide
        rm -r -f C:\wireshark-win32-libs/WpdPack
        rm -r -f C:\wireshark-win32-libs/AirPcap_Devpack_1_0_0_594
        rm -r -f C:\wireshark-win32-libs/zlib123-dll
        if not exist C:\wireshark-win32-libs md C:\wireshark-win32-libs
****** glib-2.12.7.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk2.10/glib-2.12.7.zip into C:\WIRESH~2, installing into
glib
--17:55:12--
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-01-19/
packages/gtk2.10/glib-2.12.7.zip           => `glib-2.12.7.zip'

Resolving anonsvn.wireshark.org... 128.121.50.122
Connecting to anonsvn.wireshark.org|128.121.50.122|:80... failed:
Connection ref
used.
 
ERROR: Can't download
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/200
7-01-19/packages/gtk2.10/glib-2.12.7.zip
NMAKE : fatal error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'
Stop.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxx
           But  I  can  access the  website(
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-01-19/ ).
           so, I decided to download through  net  directly.
           But  the  problem is,  I am not able  to download files  like
adns-1.0-win32-05,gtk+,WdPack,  AirPcap_Devpack_1_0_0_594.
           
So  I need   1)  A  proxy  for  wget  which  works  properly
         OR    2)  Any  alternate  sites where I can download the above.
 
-----Thanks  in  advance
            Manjunath Patil        
 
 
 
 
 
 
 
 
 
 
 
 
SASKEN BUSINESS DISCLAIMER
-------------------------
This message may contain confidential, proprietary or legally privileged
information. In 
case you are not the original intended Recipient of the message, you
must not, directly or 
indirectly, use, Disclose, distribute, print, or copy any part of this
message and you are 
requested to delete it and inform the sender. Any views expressed in
this message are 
those of the individual sender unless otherwise stated. Nothing
contained in this message 
shall be construed as an offer or acceptance of any offer by Sasken
Communication 
Technologies Limited ("Sasken") unless sent with that express intent and
with due 
authority of Sasken. Sasken has taken enough precautions to prevent the
spread of 
viruses. However the company accepts no liability for any damage caused
by any virus 
transmitted by this email
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to