- Community Home
- >
- Networking
- >
- Security e-Series
- >
- wireshark - packet sniffing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-01-2009 09:47 AM - last edited on тАО01-04-2013 06:34 PM by Cathy_xu
тАО01-01-2009 09:47 AM - last edited on тАО01-04-2013 06:34 PM by Cathy_xu
wireshark - packet sniffing
Hi there
I'm using Wireshark to capture packets in my network. As it's capturing I'm sending some chat messages using Skype.
Then I'm trying to read those strings from Wireshark: File > Find Packet > String
I can't find any of those strings I was sending via Skype.
Does anyone know why ?
Can I somehow set a trap for Skype messages only ?
Regards
Peter
P.S.This thread has been moved from Insight Remote Support>Security to Security > HP Networking- HP Forums Moderator
- Tags:
- wireshark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2009 02:10 PM
тАО02-24-2009 02:10 PM
Re: wireshark - packet sniffing
Not going to happen with just wireshark.
Remote-exploit.org talks about it being encrypted, and points to a Black Hat paper http://www.blackhat.com/presentations/bh-europe-06/bh-eu-06-biondi/bh-eu-06-biondi-up.pdf
Do a google search with 'sniff skype' and you will see it is not a trivial exercise.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 12:03 PM
тАО05-12-2009 12:03 PM
Re: wireshark - packet sniffing
But if you are doing research or testing, you could probably use something like Paros. Paros is a security tool for web application vulnerability assessment. This is a man in the middle type of situation. The skype ssl's to the proxy, and the proxy ssl's onto the destination. The proxy sees everything that goes through.
Please do not use this covertly or illegality.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2011 04:04 PM
тАО02-15-2011 04:04 PM
Re: wireshark - packet sniffing
i am doing research on siptoskype gateway. i have used astrix for that as the skype communicate with sip only i want to see its Start of Message (SOM) or its frame message or ip header message but could not figure out how i can sneak packet of skype from wireshark,,
any help will be acceptable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2013 07:43 AM
тАО01-04-2013 07:43 AM
Re: wireshark - packet sniffing
Piotr,
It's all about filters with Wireshark. You can run the capture with filters or use filters after the capture is complete to see exactly what you want. Filter by IP or by protocol.
Check here for Display Filter Reference: http://www.wireshark.org/docs/dfref/
Check here forHow To Set Up a Capture: http://wiki.wireshark.org/CaptureSetup
The Wireshark book to use and have for ref is: http://www.chappellu.com/wiresharkbook.html
and of course...Laura Chappels blog: http://laurachappell.blogspot.com/
Other than that, you may sign up for courses at WiresharkU that are very good. You can even get an all-access pass that is moderately priced that will allow you to see and attend all online courses for one year.
Good luck and hope this helps!