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

What's a capture filter that captures only RIP and OSPF packets?

  • retag add tags

I'm new to Wireshark and cannot figure out how to capture rip and ospf packets

ranger5760@gmail.com's avatar
1
[email protected]
asked 2020-04-11 22:29:48 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-04-12 04:46:07 +0000
edit flag offensive 0 remove flag close merge delete

Comments

You're looking for a capture filter to only capture rip and ospf packets?
Or unable to capture them at all?

Chuckc's avatar Chuckc (2020-04-12 03:35:33 +0000) edit

looking for capture filters to only capture rip and ospf packets

ranger5760@gmail.com's avatar [email protected] (2020-04-12 03:48:56 +0000) edit
add a comment see more comments

1 Answer

1

RIP uses UDP port 520, and RIPng uses UDP port 521.

OSPF runs directly on top of IP, using IP protocol number 89.

So the filter would be

udp port 520 or udp port 521 or ip proto 89
Guy Harris's avatar
19.9k
Guy Harris
answered 2020-04-12 04:52:08 +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