[BACnet][trivial] change strings as per Bug 9640

Change-Id: I542b5a96bcff6c779359b80ddce513524852272c
Reviewed-on: https://code.wireshark.org/review/4572
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anish Bhatt 2014-10-08 22:21:34 -07:00 committed by Anders Broman
parent 4edda1b2ce
commit 1c51075376
1 changed files with 2 additions and 2 deletions

View File

@ -3165,7 +3165,7 @@ BACnetPropertyIdentifier [] = {
{ 6, "alarm-value"},
{ 7, "alarm-values"},
{ 8, "all"},
{ 9, "all-write-successful"},
{ 9, "all-writes-successful"},
{ 10, "apdu-segment-timeout"},
{ 11, "apdu-timeout"},
{ 12, "application-software-version"},
@ -3203,7 +3203,7 @@ BACnetPropertyIdentifier [] = {
{ 44, "firmware-revision"},
{ 45, "high-limit"},
{ 46, "inactive-text"},
{ 47, "in-progress"},
{ 47, "in-process"},
{ 48, "instance-of"},
{ 49, "integral-constant"},
{ 50, "integral-constant-units"},