up vote 3 down vote favorite
1
share [g+] share [fb]

I have Wireshark and have used tcpdump, but I was wondering if there was a nice GUI to capture and view packets on the Mac. Ideally, something that is protocol aware, so that it knows how to break up an HTTP request, is able to show SMTP information in a cleaner way than a tcp dump. I know there are a number of HTTP specific tools that fit this bill, but I'm looking for something that is more general.

link|improve this question

60% accept rate
feedback

3 Answers

Just to make sure you're not missing the obvious...you're aware that Wireshark does have a nice GUI, and is protocol aware? And has simple analysis features like "Follow TCP Stream" that making analyzing SMTP (and other text-based protocol transactions) so much easier?

Screenshots are here.

link|improve this answer
I totally agree. For example CocoaPacketAnalyzer from tastycocoabytes.com/cpa might look better for some, but it's so much harder to do proper filtering once one knows what Wireshark can do. – Arjan Nov 29 '09 at 20:29
Yes. I'm really looking for alternatives to Wireshark, though with a similar set of features. I can usually get Wireshark to do what I need, but it always takes a while to get there, especially if I haven't used it in a while. I was hoping for something simpler to use, even if a bit less powerful. – Tim Nov 29 '09 at 20:36
feedback

There are quite a few. The search on macupdate turns up some of them:

link|improve this answer
Packet Peeper looks to be a dead project… As of Sept 1011, there has been no update since 2008. – Paul Wagland Sep 23 '11 at 19:44
feedback

I'm a big fan of Charles, which isn't exactly a packet sniffer but does the same thing by using an internal proxy. It has a fantastic GUI and is extremely intuitive. Unfortunately, it's also $50, but has a 30-day trial.

link|improve this answer
HTTP Scoop might be a cheaper alternative. – Daniel Beck Jan 23 at 19:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.