aboutsummaryrefslogtreecommitdiffstats
path: root/epan/t35.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-04-27 15:23:25 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-27 14:59:13 +0000
commitbba1e3828895b41bdd77659e99c13141c51d56a6 (patch)
tree33243a7adc0833e17da5d07b810a904a52675eaf /epan/t35.c
parentca8a340eba3b2de534094a210f35384bca68467f (diff)
t35: fix conflicting entry in its value_string
Field 'H.225 Manufacturer' (h225.Manufacturer) has a conflicting entry in its value_string: 67108994 is at indices 3 (Siemens AG) and 13 (SITK Institut fuer Telekommunikation GmbH & Co KG)) Field 'H.245 Manufacturer' (h245.Manufacturer) has a conflicting entry in its value_string: 67108994 is at indices 3 (Siemens AG) and 13 (SITK Institut fuer Telekommunikation GmbH & Co KG)) Change-Id: I6b08ffce5e8335be0f31dda0a9530afef2950f09 Reviewed-on: https://code.wireshark.org/review/21379 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/t35.c')
-rw-r--r--epan/t35.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/t35.c b/epan/t35.c
index 5fa0601166..f3373597b0 100644
--- a/epan/t35.c
+++ b/epan/t35.c
@@ -247,7 +247,6 @@ const value_string H221ManufacturerCode_vals[] = {
{ 0x0400008d, "Schneider Rundfunkwerke AG" }, /* From Ref. 3 */
{ 0x0400008e, "Digitronic computersysteme GmbH" }, /* From Ref. 3 */
{ 0x0400008f, "DeTeWe - Deutsche Telephonwerke AG &Co" }, /* From Ref. 3 */
- { 0x04000082, "SITK Institut fuer Telekommunikation GmbH & Co KG" },/* From Ref. 3 */
{ 0x0900003D, "Equivalence (OpenH323)" }, /* From captures */
{ 0x20000081, "Mediatrix Telecom" }, /* From Ref. 1 */
{ 0x3c000000, "Nokia" }, /* From captures */