CIP Safety: Multicast Active/Idle was reversed

Corrected the Multicast Active/Idle true_false_string order

Change-Id: I1753f4cfc9e1ea138789a236976b649607d74831
Reviewed-on: https://code.wireshark.org/review/31567
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dylan Ulis 2019-01-16 19:10:16 -05:00 committed by Anders Broman
parent abd64c9ea2
commit b3fe731259
1 changed files with 1 additions and 1 deletions

View File

@ -342,8 +342,8 @@ const value_string cipsafety_snn_date_vals[8] = {
};
static const true_false_string cip_safety_vals_active_idle = {
"Active",
"Idle",
"Active"
};
/* Translate function to string - CIP Service codes for Safety Supervisor */