where can I learn about packet sniffing

  • Thread starter Thread starter mmac
  • Start date Start date
M

mmac

Where is an online tutorial about packet sniffing? I saw somebody use one at
work and it really caught my attention. I want to know how to read the info. We
are mostly looking for why the network neighborhood sometimes takes 45 seconds
to display. But the subject is intriguing anyway.
 
mmac said:
Where is an online tutorial about packet sniffing? I saw somebody use one at
work and it really caught my attention. I want to know how to read the info. We
are mostly looking for why the network neighborhood sometimes takes 45 seconds
to display. But the subject is intriguing anyway.

Hello
Before you learn packet sniffing, you must know the details of TCP/IP
protocols. Read the TCP/IP rfc and understand its headers.
Packet sniffing is nothing but interpreting the TCP/IP headers from the raw
data
You can get the best packet sniffer Ethereal from www.ethereal.com


Madhur
India
 
TCP/IP Illustrated Volume 1 by Stevens and Internetworking with TCP/IP
Volume 1 by Comer are good primers on TCP/IP.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top