Wireshark

  • Riverbed Technology
  • WinPcap
SHARKFEST '12 - Wireshark Developer and User Conference - June 24-27, 2012 - UC Berkeley, Clark Kerr Campus
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

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.kn.vutbr.cz/: KolejNet - Brno University of technology, Czech Republic
  • http://wireshark.cs.pu.edu.tw: Providence University, Taiwan

Download Mirrors

  • http://wiresharkdownloads.riverbed.com/wireshark/: Riverbed Technology, United States
  • http://wireshark.kn.vutbr.cz/download/ / ftp://mirror.kn.vutbr.cz/pub/wireshark/: KolejNet - Brno University of Technology, Czech Republic
  • http://ftp.uni-kl.de/pub/wireshark/ / ftp://ftp.uni-kl.de/pub/wireshark/: University of Kaiserslautern (Technische Universität Kaiserslauter), Germany
  • http://nervion.us.es/wsdownload/: University of Seville, Spain
  • http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/ / ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/ / rsync://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/: Yamagata University, Japan
  • http://wireshark.zing.org/download/: Zing.org, United States

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 wsdownload

rsync -rtlvz rsync://rsync.wireshark.org/wsdl wsdownload

We recommend updating the mirror between one and four times a day.

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation