1PROTOCOLS(5)               Linux Programmer's Manual              PROTOCOLS(5)
2
3
4

NAME

6       protocols - the protocols definition file
7

DESCRIPTION

9       This  file is a plain ASCII file, describing the various DARPA internet
10       protocols that are available from the TCP/IP subsystem.  It  should  be
11       consulted  instead  of using the numbers in the ARPA include files, or,
12       even worse, just guessing them. These numbers will occur in the  proto‐
13       col field of any ip header.
14
15       Keep  this  file  untouched  since changes would result in incorrect ip
16       packages. Protocol numbers and names are specified by the IANA  (Inter‐
17       net Assigned Numbers Authority).
18
19       Each line is of the following format:
20
21              protocol number aliases ...
22
23       where  the  fields  are  delimited  by spaces or tabs.  Empty lines are
24       ignored.  If a line contains a hash mark (#), the  hash  mark  and  the
25       part of the line following it are ignored.
26
27       The field descriptions are:
28
29
30       protocol
31              the native name for the protocol. For example ip, tcp, or udp.
32
33       number the  official  number for this protocol as it will appear within
34              the ip header.
35
36       aliases
37              optional aliases for the protocol.
38
39       This file might be distributed over a network using a networkwide  nam‐
40       ing service like Yellow Pages/NIS or BIND/Hesiod.
41
42

FILES

44       /etc/protocols
45              The protocols definition file.
46

SEE ALSO

48       getprotoent(3)
49
50       Guide to Yellow Pages Service
51
52       Guide to BIND/Hesiod Service
53
54       http://www.iana.org/assignments/protocol-numbers
55
56
57
58Linux                             2002-09-22                      PROTOCOLS(5)
Impressum