From 59516e5f4fa440e41d9e89c9820bb37c1e6bc294 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 19 May 2005 20:33:59 +0000 Subject: Add Sony and Nokia VendorID:s svn path=/trunk/; revision=14398 --- epan/t35.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/t35.c') diff --git a/epan/t35.c b/epan/t35.c index 4b00ce5dbd..dd9f804d53 100644 --- a/epan/t35.c +++ b/epan/t35.c @@ -236,6 +236,7 @@ const value_string T35Extension_vals[] = { }; const value_string H221ManufacturerCode_vals[] = { + { 0x000b2d00, "Sony"} , /* From captures */ { 0x04000042, "Deutsche Telekom AG" }, /* From Ref. 3 */ { 0x04000043, "Deutsche Telekom AG" }, /* From Ref. 3 */ { 0x04000082, "Siemens AG" }, /* From Ref. 3 */ @@ -251,6 +252,7 @@ const value_string H221ManufacturerCode_vals[] = { { 0x04000082, "SITK Institut für Telekommunikation GmbH & Co KG" },/* From Ref. 3 */ { 0x0900003D, "Equivalence (OpenH323)" }, /* From captures */ { 0x20000081, "Mediatrix Telecom" }, /* From Ref. 1 */ + { 0x3c000000, "Nokia" }, /* From captures */ { 0x3d000310, "Swissvoice" }, { 0x3d000311, "Swissvoice" }, { 0x3d000312, "Swissvoice" }, -- cgit v1.2.1