aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-15 09:43:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-15 09:43:19 +0000
commitb3b70382e2da52003bf0718034b2a217d5d9621b (patch)
tree9a377bfb4c8ac96e5712b310544fc6ea389ce082
parent7117d6e7c09cd6639028975e7e91b481349f8ad3 (diff)
From Philippe Mazeau: T.35 codes for Swissvoice.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11149 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--AUTHORS1
-rw-r--r--t35.c18
2 files changed, 18 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 131ae85c0c..1386d7700b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2202,6 +2202,7 @@ Matthew Bradley <matthew.bradley [AT] cnsonline.net>
Nathan Alger <nathan [AT] wasted.com>
Stas Grabois <sagig [AT] radware.com>
Ainsley Pereira <APereira [AT] Witness.com>
+Philippe Mazeau <philippe.mazeau [AT] swissvoice.net>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.
diff --git a/t35.c b/t35.c
index 96b4c2dac4..b18e7b1600 100644
--- a/t35.c
+++ b/t35.c
@@ -2,7 +2,7 @@
* T.35 and H.221 tables
* 2003 Tomas Kukosa
*
- * $Id: t35.c,v 1.4 2003/10/10 10:02:31 guy Exp $
+ * $Id: t35.c,v 1.5 2004/06/15 09:43:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -251,6 +251,22 @@ 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 */
+ { 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" },
{ 0x82000002, "Ericsson" }, /* From captures */
{ 0xa5000001, "Ericsson" }, /* From captures */
{ 0xb4000000, "British Telecommunications" }, /* From Ref. 2 */