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[] = { static const value_string wildcard_modes[] = {
{ 0, "All" }, { 0, "Choose" },
{ 1, "Choose" }, { 1, "All" },
{ 0, NULL } { 0, NULL }
}; };

View File

@ -15,8 +15,8 @@
* *
* $Id$ * $Id$
* *
* Ethereal - Network traffic analyzer * Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs * Copyright 1998 Gerald Combs
* *
* This program is free software; you can redistribute it and/or * 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[] = { static const value_string wildcard_modes[] = {
{ 0, "All" }, { 0, "Choose" },
{ 1, "Choose" }, { 1, "All" },
{ 0, NULL } { 0, NULL }
}; };

View File

@ -14,8 +14,8 @@
* *
* $Id$ * $Id$
* *
* Ethereal - Network traffic analyzer * Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs * Copyright 1998 Gerald Combs
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or