]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/cfgroot/protocols.pl
Change default NTP servers.
[people/pmueller/ipfire-2.x.git] / config / cfgroot / protocols.pl
1 # Protocols Data File
2 #
3 # This file is part of the IPCop Firewall.
4 #
5 # IPCop is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # IPCop is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with IPCop; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 #
19 # (c) The IPCop Team
20 #
21 # $Id: protocols.pl,v 1.2.2.1 2005/01/26 12:23:20 riddles Exp $
22 #
23 # Generated from /etc/protocols using:
24 # cat /etc/protocols | grep -ve "^#" | grep -v "^$" | \
25 # awk '{ print "\"" $1 "\" => \"" $2 "\","}'
26 #
27 # Code supplied by Mark Wormgroor
28 #
29
30 package Protocols;
31
32 %protocols = (
33 "ip" => "0",
34 "icmp" => "1",
35 "igmp" => "2",
36 "ggp" => "3",
37 "ipencap" => "4",
38 "st" => "5",
39 "tcp" => "6",
40 "cbt" => "7",
41 "egp" => "8",
42 "igp" => "9",
43 "bbn-rcc" => "10",
44 "nvp" => "11",
45 "pup" => "12",
46 "argus" => "13",
47 "emcon" => "14",
48 "xnet" => "15",
49 "chaos" => "16",
50 "udp" => "17",
51 "mux" => "18",
52 "dcn" => "19",
53 "hmp" => "20",
54 "prm" => "21",
55 "xns-idp" => "22",
56 "trunk-1" => "23",
57 "trunk-2" => "24",
58 "leaf-1" => "25",
59 "leaf-2" => "26",
60 "rdp" => "27",
61 "irtp" => "28",
62 "iso-tp4" => "29",
63 "netblt" => "30",
64 "mfe-nsp" => "31",
65 "merit-inp" => "32",
66 "sep" => "33",
67 "3pc" => "34",
68 "idpr" => "35",
69 "xtp" => "36",
70 "ddp" => "37",
71 "idpr-cmtp" => "38",
72 "tp++" => "39",
73 "il" => "40",
74 "ipv6" => "41",
75 "sdrp" => "42",
76 "ipv6-route" => "43",
77 "ipv6-frag" => "44",
78 "idrp" => "45",
79 "rsvp" => "46",
80 "gre" => "47",
81 "mhrp" => "48",
82 "bna" => "49",
83 "ipv6-crypt" => "50",
84 "ipv6-auth" => "51",
85 "i-nlsp" => "52",
86 "swipe" => "53",
87 "narp" => "54",
88 "mobile" => "55",
89 "tlsp" => "56",
90 "skip" => "57",
91 "ipv6-icmp" => "58",
92 "ipv6-nonxt" => "59",
93 "ipv6-opts" => "60",
94 "cftp" => "62",
95 "sat-expak" => "64",
96 "kryptolan" => "65",
97 "rvd" => "66",
98 "ippc" => "67",
99 "sat-mon" => "69",
100 "visa" => "70",
101 "ipcv" => "71",
102 "cpnx" => "72",
103 "cphb" => "73",
104 "wsn" => "74",
105 "pvp" => "75",
106 "br-sat-mon" => "76",
107 "sun-nd" => "77",
108 "wb-mon" => "78",
109 "wb-expak" => "79",
110 "iso-ip" => "80",
111 "vmtp" => "81",
112 "secure-vmtp" => "82",
113 "vines" => "83",
114 "ttp" => "84",
115 "nsfnet-igp" => "85",
116 "dgp" => "86",
117 "tcf" => "87",
118 "eigrp" => "88",
119 "ospf" => "89",
120 "sprite-rpc" => "90",
121 "larp" => "91",
122 "mtp" => "92",
123 "ax.25" => "93",
124 "ipip" => "94",
125 "micp" => "95",
126 "scc-sp" => "96",
127 "etherip" => "97",
128 "encap" => "98",
129 "gmtp" => "100",
130 "ifmp" => "101",
131 "pnni" => "102",
132 "pim" => "103",
133 "aris" => "104",
134 "scps" => "105",
135 "qnx" => "106",
136 "a/n" => "107",
137 "ipcomp" => "108",
138 "snp" => "109",
139 "compaq-peer" => "110",
140 "ipx-in-ip" => "111",
141 "vrrp" => "112",
142 "pgm" => "113",
143 "l2tp" => "115",
144 "ddx" => "116",
145 "iatp" => "117",
146 "stp" => "118",
147 "srp" => "119",
148 "uti" => "120",
149 "smp" => "121",
150 "sm" => "122",
151 "ptp" => "123",
152 "isis" => "124",
153 "fire" => "125",
154 "crtp" => "126",
155 "crdup" => "127",
156 "sscopmce" => "128",
157 "iplt" => "129",
158 "sps" => "130",
159 "pipe" => "131",
160 "sctp" => "132",
161 "fc" => "133",
162 );