aboutsummaryrefslogtreecommitdiffstats
path: root/epan/t35.c
blob: ade6fe3521c29541f1fbc4b3c068b2cce0cdad1d (plain)
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
/* t35.c
 * T.35 and H.221 tables
 * 2003  Tomas Kukosa
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include <epan/t35.h>

/* Recommendation T.35 (02/2000) */
/* Annex to ITU Operational Bulletin No. 766 - 15.VI.2002 */
const value_string T35CountryCode_vals[] = {
	{ 0x00, "Japan"},
	{ 0x01, "Albania"},
	{ 0x02, "Algeria"},
	{ 0x03, "American Samoa"},
	{ 0x04, "Germany"},
	{ 0x05, "Anguilla"},
	{ 0x06, "Antigua and Barbuda"},
	{ 0x07, "Argentina"},
	{ 0x08, "Ascension (see S. Helena)"},
	{ 0x09, "Australia"},
	{ 0x0a, "Austria"},
	{ 0x0b, "Bahamas"},
	{ 0x0c, "Bahrain"},
	{ 0x0d, "Bangladesh"},
	{ 0x0e, "Barbados"},
	{ 0x0f, "Belgium"},
	{ 0x10, "Belize"},
	{ 0x11, "Benin"},
	{ 0x12, "Bermuda"},
	{ 0x13, "Bhutan"},
	{ 0x14, "Bolivia"},
	{ 0x15, "Botswana"},
	{ 0x16, "Brazil"},
	{ 0x17, "British Antarctic Territory"},
	{ 0x18, "British Indian Ocean Territory"},
	{ 0x19, "British Virgin Islands"},
	{ 0x1a, "Brunei Darussalam"},
	{ 0x1b, "Bulgaria"},
	{ 0x1c, "Myanmar"},
	{ 0x1d, "Burundi"},
	{ 0x1e, "Belarus"},
	{ 0x1f, "Cameroon"},
	{ 0x20, "Canada"},
	{ 0x21, "Cape Verde"},
	{ 0x22, "Cayman Islands"},
	{ 0x23, "Central African Rep."},
	{ 0x24, "Chad"},
	{ 0x25, "Chile"},
	{ 0x26, "China"},
	{ 0x27, "Colombia"},
	{ 0x28, "Comoros"},
	{ 0x29, "Congo"},
	{ 0x2a, "Cook Islands"},
	{ 0x2b, "Costa Rica"},
	{ 0x2c, "Cuba"},
	{ 0x2d, "Cyprus"},
	{ 0x2e, "Czech Rep."},
	{ 0x2f, "Cambodia"},
	{ 0x30, "Dem. People's Rep. of Korea"},
	{ 0x31, "Denmark"},
	{ 0x32, "Djibouti"},
	{ 0x33, "Dominican Rep."},
	{ 0x34, "Dominica"},
	{ 0x35, "Ecuador"},
	{ 0x36, "Egypt"},
	{ 0x37, "El Salvador"},
	{ 0x38, "Equatorial Guinea"},
	{ 0x39, "Ethiopia"},
	{ 0x3a, "Falkland Islands (Malvinas)"},
	{ 0x3b, "Fiji"},
	{ 0x3c, "Finland"},
	{ 0x3d, "France"},
	{ 0x3e, "French Polynesia"},
	/* { 0x3f, "(Available)"}, */
	{ 0x40, "Gabon"},
	{ 0x41, "Gambia"},
	{ 0x42, "Germany"},
	{ 0x43, "Angola"},
	{ 0x44, "Ghana"},
	{ 0x45, "Gibraltar"},
	{ 0x46, "Greece"},
	{ 0x47, "Grenada"},
	{ 0x48, "Guam"},
	{ 0x49, "Guatemala"},
	{ 0x4a, "Guernsey"},
	{ 0x4b, "Guinea"},
	{ 0x4c, "Guinea-Bissau"},
	{ 0x4d, "Guayana"},
	{ 0x4e, "Haiti"},
	{ 0x4f, "Honduras"},
	{ 0x50, "Hong Kong, China"},
	{ 0x51, "Hungary"},
	{ 0x52, "Iceland"},
	{ 0x53, "India"},
	{ 0x54, "Indonesia"},
	{ 0x55, "Iran (Islamic Republic of)"},
	{ 0x56, "Iraq"},
	{ 0x57, "Ireland"},
	{ 0x58, "Israel"},
	{ 0x59, "Italy"},
	{ 0x5a, "Cote d'Ivoire"},
	{ 0x5b, "Jamaica"},
	{ 0x5c, "Afghanistan"},
	{ 0x5d, "Jersey"},
	{ 0x5e, "Jordan"},
	{ 0x5f, "Kenya"},
	{ 0x60, "Kiribati"},
	{ 0x61, "Korea (Rep. of)"},
	{ 0x62, "Kuwait"},
	{ 0x63, "Lao P.D.R."},
	{ 0x64, "Lebanon"},
	{ 0x65, "Lesotho"},
	{ 0x66, "Liberia"},
	{ 0x67, "Libya"},
	{ 0x68, "Liechtenstein"},
	{ 0x69, "Luxembourg"},
	{ 0x6a, "Macao, China"},
	{ 0x6b, "Madagascar"},
	{ 0x6c, "Malaysia"},
	{ 0x6d, "Malawi"},
	{ 0x6e, "Maldives"},
	{ 0x6f, "Mali"},
	{ 0x70, "Malta"},
	{ 0x71, "Mauritania"},
	{ 0x72, "Mauritius"},
	{ 0x73, "Mexico"},
	{ 0x74, "Monaco"},
	{ 0x75, "Mongolia"},
	{ 0x76, "Montserrat"},
	{ 0x77, "Morocco"},
	{ 0x78, "Mozambique"},
	{ 0x79, "Nauru"},
	{ 0x7a, "Nepal"},
	{ 0x7b, "Netherlands"},
	{ 0x7c, "Netherlands Antilles"},
	{ 0x7d, "New Caledonia"},
	{ 0x7e, "New Zealand"},
	{ 0x7f, "Nicaragua"},
	{ 0x80, "Niger"},
	{ 0x81, "Nigeria"},
	{ 0x82, "Norway"},
	{ 0x83, "Oman"},
	{ 0x84, "Pakistan"},
	{ 0x85, "Panama"},
	{ 0x86, "Papua New Guinea"},
	{ 0x87, "Paraguay"},
	{ 0x88, "Peru"},
	{ 0x89, "Philippines"},
	{ 0x8a, "Poland"},
	{ 0x8b, "Portugal"},
	{ 0x8c, "Puerto Rico"},
	{ 0x8d, "Qatar"},
	{ 0x8e, "Romania"},
	{ 0x8f, "Rwanda"},
	{ 0x90, "Saint Kitts and Nevis"},
	{ 0x91, "Saint Croix"},
	{ 0x92, "Saint Helena and Ascension"},
	{ 0x93, "Saint Lucia"},
	{ 0x94, "San Marino"},
	{ 0x95, "Saint Thomas"},
	{ 0x96, "Sao Tome and Principe"},
	{ 0x97, "Saint Vincent and the Grenadines"},
	{ 0x98, "Saudi Arabia"},
	{ 0x99, "Senegal"},
	{ 0x9a, "Seychelles"},
	{ 0x9b, "Sierra Leone"},
	{ 0x9c, "Singapore"},
	{ 0x9d, "Solomon"},
	{ 0x9e, "Somalia"},
	{ 0x9f, "South Africa"},
	{ 0xa0, "Spain"},
	{ 0xa1, "Sri Lanka"},
	{ 0xa2, "Sudan"},
	{ 0xa3, "Suriname"},
	{ 0xa4, "Swaziland"},
	{ 0xa5, "Sweden"},
	{ 0xa6, "Switzerland"},
	{ 0xa7, "Syria"},
	{ 0xa8, "Tanzania"},
	{ 0xa9, "Thailand"},
	{ 0xaa, "Togo"},
	{ 0xab, "Tonga"},
	{ 0xac, "Trinidad and Tobago"},
	{ 0xad, "Tunisia"},
	{ 0xae, "Turkey"},
	{ 0xaf, "Turks and Caicos Islands"},
	{ 0xb0, "Tuvalu"},
	{ 0xb1, "Uganda"},
	{ 0xb2, "Ukraine"},
	{ 0xb3, "United Arab Emirates"},
	{ 0xb4, "United Kingdom"},
	{ 0xb5, "United States"},
	{ 0xb6, "Burkina Faso"},
	{ 0xb7, "Uruguay"},
	{ 0xb8, "Russia"},
	{ 0xb9, "Vanuatu"},
	{ 0xba, "Vatican"},
	{ 0xbb, "Venezuela"},
	{ 0xbc, "Viet Nam"},
	{ 0xbd, "Wallis and Futuna"},
	{ 0xbe, "Samoa"},
	{ 0xbf, "Yemen"},
	{ 0xc0, "Yemen"},
	{ 0xc1, "Yugoslavia"},
	{ 0xc2, "Dem. Rep. of the Congo"},
	{ 0xc3, "Zambia"},
	{ 0xc4, "Zimbabwe"},
	{ 0xc5, "Slovakia"},
	{ 0xc6, "Slovenia"},
	{  0, NULL }
};


