This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How can I see the protocol number instead of protocol name?

0

How can I see the protocol number instead of protocol name? In Wireshark I just see the name of the protocol like "SIGCOMP" or "QUIC". I need the protocol number for ACL. I need to block/disable the "SIGCOMP" and "QUIC" protocol.

asked 18 Jan '15, 21:11

appreciated's gravatar image

appreciated
6225
accept rate: 0%


2 Answers:

1

At least for sigcomp I think the packets are actually over tcp or udp on port 5060 - right? So in fact it's not sigcomp. You should look at blocking port 5060 if you don't have any sip traffic.

answered 18 Jan '15, 22:35

Anders's gravatar image

Anders ♦
4.6k952
accept rate: 17%

1

You can always see the port numbers in the UDP/TCP part of the packet details pane.

If you want to see the numbers in the packet list, you can disable name resolution for the transport layer (View -> Name Resolution -> Enable for transport layer)

answered 19 Jan '15, 01:14

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%