Lightweight network packet capture solution for windows?

1

I'm looking for a lightweight packet capture solution for Windows. It needs to capture all packets on a physical network device and write them to a file (preferably .pcap, because that's easiest for my postprocessing). I'd go with wireshark, but that maintains a graphical list and keeps a lot of the captured packets in memory, which may affect the way the system runs.

Is there something similar that will simply capture and write to a file? (All analysis can be done afterwards.)

us2012

Posted 2013-02-14T21:19:57.213

Reputation: 142

Question was closed 2013-02-18T01:14:08.193

1Wireshark has a command-line tshark tool, which is just like tcpdump. – user1686 – 2013-02-14T22:56:36.940

Answers