Wireshark-bugs: [Wireshark-bugs] [Bug 730] tshark behaves differently than Wireshark with '-a fi

Date: Fri, 28 Sep 2007 14:25:41 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=730


jeff.morriss@xxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #6 from jeff.morriss@xxxxxxxxxxx  2007-09-28 14:25 GMT -------
This was recently fixed when Ulf made tshark use dumpcap:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22969

so the capture_loop stuff should now be the same between tshark and Wireshark.

Here's the result:

# ./tshark -i eth0 -b filesize:1024 -b duration:2 -a files:3 -w /tmp/x
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0

# ls -l /tmp/x*
-rw-------  1 root     root   5281 Sep 28 10:21 /tmp/x_00001_20070928102147
-rw-------  1 root     root  14542 Sep 28 10:21 /tmp/x_00002_20070928102150
-rw-------  1 root     root   5598 Sep 28 10:21 /tmp/x_00003_20070928102153
# 


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.