This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotocol_numbers.rflx
644 lines (496 loc) · 16.3 KB
/
protocol_numbers.rflx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
-- AUTOMATICALLY GENERATED. DO NOT EDIT.
-- Generation date: 2022-10-05
-- Protocol Numbers
-- Registry last updated on 2021-02-26
package Protocol_Numbers is
type Assigned_Internet_Protocol_Numbers is
(-- description = IPv6 Hop-by-Hop Option
-- ipv6 = Y
-- Ref: rfc8200
HOPOPT => 0,
-- description = Internet Control Message
-- Ref: rfc792
ICMP => 1,
-- description = Internet Group Management
-- Ref: rfc1112
IGMP => 2,
-- description = Gateway-to-Gateway
-- Ref: rfc823
GGP => 3,
-- description = IPv4 encapsulation
-- Ref: rfc2003
IPv4 => 4,
-- description = Stream
-- Ref: rfc1190
-- Ref: rfc1819
ST => 5,
-- description = Transmission Control
-- Ref: rfc793
TCP => 6,
-- description = CBT
-- Ref: Tony_Ballardie
CBT => 7,
-- description = Exterior Gateway Protocol
-- Ref: rfc888
-- Ref: David_Mills
EGP => 8,
-- description = any private interior gateway (used by Cisco for their
-- IGRP)
-- Ref: Internet_Assigned_Numbers_Authority
IGP => 9,
-- description = BBN RCC Monitoring
-- Ref: Steve_Chipman
BBN_RCC_MON => 10,
-- description = Network Voice Protocol
-- Ref: rfc741
-- Ref: Steve_Casner
NVP_II => 11,
-- description = PUP
-- xref = Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An Internetwork
-- Architecture", XEROX Palo Alto Research Center, CSL-79-10, July 1979;
-- also in IEEE Transactions on Communication, Volume COM-28, Number 4,
-- April 1980.
-- xref = [XEROX]
PUP => 12,
-- description = ARGUS
-- Ref: Robert_W_Scheifler
ARGUS_Deprecated => 13,
-- description = EMCON
-- xref = <mystery contact>
EMCON => 14,
-- description = Cross Net Debugger
-- xref = Haverty, J., "XNET Formats for Internet Protocol Version 4", IEN 158,
-- October 1980.
-- Ref: Jack_Haverty
XNET => 15,
-- description = Chaos
-- Ref: J_Noel_Chiappa
CHAOS => 16,
-- description = User Datagram
-- Ref: rfc768
-- Ref: Jon_Postel
UDP => 17,
-- description = Multiplexing
-- xref = Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90, USC/Information
-- Sciences Institute, May 1979.
-- Ref: Jon_Postel
MUX => 18,
-- description = DCN Measurement Subsystems
-- Ref: David_Mills
DCN_MEAS => 19,
-- description = Host Monitoring
-- Ref: rfc869
-- Ref: Bob_Hinden
HMP => 20,
-- description = Packet Radio Measurement
-- Ref: Zaw_Sing_Su
PRM => 21,
-- description = XEROX NS IDP
-- xref = "The Ethernet, A Local Area Network: Data Link Layer and Physical Layer
-- Specification", AA-K759B-TK, Digital Equipment Corporation, Maynard,
-- MA. Also as: "The Ethernet - A Local Area Network", Version 1.0,
-- Digital Equipment Corporation, Intel Corporation, Xerox Corporation,
-- September 1980. And: "The Ethernet, A Local Area Network: Data Link
-- Layer and Physical Layer Specifications", Digital, Intel and Xerox,
-- November 1982. And: XEROX, "The Ethernet, A Local Area Network: Data
-- Link Layer and Physical Layer Specification", X3T51/80-50, Xerox
-- Corporation, Stamford, CT., October 1980.
-- xref = [XEROX]
XNS_IDP => 22,
-- description = Trunk-1
-- Ref: Barry_Boehm
TRUNK_1 => 23,
-- description = Trunk-2
-- Ref: Barry_Boehm
TRUNK_2 => 24,
-- description = Leaf-1
-- Ref: Barry_Boehm
LEAF_1 => 25,
-- description = Leaf-2
-- Ref: Barry_Boehm
LEAF_2 => 26,
-- description = Reliable Data Protocol
-- Ref: rfc908
-- Ref: Bob_Hinden
RDP => 27,
-- description = Internet Reliable Transaction
-- Ref: rfc938
-- Ref: Trudy_Miller
IRTP => 28,
-- description = ISO Transport Protocol Class 4
-- Ref: rfc905
-- xref = <mystery contact>
ISO_TP4 => 29,
-- description = Bulk Data Transfer Protocol
-- Ref: rfc969
-- Ref: David_Clark
NETBLT => 30,
-- description = MFE Network Services Protocol
-- xref = Shuttleworth, B., "A Documentary of MFENet, a National Computer Network",
-- UCRL-52317, Lawrence Livermore Labs, Livermore, California, June
-- 1977.
-- Ref: Barry_Howard
MFE_NSP => 31,
-- description = MERIT Internodal Protocol
-- Ref: Hans_Werner_Braun
MERIT_INP => 32,
-- description = Datagram Congestion Control Protocol
-- Ref: rfc4340
DCCP => 33,
-- description = Third Party Connect Protocol
-- Ref: Stuart_A_Friedberg
Assigned_Internet_Protocol_Numbers_3PC => 34,
-- description = Inter-Domain Policy Routing Protocol
-- Ref: Martha_Steenstrup
IDPR => 35,
-- description = XTP
-- Ref: Greg_Chesson
XTP => 36,
-- description = Datagram Delivery Protocol
-- Ref: Wesley_Craig
DDP => 37,
-- description = IDPR Control Message Transport Proto
-- Ref: Martha_Steenstrup
IDPR_CMTP => 38,
-- description = TP++ Transport Protocol
-- Ref: Dirk_Fromhein
TP => 39,
-- description = IL Transport Protocol
-- Ref: Dave_Presotto
IL => 40,
-- description = IPv6 encapsulation
-- Ref: rfc2473
IPv6 => 41,
-- description = Source Demand Routing Protocol
-- Ref: Deborah_Estrin
SDRP => 42,
-- description = Routing Header for IPv6
-- ipv6 = Y
-- Ref: Steve_Deering
IPv6_Route => 43,
-- description = Fragment Header for IPv6
-- ipv6 = Y
-- Ref: Steve_Deering
IPv6_Frag => 44,
-- description = Inter-Domain Routing Protocol
-- Ref: Sue_Hares
IDRP => 45,
-- description = Reservation Protocol
-- Ref: rfc2205
-- Ref: rfc3209
-- Ref: Bob_Braden
RSVP => 46,
-- description = Generic Routing Encapsulation
-- Ref: rfc2784
-- Ref: Tony_Li
GRE => 47,
-- description = Dynamic Source Routing Protocol
-- Ref: rfc4728
DSR => 48,
-- description = BNA
-- xref = Gary Salamon
BNA => 49,
-- description = Encap Security Payload
-- ipv6 = Y
-- Ref: rfc4303
ESP => 50,
-- description = Authentication Header
-- ipv6 = Y
-- Ref: rfc4302
AH => 51,
-- description = Integrated Net Layer Security TUBA
-- Ref: K_Robert_Glenn
I_NLSP => 52,
-- description = IP with Encryption
-- Ref: John_Ioannidis
SWIPE_Deprecated => 53,
-- description = NBMA Address Resolution Protocol
-- Ref: rfc1735
NARP => 54,
-- description = IP Mobility
-- Ref: Charlie_Perkins
MOBILE => 55,
-- description = Transport Layer Security Protocol using Kryptonet key
-- management
-- Ref: Christer_Oberg
TLSP => 56,
-- description = SKIP
-- Ref: Tom_Markson
SKIP => 57,
-- description = ICMP for IPv6
-- Ref: rfc8200
IPv6_ICMP => 58,
-- description = No Next Header for IPv6
-- Ref: rfc8200
IPv6_NoNxt => 59,
-- description = Destination Options for IPv6
-- ipv6 = Y
-- Ref: rfc8200
IPv6_Opts => 60,
-- Ref: Internet_Assigned_Numbers_Authority
Any_Host_Internal_Protocol => 61,
-- description = CFTP
-- xref = Forsdick, H., "CFTP", Network Message, Bolt Beranek and Newman, January
-- 1982.
-- Ref: Harry_Forsdick
CFTP => 62,
-- Ref: Internet_Assigned_Numbers_Authority
Any_Local_Network => 63,
-- description = SATNET and Backroom EXPAK
-- Ref: Steven_Blumenthal
SAT_EXPAK => 64,
-- description = Kryptolan
-- xref = Paul Liu
KRYPTOLAN => 65,
-- description = MIT Remote Virtual Disk Protocol
-- Ref: Michael_Greenwald
RVD => 66,
-- description = Internet Pluribus Packet Core
-- Ref: Steven_Blumenthal
IPPC => 67,
-- Ref: Internet_Assigned_Numbers_Authority
Any_Distributed_File_System => 68,
-- description = SATNET Monitoring
-- Ref: Steven_Blumenthal
SAT_MON => 69,
-- description = VISA Protocol
-- Ref: Gene_Tsudik
VISA => 70,
-- description = Internet Packet Core Utility
-- Ref: Steven_Blumenthal
IPCV => 71,
-- description = Computer Protocol Network Executive
-- xref = David Mittnacht
CPNX => 72,
-- description = Computer Protocol Heart Beat
-- xref = David Mittnacht
CPHB => 73,
-- description = Wang Span Network
-- xref = Victor Dafoulas
WSN => 74,
-- description = Packet Video Protocol
-- Ref: Steve_Casner
PVP => 75,
-- description = Backroom SATNET Monitoring
-- Ref: Steven_Blumenthal
BR_SAT_MON => 76,
-- description = SUN ND PROTOCOL-Temporary
-- Ref: William_Melohn
SUN_ND => 77,
-- description = WIDEBAND Monitoring
-- Ref: Steven_Blumenthal
WB_MON => 78,
-- description = WIDEBAND EXPAK
-- Ref: Steven_Blumenthal
WB_EXPAK => 79,
-- description = ISO Internet Protocol
-- Ref: Marshall_T_Rose
ISO_IP => 80,
-- description = VMTP
-- Ref: Dave_Cheriton
VMTP => 81,
-- description = SECURE-VMTP
-- Ref: Dave_Cheriton
SECURE_VMTP => 82,
-- description = VINES
-- xref = Brian Horn
VINES => 83,
-- description = Transaction Transport Protocol
-- Ref: Jim_Stevens
-- description = Internet Protocol Traffic Manager
-- Ref: Jim_Stevens
-- alternative_name = TTP
-- alternative_name = IPTM
Assigned_Internet_Protocol_Numbers_84 => 84,
-- description = NSFNET-IGP
-- Ref: Hans_Werner_Braun
NSFNET_IGP => 85,
-- description = Dissimilar Gateway Protocol
-- xref = M/A-COM Government Systems, "Dissimilar Gateway Protocol Specification,
-- Draft Version", Contract no. CS901145, November 16, 1987.
-- Ref: Mike_Little
DGP => 86,
-- description = TCF
-- Ref: Guillermo_A_Loyola
TCF => 87,
-- description = EIGRP
-- Ref: rfc7868
EIGRP => 88,
-- description = OSPFIGP
-- Ref: rfc1583
-- Ref: rfc2328
-- Ref: rfc5340
-- Ref: John_Moy
OSPFIGP => 89,
-- description = Sprite RPC Protocol
-- xref = Welch, B., "The Sprite Remote Procedure Call System", Technical Report,
-- UCB/Computer Science Dept., 86/302, University of California at
-- Berkeley, June 1986.
-- xref = Bruce Willins
Sprite_RPC => 90,
-- description = Locus Address Resolution Protocol
-- xref = Brian Horn
LARP => 91,
-- description = Multicast Transport Protocol
-- Ref: Susie_Armstrong
MTP => 92,
-- description = AX.25 Frames
-- Ref: Brian_Kantor
AX_25 => 93,
-- description = IP-within-IP Encapsulation Protocol
-- Ref: John_Ioannidis
IPIP => 94,
-- description = Mobile Internetworking Control Pro.
-- Ref: John_Ioannidis
MICP_Deprecated => 95,
-- description = Semaphore Communications Sec. Pro.
-- Ref: Howard_Hart
SCC_SP => 96,
-- description = Ethernet-within-IP Encapsulation
-- Ref: rfc3378
ETHERIP => 97,
-- description = Encapsulation Header
-- Ref: rfc1241
-- Ref: Robert_Woodburn
ENCAP => 98,
-- Ref: Internet_Assigned_Numbers_Authority
Any_Private_Encryption_Scheme => 99,
-- description = GMTP
-- xref = [RXB5]
GMTP => 100,
-- description = Ipsilon Flow Management Protocol
-- Ref: Bob_Hinden
-- xref = November 1995, 1997.
IFMP => 101,
-- description = PNNI over IP
-- Ref: Ross_Callon
PNNI => 102,
-- description = Protocol Independent Multicast
-- Ref: rfc7761
-- Ref: Dino_Farinacci
PIM => 103,
-- description = ARIS
-- Ref: Nancy_Feldman
ARIS => 104,
-- description = SCPS
-- Ref: Robert_Durst
SCPS => 105,
-- description = QNX
-- Ref: Michael_Hunter
QNX => 106,
-- description = Active Networks
-- Ref: Bob_Braden
A_N => 107,
-- description = IP Payload Compression Protocol
-- Ref: rfc2393
IPComp => 108,
-- description = Sitara Networks Protocol
-- Ref: Manickam_R_Sridhar
SNP => 109,
-- description = Compaq Peer Protocol
-- Ref: Victor_Volpe
Compaq_Peer => 110,
-- description = IPX in IP
-- Ref: CJ_Lee
IPX_In_IP => 111,
-- description = Virtual Router Redundancy Protocol
-- Ref: rfc5798
VRRP => 112,
-- description = PGM Reliable Transport Protocol
-- Ref: Tony_Speakman
PGM => 113,
-- Ref: Internet_Assigned_Numbers_Authority
Any_0_Hop_Protocol => 114,
-- description = Layer Two Tunneling Protocol
-- Ref: rfc3931
-- Ref: Bernard_Aboba
L2TP => 115,
-- description = D-II Data Exchange (DDX)
-- Ref: John_Worley
DDX => 116,
-- description = Interactive Agent Transfer Protocol
-- Ref: John_Murphy
IATP => 117,
-- description = Schedule Transfer Protocol
-- Ref: Jean_Michel_Pittet
STP => 118,
-- description = SpectraLink Radio Protocol
-- Ref: Mark_Hamilton
SRP => 119,
-- description = UTI
-- Ref: Peter_Lothberg
UTI => 120,
-- description = Simple Message Protocol
-- Ref: Leif_Ekblad
SMP => 121,
-- description = Simple Multicast Protocol
-- Ref: Jon_Crowcroft
-- Ref: draft-perlman-simple-multicast
SM_Deprecated => 122,
-- description = Performance Transparency Protocol
-- Ref: Michael_Welzl
PTP => 123,
-- Ref: Tony_Przygienda
ISIS_Over_IPv4 => 124,
-- Ref: Criag_Partridge
FIRE => 125,
-- description = Combat Radio Transport Protocol
-- Ref: Robert_Sautter
CRTP => 126,
-- description = Combat Radio User Datagram
-- Ref: Robert_Sautter
CRUDP => 127,
-- Ref: Kurt_Waber
SSCOPMCE => 128,
-- xref = [Hollbach]
IPLT => 129,
-- description = Secure Packet Shield
-- Ref: Bill_McIntosh
SPS => 130,
-- description = Private IP Encapsulation within IP
-- Ref: Bernhard_Petri
PIPE => 131,
-- description = Stream Control Transmission Protocol
-- Ref: Randall_R_Stewart
SCTP => 132,
-- description = Fibre Channel
-- Ref: Murali_Rajagopal
-- Ref: rfc6172
FC => 133,
-- Ref: rfc3175
RSVP_E2E_IGNORE => 134,
-- ipv6 = Y
-- Ref: rfc6275
Mobility_Header => 135,
-- Ref: rfc3828
UDPLite => 136,
-- Ref: rfc4023
MPLS_In_IP => 137,
-- description = MANET Protocols
-- Ref: rfc5498
Manet => 138,
-- description = Host Identity Protocol
-- ipv6 = Y
-- Ref: rfc7401
HIP => 139,
-- description = Shim6 Protocol
-- ipv6 = Y
-- Ref: rfc5533
Shim6 => 140,
-- description = Wrapped Encapsulating Security Payload
-- Ref: rfc5840
WESP => 141,
-- description = Robust Header Compression
-- Ref: rfc5858
ROHC => 142,
-- description = Ethernet
-- Ref: rfc8986
Ethernet => 143,
-- ipv6 = Y
-- Ref: rfc3692
Use_For_Experimentation_And_Testing_253 => 253,
-- ipv6 = Y
-- Ref: rfc3692
Use_For_Experimentation_And_Testing_254 => 254)
with Size => 8, Always_Valid;
end Protocol_Numbers;