https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5982
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames@xxxxxxxxxxxxxxxx
--- Comment #1 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2011-06-06 04:42:38 PDT ---
Hi,
> Recently I started working on GNS3 network simulator, and one of our
> features is to dump traffic to file and keep running.
> The PCAP files on hard disk are being continuously updated / written.
> Currently I must restart Wireshark GUI every time I wanna see the new
> packets coming.
I have simillar problem like you, and I'm using one liner:
$ tail -f -c +0b file.pcap | ./wireshark -k -i -
hth.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.