2 * T.35 and H.221 tables
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28 /* Recommendation T.35 (02/2000) */
29 /* Annex to ITU Operational Bulletin No. 766 - 15.VI.2002 */
30 const value_string T35CountryCode_vals
[] = {
34 { 0x03, "American Samoa"},
37 { 0x06, "Antigua and Barbuda"},
39 { 0x08, "Ascension (see S. Helena)"},
44 { 0x0d, "Bangladesh"},
54 { 0x17, "British Antarctic Territory"},
55 { 0x18, "British Indian Ocean Territory"},
56 { 0x19, "British Virgin Islands"},
57 { 0x1a, "Brunei Darussalam"},
64 { 0x21, "Cape Verde"},
65 { 0x22, "Cayman Islands"},
66 { 0x23, "Central African Rep."},
73 { 0x2a, "Cook Islands"},
74 { 0x2b, "Costa Rica"},
77 { 0x2e, "Czech Rep."},
79 { 0x30, "Dem. People's Rep. of Korea"},
82 { 0x33, "Dominican Rep."},
86 { 0x37, "El Salvador"},
87 { 0x38, "Equatorial Guinea"},
89 { 0x3a, "Falkland Islands (Malvinas)"},
93 { 0x3e, "French Polynesia"},
94 /* { 0x3f, "(Available)"}, */
100 { 0x45, "Gibraltar"},
104 { 0x49, "Guatemala"},
107 { 0x4c, "Guinea-Bissau"},
111 { 0x50, "Hong Kong, China"},
115 { 0x54, "Indonesia"},
116 { 0x55, "Iran (Islamic Republic of)"},
121 { 0x5a, "Cote d'Ivoire"},
123 { 0x5c, "Afghanistan"},
128 { 0x61, "Korea (Rep. of)"},
130 { 0x63, "Lao P.D.R."},
135 { 0x68, "Liechtenstein"},
136 { 0x69, "Luxembourg"},
137 { 0x6a, "Macao, China"},
138 { 0x6b, "Madagascar"},
144 { 0x71, "Mauritania"},
145 { 0x72, "Mauritius"},
149 { 0x76, "Montserrat"},
151 { 0x78, "Mozambique"},
154 { 0x7b, "Netherlands"},
155 { 0x7c, "Netherlands Antilles"},
156 { 0x7d, "New Caledonia"},
157 { 0x7e, "New Zealand"},
158 { 0x7f, "Nicaragua"},
165 { 0x86, "Papua New Guinea"},
168 { 0x89, "Philippines"},
171 { 0x8c, "Puerto Rico"},
175 { 0x90, "Saint Kitts and Nevis"},
176 { 0x91, "Saint Croix"},
177 { 0x92, "Saint Helena and Ascension"},
178 { 0x93, "Saint Lucia"},
179 { 0x94, "San Marino"},
180 { 0x95, "Saint Thomas"},
181 { 0x96, "Sao Tome and Principe"},
182 { 0x97, "Saint Vincent and the Grenadines"},
183 { 0x98, "Saudi Arabia"},
185 { 0x9a, "Seychelles"},
186 { 0x9b, "Sierra Leone"},
187 { 0x9c, "Singapore"},
190 { 0x9f, "South Africa"},
192 { 0xa1, "Sri Lanka"},
195 { 0xa4, "Swaziland"},
197 { 0xa6, "Switzerland"},
203 { 0xac, "Trinidad and Tobago"},
206 { 0xaf, "Turks and Caicos Islands"},
210 { 0xb3, "United Arab Emirates"},
211 { 0xb4, "United Kingdom"},
212 { 0xb5, "United States"},
213 { 0xb6, "Burkina Faso"},
218 { 0xbb, "Venezuela"},
220 { 0xbd, "Wallis and Futuna"},
224 { 0xc1, "Yugoslavia"},
225 { 0xc2, "Dem. Rep. of the Congo"},
234 const value_string T35Extension_vals
[] = {
238 const value_string H221ManufacturerCode_vals
[] = {
239 { 0x000b2d00, "Sony"} , /* From captures */
240 { 0x04000042, "Deutsche Telekom AG" }, /* From Ref. 3 */
241 { 0x04000043, "Deutsche Telekom AG" }, /* From Ref. 3 */
242 { 0x04000082, "Siemens AG" }, /* From Ref. 3 */
243 { 0x04000084, "ITO Communication" }, /* From Ref. 3 */
244 { 0x04000086, "Hauni Elektronik" }, /* From Ref. 3 */
245 { 0x04000088, "Dr.Neuhaus Mikroelektronik" }, /* From Ref. 3 */
246 { 0x0400008a, "mps Software" }, /* From Ref. 3 */
247 { 0x0400008b, "Ferrari electronik GmbH" }, /* From Ref. 3 */
248 { 0x0400008c, "mbp Kommunikationssysteme GmbH" }, /* From Ref. 3 */
249 { 0x0400008d, "Schneider Rundfunkwerke AG" }, /* From Ref. 3 */
250 { 0x0400008e, "Digitronic computersysteme GmbH" }, /* From Ref. 3 */
251 { 0x0400008f, "DeTeWe - Deutsche Telephonwerke AG &Co" }, /* From Ref. 3 */
252 { 0x04000082, "SITK Institut fuer Telekommunikation GmbH & Co KG" },/* From Ref. 3 */
253 { 0x0900003D, "Equivalence (OpenH323)" }, /* From captures */
254 { 0x20000081, "Mediatrix Telecom" }, /* From Ref. 1 */
255 { 0x3c000000, "Nokia" }, /* From captures */
256 { 0x3d000310, "Swissvoice" },
257 { 0x3d000311, "Swissvoice" },
258 { 0x3d000312, "Swissvoice" },
259 { 0x3d000313, "Swissvoice" },
260 { 0x3d000314, "Swissvoice" },
261 { 0x3d000315, "Swissvoice" },
262 { 0x3d000316, "Swissvoice" },
263 { 0x3d000317, "Swissvoice" },
264 { 0x3d000318, "Swissvoice" },
265 { 0x3d000319, "Swissvoice" },
266 { 0x3d00031a, "Swissvoice" },
267 { 0x3d00031b, "Swissvoice" },
268 { 0x3d00031c, "Swissvoice" },
269 { 0x3d00031d, "Swissvoice" },
270 { 0x3d00031e, "Swissvoice" },
271 { 0x3d00031f, "Swissvoice" },
272 { 0x82000002, "Ericsson" }, /* From captures */
273 { 0x8a000003, "Teldat H. Kruszynski, M. Cichocki Sp. J." } , /* By email */
274 { 0xa5000001, "Ericsson" }, /* From captures */
275 { 0xb4000000, "British Telecommunications" }, /* From Ref. 2 */
276 { 0xb4000100, "British Telecommunications" }, /* From Ref. 2 */
277 { 0xb4000200, "British Telecommunications" }, /* From Ref. 2 */
278 { 0xb4000300, "British Telecommunications" }, /* From Ref. 2 */
279 { 0xb4000400, "British Telecommunications" }, /* From Ref. 2 */
280 { 0xb4000500, "British Telecommunications" }, /* From Ref. 2 */
281 { 0xb4000600, "British Telecommunications" }, /* From Ref. 2 */
282 { 0xb4000700, "British Telecommunications" }, /* From Ref. 2 */
283 { 0xb4000800, "British Telecommunications" }, /* From Ref. 2 */
284 { 0xb4000900, "British Telecommunications" }, /* From Ref. 2 */
285 { 0xb4000a00, "British Telecommunications" }, /* From Ref. 2 */
286 { 0xb4000b00, "British Telecommunications" }, /* From Ref. 2 */
287 { 0xb4000c00, "British Telecommunications" }, /* From Ref. 2 */
288 { 0xb4000d00, "British Telecommunications" }, /* From Ref. 2 */
289 { 0xb4000e00, "British Telecommunications" }, /* From Ref. 2 */
290 { 0xb4000f00, "British Telecommunications" }, /* From Ref. 2 */
291 { 0xb4001000, "GPT Video Systems" }, /* From Ref. 2 */
292 { 0xb4001100, "GPT Video Systems" }, /* From Ref. 2 */
293 { 0xb4001200, "GPT Video Systems" }, /* From Ref. 2 */
294 { 0xb4001300, "GPT Video Systems" }, /* From Ref. 2 */
295 { 0xb4001400, "GPT Video Systems" }, /* From Ref. 2 */
296 { 0xb4001500, "GPT Video Systems" }, /* From Ref. 2 */
297 { 0xb4001600, "GPT Video Systems" }, /* From Ref. 2 */
298 { 0xb4001700, "GPT Video Systems" }, /* From Ref. 2 */
299 { 0xb4001800, "GPT Video Systems" }, /* From Ref. 2 */
300 { 0xb4001900, "GPT Video Systems" }, /* From Ref. 2 */
301 { 0xb4001a00, "GPT Video Systems" }, /* From Ref. 2 */
302 { 0xb4001b00, "GPT Video Systems" }, /* From Ref. 2 */
303 { 0xb4001c00, "GPT Video Systems" }, /* From Ref. 2 */
304 { 0xb4001d00, "GPT Video Systems" }, /* From Ref. 2 */
305 { 0xb4001e00, "GPT Video Systems" }, /* From Ref. 2 */
306 { 0xb4001f00, "GPT Video Systems" }, /* From Ref. 2 */
307 { 0xb4002000, "Marconi Communications" }, /* From Ref. 2 */
308 { 0xb4002100, "Indigo Active Vision Systems" }, /* From Ref. 2 */
309 { 0xb4002200, "LiveWorks Limited" }, /* From Ref. 2 */
310 { 0xb4002300, "ATL Telecom Limited" }, /* From Ref. 2 */
311 { 0xb4002a00, "Network Alchemy Limited" }, /* From Ref. 2 */
312 { 0xb4004200, "Motion Media Technology" }, /* From Ref. 2 */
313 { 0xb4004400, "Data Connection" }, /* From Ref. 2 */
314 { 0xb4004500, "Westbay Engineers" }, /* From Ref. 2 */
315 { 0xb4004600, "FarSite Communications" }, /* From Ref. 2 */
316 { 0xb4004900, "ImageCom" }, /* From Ref. 2 */
317 { 0xb4004d00, "Madge Networks" }, /* From Ref. 2 */
318 { 0xb4005200, "Ridgeway Systems and Software" }, /* From Ref. 2 */
319 { 0xb4005300, "SpliceCom" }, /* From Ref. 2 */
320 { 0xb4005400, "TeleWare" }, /* From Ref. 2 */
321 { 0xb4005600, "Vegastream" }, /* From Ref. 2 */
322 { 0xb4006600, "Westell" }, /* From Ref. 2 */
323 { 0xb4006900, "ISDN Communications" }, /* From Ref. 2 */
324 { 0xb400c000, "Codian" }, /* From Ref. 2 */
326 { 0xb5000000, "Compression Labs" }, /* From Ref. 1 */
327 { 0xb5000001, "PictureTel" }, /* From Ref. 1 */
328 { 0xb5000002, "Compression Labs" }, /* From Ref. 1 */
329 { 0xb5000003, "VTEL" }, /* From Ref. 1 */
330 { 0xb5000005, "ERIS" }, /* From Ref. 1 */
331 { 0xb5000007, "AT&T Worldworx" }, /* From Ref. 1 */
332 { 0xb5000009, "VideoServer" }, /* From Ref. 1 */
333 { 0xb500000b, "3Com Corporation" }, /* From Ref. 1 */
334 { 0xb500000c, "Clarent Corporation" }, /* From Ref. 1 */
335 { 0xb500000d, "Genesys Telecommunications Labs Inc" }, /* From Ref. 1 */
336 { 0xb500000e, "C-Phone Corporation." }, /* From Ref. 1 */
337 { 0xb500000f, "Science Dynamics Corporation" }, /* From Ref. 1 */
338 { 0xb5000010, "AT&T Starpoint" }, /* From Ref. 1 */
339 { 0xb5000011, "Netscape Conference" }, /* From Ref. 1 */
340 { 0xb5000012, "Cisco" }, /* From Ref. 1 */
341 { 0xb5000013, "Cirilium, Inc." }, /* From Ref. 1 */
342 { 0xb5000014, "Ascend Communications, Inc." }, /* From Ref. 1 */
343 { 0xb5000015, "RADVision, Inc." }, /* From Ref. 1 */
344 { 0xb5000016, "Objective Communications" }, /* From Ref. 1 */
345 { 0xb5000017, "VocalTec Communications, Inc." }, /* From Ref. 1 */
346 { 0xb5000018, "Serome Technology, Inc." }, /* From Ref. 1 */
347 { 0xb5000019, "Aspect Communications" }, /* From Ref. 1 */
348 { 0xb500001a, "Cintech Tele-Management" }, /* From Ref. 1 */
349 { 0xb500001b, "Philips Video Conferencing Systems" }, /* From Ref. 1 */
350 { 0xb500001c, "Vertical Networks, Inc." }, /* From Ref. 1 */
351 { 0xb500001d, "Syndeo Corp." }, /* From Ref. 1 */
352 { 0xb500001e, "Telxon Corporation" }, /* From Ref. 1 */
353 { 0xb500001f, "Network Equipment Technologies" }, /* From Ref. 1 */
354 { 0xb5000020, "Pagoo, Inc." }, /* From Ref. 1 */
355 { 0xb5000021, "General Dynamics" }, /* From Ref. 1 */
356 { 0xb5000022, "Vanguard Managed Solutions" }, /* From Ref. 1 */
357 { 0xb5000023, "TeleStream Technologies, Inc." }, /* From Ref. 1 */
358 { 0xb5000024, "Spirent Communications" }, /* From Ref. 1 */
359 { 0xb5000025, "CrystalVoice Communications" }, /* From Ref. 1 */
360 { 0xb5000026, "Xiph.org" }, /* From Ref. 1 */
361 { 0xb5000027, "NACT Telecommunications" }, /* From Ref. 1 */
362 { 0xb5000028, "AudioCodes, Inc." }, /* From Ref. 1 */
363 { 0xb5000120, "AT&T - GBCS" }, /* From Ref. 1 */
364 { 0xb5000168, "Leadtek Research Inc." }, /* From Ref. 1 */
365 { 0xb5000247, "Lucent Technologies" }, /* From Ref. 1 */
366 { 0xb500029a, "Symbol Technologies Inc." }, /* From Ref. 1 */
367 { 0xb5000378, "StarVox, Inc." }, /* From Ref. 1 */
368 { 0xb50003f7, "Inari Inc." }, /* From Ref. 1 */
369 { 0xb5000727, "Quintum Technologies, Inc." }, /* From Ref. 1 */
370 { 0xb5000918, "Netrix Corporation" }, /* From Ref. 1 */
371 { 0xb500101e, "SysMaster Corporation" }, /* From Ref. 1 */
372 { 0xb5001a1a, "Alpha Telecom, Inc. U.S.A." }, /* From Ref. 1 */
373 { 0xb5002331, "ViaVideo" }, /* From Ref. 1 */
374 { 0xb500301c, "Congruency, Inc." }, /* From Ref. 1 */
375 { 0xb5003039, "MiBridge Inc." }, /* From Ref. 1 */
376 { 0xb5003838, "8x8 Inc." }, /* From Ref. 1 */
377 { 0xb5004147, "Agere Systems" }, /* From Ref. 1 */
378 { 0xb5004153, "Artisoft Inc." }, /* From Ref. 1 */
379 { 0xb5004156, "Avaya" }, /* From Ref. 1 */
380 { 0xb5004242, "IBM." }, /* From Ref. 1 */
381 { 0xb5004257, "StreamComm" }, /* From Ref. 1 */
383 { 0xb5004c54, "Lucent Technologies" }, /* From Ref. 1 */
384 { 0xb5004d47, "MediaGate" }, /* From Ref. 1 */
385 { 0xb5004e54, "Nortel Networks" }, /* From Ref. 1 */
387 { 0xb5005243, "Siemens Business Communication Systems" }, /* From Ref. 1 */
388 { 0xb500534c, "Microsoft" }, /* From Ref. 1 */
390 { 0xb500600d, "Lucent Technologies" }, /* From Ref. 1 */
392 { 0xb5008080, "Intel" }, /* From Ref. 1 */
393 { 0xa5000001, "Ericsson" }, /* From captures */
396 /* Ref 1 http://www.delta-info.com/Protocol_Test/Manufacturer_codes.html */
397 /* Ref 2 http://www.cix.co.uk/~bpechey/H221/h221code.htm */
398 /* Ref 3 http://www.regtp.de/reg_tele/start/in_05-06-03-11-00_m/index.html */