|
I am interested in capturing traffic on our network from a range of devices as part of a device trial. The devices will not have wireshark installed on them. Is it possible to still capture data from these trial devices using TShark? |
|
Yes, probably. But remember that you will still need to have installed the libpcap (or winpcap, depending of your target platform) device driver. Fortunately, on most if not all UN*X platforms, there's no device driver to install - libpcap uses a mechanism built into the OS. Windows is different - it requires a driver to connect NDIS to the WinPcap library. That driver is part of WinPcap.
(27 Feb '12, 14:01)
Guy Harris ♦♦
|

What do you mean by "capture data from these trial devices"? You can capture traffic from a device using Wireshark, or TShark, or tcpdump, or snoop, or..., without having Wireshark, or TShark, or tcpdump, or snoop, or... running on the device itself, as long as you're on the same network as the device.