Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Doubt abt the info in TYPE in the Ip packet

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 5 Mar 2001 11:55:36 -0800 (PST)
> i like to know the types of protocols supported by ethereal and would also 
> like to know the their ID's . like TCP is 0x06 like that.

Well, the *complete* list of *all* protocols can be found in the man
page.

It sounds as if, however, you're only interested in the protocols that
run atop IP.

The list of *those* protocols is (all type numbers are decimal, as
that's how they're defined in "packet-ip.h").

	EIGRP - type is 88

	GRE - type is 47

	ICMPv6 - type is 58

	IGRP - type is 9

	IGMP - type is 2

	IP (IP-inside-IP tunneling) - type is 4

	ICMP - type is 1

	Authentication headers (part of IPsec) - type is 51

	Encapsulating security payload (part of IPsec) - type is 50

	IP payload compression (part of IPsec) - type is 108

	IPv6 - type is 41

	OSPF - type is 89

	PIM - type is 103

	RSVP - type is 46

	SCTP - type is 132

	TCP - type is 6

	UDP - type is 17

	Banyan VINES - type is 83

	VRRP - type is 112