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

NAME

6       protocols - 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       protocol
30              the native name for the protocol.  For example ip, tcp, or udp.
31
32       number the  official  number for this protocol as it will appear within
33              the IP header.
34
35       aliases
36              optional aliases for the protocol.
37
38       This file might be distributed over a network using a network-wide nam‐
39       ing service like Yellow Pages/NIS or BIND/Hesiod.
40

FILES

42       /etc/protocols
43              The protocols definition file.
44

SEE ALSO

46       getprotoent(3)
47
48http://www.iana.org/assignments/protocol-numbers
49

COLOPHON

51       This  page  is  part of release 3.53 of the Linux man-pages project.  A
52       description of the project, and information about reporting  bugs,  can
53       be found at http://www.kernel.org/doc/man-pages/.
54
55
56
57Linux                             2012-08-05                      PROTOCOLS(5)
Impressum