const value_string T35Extension_vals[] = {
	{  0, NULL }
};

const value_string H221ManufacturerCode_vals[] = {
	/* Japan */
	{  0x000b2d00, "Sony"},                                             /* From captures */
	/* Germany */
	{  0x04000042, "Deutsche Telekom AG" },                             /* From Ref. 3 */
	{  0x04000043, "Deutsche Telekom AG" },                             /* From Ref. 3 */
	{  0x04000082, "Siemens AG" },                                      /* From Ref. 3 */
	{  0x04000084, "ITO Communication" },                               /* From Ref. 3 */
	{  0x04000086, "Hauni Elektronik" },                                /* From Ref. 3 */
	{  0x04000088, "Dr.Neuhaus Mikroelektronik" },                      /* From Ref. 3 */
	{  0x0400008a, "mps Software" },                                    /* From Ref. 3 */
	{  0x0400008b, "Ferrari electronik GmbH" },                         /* From Ref. 3 */
	{  0x0400008c, "mbp Kommunikationssysteme GmbH" },                  /* From Ref. 3 */
	{  0x0400008d, "Schneider Rundfunkwerke AG" },                      /* From Ref. 3 */
	{  0x0400008e, "Digitronic computersysteme GmbH" },                 /* From Ref. 3 */
	{  0x0400008f, "DeTeWe - Deutsche Telephonwerke AG &Co" },          /* From Ref. 3 */
	{  0x0900003D, "Equivalence (OpenH323)" },                          /* From captures */
	/* Canada */
	{  0x20000080, "Cifra Medical inc." },                              /* From Ref. 1 */
	{  0x20000081, "MediaTriX Telecom, Inc." },                         /* From Ref. 1 */
	{  0x20000082, "Memotec, Inc." },                                   /* From Ref. 1 */
	{  0x20000083, "Broadcom Corporation" },                            /* From Ref. 1 */
	{  0x20000084, "Motivity Telecom Inc." },                           /* From Ref. 1 */
	{  0x20000085, "PentaGRF Inc." },                                   /* From Ref. 1 */
	{  0x20000086, "Hexatek Inc." },                                    /* From Ref. 1 */
	{  0x20000087, "Librestream Technologies" },                        /* From Ref. 1 */
	{  0x20000640, "Flashline Inc." },                                  /* From Ref. 1 */
	{  0x20005653, "Vienna Systems" },                                  /* From Ref. 1 */
	{  0x20005878, "MediaDigm Technology Inc." },                       /* From Ref. 1 */
	{  0x20005843, "Xperi Corporation" },                               /* From Ref. 1 */
	{  0x20008100, "Media Coding Industry Forum" },                     /* From Ref. 1 */
	{  0x20000089, "Apple Inc." },                                      /* From Ref. 1 */
	{  0x20005890, "AOMedia (Alliance for Open Media)" },               /* From Ref. 1 */
	/* Finland */
	{  0x3c000000, "Nokia" },                                           /* From captures */
	/* France */
	{  0x3d000310, "Swissvoice" },
	{  0x3d000311, "Swissvoice" },
	{  0x3d000312, "Swissvoice" },
	{  0x3d000313, "Swissvoice" },
	{  0x3d000314, "Swissvoice" },
	{  0x3d000315, "Swissvoice" },
	{  0x3d000316, "Swissvoice" },
	{  0x3d000317, "Swissvoice" },
	{  0x3d000318, "Swissvoice" },
	{  0x3d000319, "Swissvoice" },
	{  0x3d00031a, "Swissvoice" },
	{  0x3d00031b, "Swissvoice" },
	{  0x3d00031c, "Swissvoice" },
	{  0x3d00031d, "Swissvoice" },
	{  0x3d00031e, "Swissvoice" },
	{  0x3d00031f, "Swissvoice" },
	/* Norway */
	{  0x82000002, "Ericsson" },                                        /* From captures */
	/* Poland */
	{  0x8a000003, "TELDAT" },                                          /* By email */
	/* Sweden */
	{  0xa5000001, "Ericsson" },                                        /* From captures */
	/* United Kingdom */
	{  0xb4000000, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000100, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000200, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000300, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000400, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000500, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000600, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000700, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000800, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000900, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000a00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000b00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000c00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000d00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000e00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4000f00, "British Telecommunications" },                      /* From Ref. 2 */
	{  0xb4001000, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001100, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001200, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001300, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001400, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001500, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001600, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001700, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001800, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001900, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001a00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001b00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001c00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001d00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001e00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4001f00, "GPT Video Systems" },                               /* From Ref. 2 */
	{  0xb4002000, "Marconi Communications" },                          /* From Ref. 2 */
	{  0xb4002100, "Indigo Active Vision Systems" },                    /* From Ref. 2 */
	{  0xb4002200, "LiveWorks Limited" },                               /* From Ref. 2 */
	{  0xb4002300, "ATL Telecom Limited" },                             /* From Ref. 2 */
	{  0xb4002a00, "Network Alchemy Limited" },                         /* From Ref. 2 */
	{  0xb4004200, "Motion Media Technology" },                         /* From Ref. 2 */
	{  0xb4004400, "Data Connection" },                                 /* From Ref. 2 */
	{  0xb4004500, "Westbay Engineers" },                               /* From Ref. 2 */
	{  0xb4004600, "FarSite Communications" },                          /* From Ref. 2 */
	{  0xb4004900, "ImageCom" },                                        /* From Ref. 2 */
	{  0xb4004d00, "Madge Networks" },                                  /* From Ref. 2 */
	{  0xb4005200, "Ridgeway Systems and Software" },                   /* From Ref. 2 */
	{  0xb4005300, "SpliceCom" },                                       /* From Ref. 2 */
	{  0xb4005400, "TeleWare" },                                        /* From Ref. 2 */
	{  0xb4005600, "Vegastream" },                                      /* From Ref. 2 */
	{  0xb4006600, "Westell" },                                         /* From Ref. 2 */
	{  0xb4006900, "ISDN Communications" },                             /* From Ref. 2 */
	{  0xb400c000, "Codian" },                                          /* From Ref. 2 */
	/* United States */
	{  0xb5000000, "Compression Labs" },                                /* From Ref. 1 */
	{  0xb5000001, "PictureTel (Polycom)" },                            /* From Ref. 1 */
	{  0xb5000002, "Compression Labs" },                                /* From Ref. 1 */
	{  0xb5000003, "VTEL" },                                            /* From Ref. 1 */
	{  0xb5000005, "ERIS" },                                            /* From Ref. 1 */
	{  0xb5000007, "AT&T Worldworx" },                                  /* From Ref. 1 */
	{  0xb5000009, "VideoServer" },                                     /* From Ref. 1 */
	{  0xb500000b, "3Com Corporation" },                                /* From Ref. 1 */
	{  0xb500000c, "Clarent Corporation" },                             /* From Ref. 1 */
	{  0xb500000d, "Genesys Telecommunications Labs Inc" },             /* From Ref. 1 */
	{  0xb500000e, "C-Phone Corporation." },                            /* From Ref. 1 */
	{  0xb500000f, "Science Dynamics Corporation" },                    /* From Ref. 1 */
	{  0xb5000010, "AT&T Starpoint" },                                  /* From Ref. 1 */
	{  0xb5000011, "Netscape Conference" },                             /* From Ref. 1 */
	{  0xb5000012, "Cisco Systems" },                                   /* From Ref. 1 */
	{  0xb5000013, "Cirilium, Inc." },                                  /* From Ref. 1 */
	{  0xb5000014, "Ascend Communications, Inc." },                     /* From Ref. 1 */
	{  0xb5000015, "RADVision, Inc." },                                 /* From Ref. 1 */
	{  0xb5000016, "Objective Communications" },                        /* From Ref. 1 */
	{  0xb5000017, "VocalTec Communications, Inc." },                   /* From Ref. 1 */
	{  0xb5000018, "Serome Technology, Inc." },                         /* From Ref. 1 */
	{  0xb5000019, "Aspect Communications" },                           /* From Ref. 1 */
	{  0xb500001a, "Cintech Tele-Management Systems, Inc." },           /* From Ref. 1 */
	{  0xb500001b, "Philips Video Conferencing Systems" },              /* From Ref. 1 */
	{  0xb500001c, "Vertical Networks, Inc." },                         /* From Ref. 1 */
	{  0xb500001d, "Syndeo Corp." },                                    /* From Ref. 1 */
	{  0xb500001e, "Telxon Corporation" },                              /* From Ref. 1 */
	{  0xb500001f, "Network Equipment Technologies" },                  /* From Ref. 1 */
	{  0xb5000020, "Pagoo, Inc." },                                     /* From Ref. 1 */
	{  0xb5000021, "General Dynamics" },                                /* From Ref. 1 */
	{  0xb5000022, "Vanguard Managed Solutions" },                      /* From Ref. 1 */
	{  0xb5000023, "TeleStream Technologies, Inc." },                   /* From Ref. 1 */
	{  0xb5000024, "Spirent Communications" },                          /* From Ref. 1 */
	{  0xb5000025, "CrystalVoice Communications, Inc." },               /* From Ref. 1 */
	{  0xb5000026, "Xiph.org" },                                        /* From Ref. 1 */
	{  0xb5000027, "NACT Telecommunications" },                         /* From Ref. 1 */
	{  0xb5000028, "AudioCodes, Inc." },                                /* From Ref. 1 */
	{  0xb5000029, "Net2phone Inc" },                                   /* From Ref. 1 */
	{  0xb500002a, "Centrality Communications, Inc." },                 /* From Ref. 1 */
	{  0xb500002b, "Harmonic Inc." },                                   /* From Ref. 1 */
	{  0xb500002c, "Epygi Technologies Ltd." },                         /* From Ref. 1 */
	{  0xb500002d, "Scientific Atlanta, Inc." },                        /* From Ref. 1 */
	{  0xb500002e, "Qualcomm Inc." },                                   /* From Ref. 1 */
	{  0xb500002f, "DIRECTV" },                                         /* From Ref. 1 */
	{  0xb5000030, "Dialogic Corporation" },                            /* From Ref. 1 */
	{  0xb5000031, "Advanced Television Systems Committee" },           /* From Ref. 1 */
	{  0xb5000032, "Viable Communications, Inc." },                     /* From Ref. 1 */
	{  0xb5000033, "Adtran Inc." },                                     /* From Ref. 1 */
	{  0xb5000034, "NetKit Solutions, LLC" },                           /* From Ref. 1 */
	{  0xb5000035, "Hughes Network Systems" },                          /* From Ref. 1 */
	{  0xb5000036, "Objective Systems, Inc." },                         /* From Ref. 1 */
	{  0xb5000037, "AVerMedia Information Inc" },                       /* From Ref. 1 */
	{  0xb5000038, "Vidtel, Inc." },                                    /* From Ref. 1 */
	{  0xb5000039, "Edifire" },                                         /* From Ref. 1 */
	{  0xb500003a, "Technicolor" },                                     /* From Ref. 1 */
	{  0xb500003b, "Dolby Laboratories, Inc." },                        /* From Ref. 1 */
	{  0xb500003c, "Samsung Electronics America" },                     /* From Ref. 1 */
	{  0xb500003d, "UHDA" },                                            /* From Ref. 1 */
	{  0xb5000120, "AT&T - GBCS" },                                     /* From Ref. 1 */
	{  0xb5000168, "Leadtek Research Inc." },                           /* From Ref. 1 */
	{  0xb5000247, "Lucent Technologies" },                             /* From Ref. 1 */
	{  0xb500029a, "Symbol Technologies Inc." },                        /* From Ref. 1 */
	{  0xb5000369, "Dilithium Networks Inc" },                          /* From Ref. 1 */
	{  0xb5000378, "StarVox, Inc." },                                   /* From Ref. 1 */
	{  0xb50003f7, "Inari Inc." },                                      /* From Ref. 1 */
	{  0xb5000711, "Acterna" },                                         /* From Ref. 1 */
	{  0xb5000727, "Quintum Technologies, Inc." },                      /* From Ref. 1 */
	{  0xb5000808, "AsiaInfo Holdings, Inc." },                         /* From Ref. 1 */
	{  0xb5000918, "Netrix Corporation" },                              /* From Ref. 1 */
	{  0xb5000926, "Veraz Networks Inc" },                              /* From Ref. 1 */
	{  0xb50010e1, "SysMaster Corporation" },                           /* From Ref. 1 */
	{  0xb5001a1a, "Alpha Telecom, Inc. U.S.A." },                      /* From Ref. 1 */
	{  0xb5001b39, "The Illustrious Industries, Ltd." },                /* From Ref. 1 */
	{  0xb5001438, "Vimmerse, Inc." },                                  /* From Ref. 1 */
	{  0xb5002331, "ViaVideo (Polycom)" },                              /* From Ref. 1 */
	{  0xb500300c, "Congruency, Inc." },                                /* From Ref. 1 */
	{  0xb5003039, "MiBridge Inc." },                                   /* From Ref. 1 */
	{  0xb5003838, "8x8 Inc." },                                        /* From Ref. 1 */
	{  0xb50039a1, "Seiko EPSON Corporation" },                         /* From Ref. 1 */
	{  0xb5004147, "Agere Systems" },                                   /* From Ref. 1 */
	{  0xb5004150, "Acme Packet" },                                     /* From Ref. 1 */
	{  0xb5004153, "Artisoft Inc." },                                   /* From Ref. 1 */
	{  0xb5004156, "Avaya" },                                           /* From Ref. 1 */
	{  0xb5004242, "IBM" },                                             /* From Ref. 1 */
	{  0xb5004257, "StreamComm" },                                      /* From Ref. 1 */
	{  0xb5004342, "IPClearingboard Inc" },                             /* From Ref. 1 */
	{  0xb5004347, "CyberGuard Corporation" },                          /* From Ref. 1 */
	{  0xb5004358, "Compunetix, Inc." },                                /* From Ref. 1 */
	{  0xb5004369, "Cidco Communications" },                            /* From Ref. 1 */
	{  0xb5004442, "DataBeam (IBM, Lotus)" },                           /* From Ref. 1 */
	{  0xb5004444, "Tekelec, Inc." },                                   /* From Ref. 1 */
	{  0xb5004554, "E-Tel Corporation" },                               /* From Ref. 1 */
	{  0xb5004605, "CallComm Technologies Inc." },                      /* From Ref. 1 */
	{  0xb5004656, "First Virtual" },                                   /* From Ref. 1 */
	{  0xb5004747, "Telogy Networks, Inc." },                           /* From Ref. 1 */
	{  0xb5004810, "VQEG (Video Quality Experts Group)" },              /* From Ref. 1 */
	{  0xb5004978, "Ixia" },                                            /* From Ref. 1 */
	{  0xb50049fa, "Rubix Information Technologies, Inc." },            /* From Ref. 1 */
	{  0xb5004c54, "Lucent Technologies" },                             /* From Ref. 1 */
	{  0xb5004d32, "Mondu Media, LLC" },                                /* From Ref. 1 */
	{  0xb5004d47, "MediaGate" },                                       /* From Ref. 1 */
	{  0xb5004d4d, "MediaMelon, Inc." },                                /* From Ref. 1 */
	{  0xb5004e54, "Nortel Networks" },                                 /* From Ref. 1 */
	{  0xb5004e58, "NexTone Communications" },                          /* From Ref. 1 */
	{  0xb5004f4e, "Opuswave Networks, Inc." },                         /* From Ref. 1 */
	{  0xb5005044, "Paradyne" },                                        /* From Ref. 1 */
	{  0xb5005050, "Polycom, Inc." },                                   /* From Ref. 1 */
	{  0xb5005242, "Rauland Borg Corp." },                              /* From Ref. 1 */
	{  0xb5005243, "Siemens Business Communication Systems, Inc." },    /* From Ref. 1 */
	{  0xb500534c, "Microsoft" },                                       /* From Ref. 1 */
	{  0xb500534e, "Sonus Networks" },                                  /* From Ref. 1 */
	{  0xb5005354, "(NOT CURRENTLY USED)" },                            /* From Ref. 1 */
	{  0xb5005356, "Sorenson Communications" },                         /* From Ref. 1 */
	{  0xb5005443, "Tundo Corporation" },                               /* From Ref. 1 */
	{  0xb5005543, "UCIF" },                                            /* From Ref. 1 */
	{  0xb5005555, "NetSpeak Corporation" },                            /* From Ref. 1 */
	{  0xb500577f, "Vovida Networks, Inc." },                           /* From Ref. 1 */
	{  0xb500584c, "Cantata Technology Inc." },                         /* From Ref. 1 */
	{  0xb5005a79, "Zydacron, Inc." },                                  /* From Ref. 1 */
	{  0xb500600d, "Lucent Technologies" },                             /* From Ref. 1 */
	{  0xb5006267, "The Bristol Group, Ltd." },                         /* From Ref. 1 */
	{  0xb5007674, "SmithMicro Software" },                             /* From Ref. 1 */
	{  0xb5008080, "Intel" },                                           /* From Ref. 1 */
	{  0xb5008888, "Sony Electronics Inc." },                           /* From Ref. 1 */
	{  0xb5008899, "Sansay Inc." },                                     /* From Ref. 1 */
	{  0xb500907a, "SpectraLink, Corp." },                              /* From Ref. 1 */
	{  0xb500a11a, "LifeSize Communications" },                         /* From Ref. 1 */
	{  0xb500aaaa, "Winbond Electronic Corporation, America" },         /* From Ref. 1 */
	{  0xb500abcd, "Agora Laboratories, Inc." },                        /* From Ref. 1 */
	{  0xb500acac, "Actelis Networks, Inc." },                          /* From Ref. 1 */
	{  0xb500acdc, "Edgewater Networks, Inc." },                        /* From Ref. 1 */
	{  0xb500bcbc, "Twisted Pair Solutions, LLC" },                     /* From Ref. 1 */
	{  0xb500beef, "Broadband Networks, Inc" },                         /* From Ref. 1 */
	{  0xb500cafe, "Starbak Communications, Inc." },                    /* From Ref. 1 */
	{  0xb500fac5, "Vocal Technologies, Ltd." },                        /* From Ref. 1 */
	{  0, NULL }
};
/* Ref 1 https://www.delta-info.com/Protocol_Test/Manufacturer_codes.html 	*/
/* Ref 2 https://www.cix.co.uk/~bpechey/H221/h221code.htm			*/
/* Ref 3 http://www.regtp.de/reg_tele/start/in_05-06-03-11-00_m/index.html	*/

/*
 * XXX The Ref 3 link no longer works, but a copy can be found at the Internet Archive:
 *
 *     https://web.archive.org/web/20041211164709/http://www.regtp.de:80/reg_tele/start/in_05-06-03-11-00_m/index.html
 *
 * The codes for Germany appear to have come from this archived link (Note: the values are
 * specified in decimal instead of hex):
 *
 *    https://web.archive.org/web/20041211122005/http://www.regtp.de/reg_tele/01661/00/index.html
 */

/*
 * Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 *
 * Local variables:
 * c-basic-offset: 8
 * tab-width: 8
 * indent-tabs-mode: t
 * End:
 *
 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
 * :indentSize=8:tabSize=8:noTabs=false:
 */