dnp3: Update Read Objects list

Add Binary Output Change to the Read Objects list

Change-Id: I0e5a67fdba5d8b2412c05bc416feaa0fe81ace15
Reviewed-on: https://code.wireshark.org/review/31862
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2019-02-03 14:14:00 +00:00
parent 7bd486ca06
commit 235d46241d
1 changed files with 1 additions and 0 deletions

View File

@ -1284,6 +1284,7 @@ static const value_string dnp3_al_read_obj_vals[] = {
{ (AL_OBJ_2BI_ALL & 0xFF00), "Double-bit Input" },
{ (AL_OBJ_2BIC_ALL & 0xFF00), "Double-bit Input Change" },
{ (AL_OBJ_BO_ALL & 0xFF00), "Binary Output" },
{ (AL_OBJ_BOC_ALL & 0xFF00), "Binary Output Change" },
{ (AL_OBJ_CTR_ALL & 0xFF00), "Counter" },
{ (AL_OBJ_FCTR_ALL & 0xFF00), "Frozen Counter" },
{ (AL_OBJ_CTRC_ALL & 0xFF00), "Counter Change" },