aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/h248/packet-h248-template.c4
-rw-r--r--epan/dissectors/packet-h248.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 72869a77e0..a100e58cf6 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -505,8 +505,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 cd57295aca..3815d43de0 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -917,8 +917,8 @@ static const value_string h248_reasons[] = {
};
static const value_string wildcard_modes[] = {
- { 0, "All" },
- { 1, "Choose" },
+ { 0, "Choose" },
+ { 1, "All" },
{ 0, NULL }
};