aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-04 22:44:17 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-04 22:44:17 +0000
commit41bf0f37eac17881275a26702fbdccf44f14d384 (patch)
treebb1e48dad0d8eabd7946645718f649def240f7ef
parentba961e3ba88479e524a88a4bc06f82035fe218b0 (diff)
the widcards: Choose and All were inverted (again?)
svn path=/trunk/; revision=20314
-rw-r--r--asn1/h248/packet-h248-template.c4
-rw-r--r--epan/dissectors/packet-h248.c8
-rw-r--r--epan/dissectors/packet-h248.h4
3 files changed, 8 insertions, 8 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 9d0c11a5c6..ee394cc4a5 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -510,8 +510,8 @@ static const value_string h248_reasons[] = {
};
static const value_string wildcard_modes[] = {
- { 0, "All" },
- { 1, "Choose" },
+ { 0, "Choose" },
+ { 1, "All" },
{ 0, NULL }
};
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 491ffe7bae..74d9669c2f 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -15,8 +15,8 @@
*
* $Id$
*
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
@@ -971,8 +971,8 @@ static const value_string h248_reasons[] = {
};
static const value_string wildcard_modes[] = {
- { 0, "All" },
- { 1, "Choose" },
+ { 0, "Choose" },
+ { 1, "All" },
{ 0, NULL }
};
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index d21be97ec6..9f63cdb745 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -14,8 +14,8 @@
*
* $Id$
*
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or