Ask Your Question

jcabrejas006's profile - activity

2021-06-24 02:46:30 +0000 received badge  Famous Question (source)
2021-03-10 18:00:59 +0000 received badge  Notable Question (source)
2021-03-10 18:00:59 +0000 received badge  Popular Question (source)
2019-02-22 09:06:07 +0000 commented answer Problem tshark io,stat interval

There was a bug report already open, and it looks like they fixed it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?

2019-02-20 08:54:34 +0000 commented answer Problem tshark io,stat interval

Ok, I'll do it. Where do I go to open the bug report?

2019-02-19 09:24:30 +0000 commented answer Problem tshark io,stat interval

That was it!! Thank you so much for your help!

2019-02-19 09:23:22 +0000 marked best answer Problem tshark io,stat interval

Hi, I'm trying to get 1ms statistics for all packets with vlan priority = 2 in my capture. I use the command

tshark -n -q -r test.pcap -z "io,stat,0.001,vlan.priority==2"

But I get the following error:

tshark: invalid "-z io,stat,<interval>[,<filter>][,<filter>]...0" argument

The command with 1 second interval works fine. (tshark -n -q -r test.pcap -z "io,stat,1,vlan.priority==2")

2019-02-19 09:23:22 +0000 received badge  Scholar (source)
2019-02-15 08:50:16 +0000 commented question Problem tshark io,stat interval

This is the output for tshark -v. I work on a Linux system, Ubuntu 18.04 TShark (Wireshark) 2.6.6 (Git v2.6.6 packaged

2019-02-15 08:49:50 +0000 commented question Problem tshark io,stat interval

This is the output for tshark -v. I work on a Linux system, Ubuntu 18.04 TShark (Wireshark) 2.6.6 (Git v2.6.6 packaged

2019-02-14 09:03:34 +0000 asked a question Problem tshark io,stat interval

Problem tshark io,stat interval Hi, I'm trying to get 1ms statistics for all packets with vlan priority = 2 in my captur