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

How to filter STUN packets by info column in wireshark

  • retag add tags

I am using Wireshark . Is it possible to filter stun packets by info column using this software? Thanks in advance.

aba's avatar
1
aba
asked 2020-10-28 08:43:25 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

You can display stun packets with the filter: stun or classicstun

(there are two versions of the stun protocol)

SYN-bit's avatar
18.5k
SYN-bit
answered 2020-10-28 08:45:53 +0000
edit flag offensive 0 remove flag delete link

Comments

yes i'm use stun but i want to search in info column

aba's avatar aba (2020-10-28 09:28:49 +0000) edit

Is there information in the info column that is not available in any field? Then you're out-of-luck regarding filtering. But you can off course use the "find" option to search in the packet-list (as long as the info column is displayed).

SYN-bit's avatar SYN-bit (2020-10-28 10:46:15 +0000) edit
add a comment see more comments
0

Yes, with a Lua plugin:
filtcols A post-dissector to allow filtering on Protocol and Info columns

Chuckc's avatar
3k
Chuckc
answered 2020-10-28 14:52:09 +0000, updated 2020-10-28 14:52:43 +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