First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to make wireshark pop out a file when there are a lot of tcp retransmissions?

Hi, I want to reroute traffic when a router gets congested. To do this I want wireshark to pop off a file when there are too many retransmissions in a short period of time. I'll have some python detect that the file has been created.

asked 2017-12-06 16:13:00 +0000
This post is a wiki. Anyone with karma >750 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You might be able to o this with tshark , filtering on retransmissions. Then you can count the instances an determine if there are too many in a given time.

masonke's avatar
1
masonke
answered 2017-12-06 23:19:59 +0000
edit flag offensive 0 remove flag delete link

Comments

Is there lua you can run in tshark that will stay with the counter instead of going to the network feed?

f00dninja's avatar f00dninja (2017-12-07 13:31:24 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer