Ask Your Question
0

Count specific frame from the given log

asked 2017-11-16 09:08:59 +0000

Ronie gravatar image

I have a Wireshark log and I want to know how many such frames are present in the log. Is there any way to process the logs?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2017-11-16 10:59:22 +0000

grahamb gravatar image

When you load the capture file in Wireshark you can see the number of frames (displayed as "Packets") in the middle of the status bar at the bottom:

image description

You can also see more info about the capture file from the menu option Statistics -> Capture File Properties.

edit flag offensive delete link more

Comments

Thanks for the response, I can see the overall packet count, but I am interested in the count of a specific type of a frame from the log. for example the number of Application acks in the given log.

Ronie gravatar imageRonie ( 2017-11-16 11:04:08 +0000 )edit

Got it, selected a frame and added a filter, and then got the frame count in the bottom bar. Did you also meant in the same way, sorry if I misunderstood.

Ronie gravatar imageRonie ( 2017-11-16 11:10:40 +0000 )edit

Yes, there are two components to the status bar counts, the first is the total packets in the capture, the second is the number that a displayed given the current display filter. With no filter the two are equal.

If an answer has solved your issue, please accept it to let others know it's a good answer by clicking the checkmark icon.

grahamb gravatar imagegrahamb ( 2017-11-16 11:34:18 +0000 )edit
0

answered 2017-11-16 09:47:26 +0000

Jaap gravatar image

Have a look at capinfos, a command line tool that gives you information about the capture file (Wireshark log, as you call it) including frame count.

edit flag offensive delete link more

Comments

Thanks I'll have a look.

Ronie gravatar imageRonie ( 2017-11-16 11:04:35 +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: 2017-11-16 09:08:59 +0000

Seen: 4,336 times

Last updated: Nov 16 '17