aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-11-06 12:19:26 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-11-06 12:19:26 +0000
commitcf9adce9be64ad7808578123ebaac944de33e5e9 (patch)
tree037768ee7d275e1a49c0bedc570dd8bec824943e /asn1/h248
parent066cab237e1fb466488e2c15143dff10121b277a (diff)
Fix bug 1207, simple swap of the two text strings.
svn path=/trunk/; revision=19819
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/packet-h248-template.c4
1 files changed, 2 insertions, 2 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 }
};