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

tshark statistics (-z) now print like 919kB rather than integers

when I use tshark (latest version 3.4.0) command like

tshark -q -r one.pcapng -z conv,tcp

then it prints like

1.1.1.1 <-> 2.2.2.2 10141 919kB 10111 14MB 20252 15MB 0.000000000 4.5453

however, in older version (e.g. 3.2.2), it does not print bytes, kb, mb, just number without anything.

1.1.1.1 <-> 2.2.2.2 10141 919480 10111 14805918 20252 15725398 0.000000000 4.5453

I cannot find any message about this new feature in help docs. I guess there might be some option to decide print format. Do someone know the answer?

weravc's avatar
1
weravc
asked 2020-11-13 15:32:50 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Looks like issue 15360: human-readable numbers

Chuckc's avatar
3k
Chuckc
answered 2020-11-13 16:19:03 +0000
edit flag offensive 0 remove flag delete link

Comments

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