First time here? Check out the FAQ!

Ask Your Question
0

Starting wireshark with a particular column ordered?

asked Aug 24 '0

Ankur Satle gravatar image

When invoked, wireshark displays packets in arrival order i.e. ordered by packet_num. I would like to invoke wireshark such that it starts displaying packets in order w.r.t. a particular column as it receives them. The wireshark is going to receive pcap-ng packets from a pipe.

Current command:

$ wireshark -r in_pipe

Desired command:

$ wireshark -r in_pipe display_order:absolute_timestamp

Is there a facility that allows us to do this?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered Aug 24 '0

Guy Harris gravatar image

Can you change the program that sends packets over the pipe to send them in packet time stamp order? That would render such an option unnecessary, as sorting by time stamp will be the same as sorting them in arrival order.

Preview: (hide)
link

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: Aug 24 '0

Seen: 371 times

Last updated: Aug 24 '20