Qual é a melhor ferramenta de monitoramento de rede lan? [duplicado]

1

Qual é a melhor ferramenta de monitoramento de rede lan?

    
por Community 11.03.2010 / 06:15

2 respostas

3

O Wireshark é a melhor ferramenta de monitoramento.

Wireshark is very similar to tcpdump, but it has a graphical front-end, and many more information sorting and filtering options. It allows the user to see all traffic being passed over the network (usually an Ethernet network but support is being added for others) by putting the network interface into promiscuous mode.

* Data can be captured "from the wire" from a live network connection or read from a file that recorded already-captured packets.
* Live data can be read from a number of types of network, including Ethernet, IEEE 802.11, PPP, and loopback.
* Captured network data can be browsed via a GUI, or via the terminal (command line) version of the utility, tshark.
* Captured files can be programmatically edited or converted via command-line switches to the "editcap" program.
* Data display can be refined using a display filter.
* Plug-ins can be created for dissecting new protocols.

De artigo da Wikipedia .

    
por 11.03.2010 / 06:33
0

Como alternativa, você pode dar uma olhada em Microsoft Network Monitorar (netmon) se você trabalha com o Windows:

    
por 11.03.2010 / 09:48

Tags