Mirrors
We are grateful to the following for providing mirrors:
Web site mirrors
- http://wireshark.askapache.com: askApache, United States
- http://wireshark.cbn.net.id: CBN, Indonesia
- http://wireshark.dsmirror.nl: Dsmirror, Netherlands
- http://wireshark.osmirror.nl: Open Source Mirror, Netherlands
- http://wireshark.cs.pu.edu.tw: Providence University, Taiwan
Download Mirrors
- http://wireshark.newworldorder.com.es/: AX mirror, Hungary
- http://ftp.uni-kl.de/pub/wireshark/ / ftp://ftp.uni-kl.de/pub/wireshark/: University of Kaiserslautern (Technische Universität Kaiserslauter), Germany
Mirror This Site
You are welcome to mirror this site using rsync. We recommend against using HTTP — it's horribly inefficient for this sort of thing.
The site contents can be mirrored using the following URLs:
- rsync://rsync.wireshark.org/wsweb (Wireshark web site sans downloads)
- rsync://rsync.wireshark.org/wsdl (Wireshark download area)
To mirror the entire web site you could do something like this:
mkdir -p wsweb/download
rsync -rtlvz --delete --exclude=download \
rsync://rsync.wireshark.org/wsweb wsweb
rsync -rtlvz --delete rsync://rsync.wireshark.org/wsdl wsweb/download
(the "--exclude=" bit ensures that the "--delete" flag doesn't clobber the download area each time).
If you only want to mirror the download area you could do something like this:
mkdir wsdownloadrsync -rtlvz rsync://rsync.wireshark.org/wsdl wsdownload
We recommend updating the mirror between one and four times a day.

