Sniffing My Own Connection
DOOManiac
Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
in Off-Topic
<div class="IPBDescription">for development purposes</div>Question to all you network gurus out there:
I'm only briefly familiar w/ the concept of sniffing. Is there any way I can sniff my own connection and see a readout (hex dump, or etc) so that i can read any plaintext data being sent?
Thanks.
I'm only briefly familiar w/ the concept of sniffing. Is there any way I can sniff my own connection and see a readout (hex dump, or etc) so that i can read any plaintext data being sent?
Thanks.
Comments
Sniffing my own connection indeed. You'll go blind!
Sniffing my own connection indeed. You'll go blind! <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
<!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif'><!--endemo-->
Oh dear.
<!--QuoteBegin--DOOManiac+Apr 8 2003, 05:17 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (DOOManiac @ Apr 8 2003, 05:17 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Question to all you network gurus out there:
I'm only briefly familiar w/ the concept of sniffing. Is there any way I can sniff my own connection and see a readout (hex dump, or etc) so that i can read any plaintext data being sent?
Thanks.<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
The best program I've used for packet sniffing is <a href='http://www.ethereal.com/' target='_blank'>Ethereal</a>. It logs <i>all</i> your network traffic (<i>up to <b>366</b> protocols!!</i>) in real-time. It's still beta software, but I've never had any trouble with it.
just keep in mind that you may not just be seeing your own traffic
For a slightly simpler tool, tcpdump works.
I forgot, but I will remeber tomorrow, PM/IM me if you have already got this issue resolved
The only real time I've used a packet sniffer at home was when I was troubleshooting my younger brother's connection to the network. He wanted to do the installation himself so he could learn, so I let him. When it didn't work, he blamed my router configuration.
By running the packet sniffer, I was able point out exactly why his computer wasn't doing well on the network - it was transmitting packets just fine, but wasn't acknowledging any receipts. It turns out he messed up both the Rx wires. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->