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

Usage of capinfos metadata

Hello,

On Windows 10,using capinfos,How to get output like when using -n or -D?

$ capinfos -n test.pcapng
  File name:           test.pcapng

$ capinfos -D test.pcapng
  File name:           test.pcapng

$ capinfos -v
  Capinfos (Wireshark) 3.6.0 (v3.6.0-0-g3a34e44d02c9)

Metadata infos:
-n display number of resolved IPv4 and IPv6 addresses
-D display number of decryption secrets

Regards, 7ACE

7ACE's avatar
40
7ACE
asked 2021-12-06 05:37:50 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You need a capture file that has resolved name information or decryption secrets in it, otherwise the output is blank.

grahamb's avatar
23.8k
grahamb
answered 2021-12-06 09:06:11 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks a lot. I tried again.

$ capinfos -n test.pcapng
File name:           test.pcapng
Number of resolved IPv4 addresses in file: 40

$ capinfos -D test.pcapng
File name:           test.pcapng
Number of decryption secrets in file: 1
7ACE's avatar 7ACE (2021-12-06 12:53:42 +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