Ask Your Question
0

Usage of capinfos metadata

asked 2021-12-06 05:37:50 +0000

7ACE gravatar image

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-06 09:06:11 +0000

grahamb gravatar image

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

edit flag offensive delete link more

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 gravatar image7ACE ( 2021-12-06 12:53:42 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-12-06 05:37:50 +0000

Seen: 121 times

Last updated: Dec 06 '21