Slashdot Mirror


Wireshark 1.0 Released

katterjohn writes "After almost 10 years of work, Wireshark 1.0 has been released. Wireshark is the award-winning protocol analyzer, formerly known as Ethereal. The release features several security fixes and an experimental package for Max OS X Intel."

4 of 123 comments (clear)

  1. Say ... by ScrewMaster · · Score: 5, Interesting

    would this still be illegal in Germany?

    --
    The higher the technology, the sharper that two-edged sword.
  2. Award-winning? by Anonymous Coward · · Score: 5, Interesting

    Whenever some product claims to be "award-winning", I always wonder what that award is. It's like the word "professional", that also lost its meaning. So, anybody have any pointers to any kind of "award"?

  3. Re:Useful in Biztalk by mcpkaaos · · Score: 4, Interesting

    A dev after my own heart! I use it to capture ASP.NET web service requests as it's far easier to deal with than WSE3 tracing or serializing objects before passing them to the web proxy (which usually leaves you without namespaces anyway).

    Over the years, I've found protocol analyzers to be indispensable for developing and debugging modern MS-based network apps. They hide so damned much from the developers these days, often times it's the only way to see what's really going on.

    --
    It goes from God, to Jerry, to me.
  4. Helped me at work by British · · Score: 4, Interesting

    Long story short: I had a SQL client app that tried to connect to the SQL server with a hard-coded password. I needed to know the password to set on the server. Fired up wireshark, found the password, set said password on the server, and it was a go.