Ask Your Question

jjulianf's profile - activity

2023-02-03 18:00:34 +0000 received badge  Taxonomist
2021-03-10 18:36:17 +0000 received badge  Notable Question (source)
2021-03-10 18:36:17 +0000 received badge  Popular Question (source)
2020-01-15 03:09:42 +0000 received badge  Famous Question (source)
2019-10-03 18:02:19 +0000 received badge  Famous Question (source)
2019-07-04 03:33:02 +0000 received badge  Notable Question (source)
2019-07-04 03:33:02 +0000 received badge  Popular Question (source)
2019-05-26 00:54:43 +0000 received badge  Notable Question (source)
2018-12-12 21:03:06 +0000 received badge  Popular Question (source)
2018-08-10 08:08:26 +0000 commented question TCP packet length was much greater than MTU

For some people who are wondering about the frame length they can measure with Wireshark, this might be a good explanati

2018-08-09 14:22:22 +0000 asked a question TCP packet length was much greater than MTU

TCP packet length was much greater than MTU Refering to this question in the old Wireshark forum: The issue is: Wiresha

2018-08-02 07:46:39 +0000 commented answer time limit for tshark capturing

Thanks, that's exactly what I wanted to do!

2018-08-02 07:43:33 +0000 marked best answer time limit for tshark capturing

I am using tshark to capture my network traffic and I want to limit the measurement time.

Tshark runs in a bash script to automatise the measurement, just like this:

tshark -i 1 -w test.pcap

Now I want to stop the measurement after X seconds.

How can I do that?

2018-08-01 15:40:01 +0000 edited question time limit for tshark capturing

time limit for tshark capturing I am using tshark to capture my network traffic and I want to limit the measurement time

2018-08-01 15:39:23 +0000 asked a question time limit for tshark capturing

time limit for tshark capturing I am using tshark to capture my network traffic and I want to limit the measurement time

2018-07-31 09:13:24 +0000 commented answer Customizing tick interval in IO Graph

Thank you both so much! I run Wireshark on Ubuntu 18.04 and i installed it from the repos with sudo apt-get wireshark.

2018-07-31 09:09:40 +0000 marked best answer Customizing tick interval in IO Graph

Hi all,

six years ago, a user posted this question about how to change the tick interval in the IO Graph:

"In IO Graph I would like to use tick interval value other than 0.001/0/0.01/0.1/1/10 second like 0.025 second. Is there an add-on somewhere that allows us to specify our own value or do I need to perhaps request that?"

This is exactly what I want to do too. The answer for that was:

"Those values are hard-coded in io_stat.c (look for tick_interval_values). To modify the values a code change is required. As Wireshark is open source, you can build your own version, with values that fit better in your environment."

I am using Wireshark Version 2.4.5 (Git v2.4.5 packaged as 2.4.5-1). It seems that the code files have changed, since I can't find the file io_stat.c in my files.

Does anyone know where I can find the hardcoded tick interval values? (Github-link or something similar)

Or is there any other possibility of customizing the IO Graph tick interval?

2018-07-31 09:09:40 +0000 received badge  Scholar (source)
2018-07-30 14:04:29 +0000 received badge  Editor (source)
2018-07-30 14:04:29 +0000 edited question Customizing tick interval in IO Graph

Customizing tick interval in IO Graph Hi all, six years ago, a user posted this question about how to change the tick i

2018-07-30 13:34:49 +0000 asked a question Customizing tick interval in IO Graph

Customizing tick interval in IO Graph Hi all, six years ago, a user posted this question about how to change the tick i