From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8432 BE (3) AC is wrongly named as "Video" in (qos_acs)

In the array of WME AC names, the name for tid 3 is wrongly named as "Video" it should be "Best Effort" instead.

#BACKPORT(1.8,1.6)

svn path=/trunk/; revision=48062
This commit is contained in:
Alexis La Goutte 2013-03-04 17:16:26 +00:00
parent ea4c5708b2
commit 512a68479c
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ static const char *qos_acs[8] = {
"Best Effort",
"Background",
"Background",
"Video",
"Best Effort",
"Video",
"Video",
"Voice",