the widcards: Choose and All were inverted (again?)

svn path=/trunk/; revision=20314
This commit is contained in:
Luis Ontanon 2007-01-04 22:44:17 +00:00
parent ba961e3ba8
commit 41bf0f37ea
3 changed files with 8 additions and 8 deletions

View File

@ -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 }
};

View File

@ -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 }
};

View File

@ -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