summaryrefslogtreecommitdiff
path: root/asn1/h248/packet-h248-template.c
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 /asn1/h248/packet-h248-template.c
parentba961e3ba88479e524a88a4bc06f82035fe218b0 (diff)
downloadwireshark-41bf0f37eac17881275a26702fbdccf44f14d384.tar.gz
the widcards: Choose and All were inverted (again?)
svn path=/trunk/; revision=20314
Diffstat (limited to 'asn1/h248/packet-h248-template.c')
-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 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 }
};