diff --git a/epan/dissectors/packet-autosar-nm.c b/epan/dissectors/packet-autosar-nm.c index bb935a46f8..36256ee2a9 100644 --- a/epan/dissectors/packet-autosar-nm.c +++ b/epan/dissectors/packet-autosar-nm.c @@ -75,7 +75,7 @@ static const true_false_string tfs_autosar_nm_control_active_wakeup = { "Node has woken up the network", "Node has not woken up the network" }; static const true_false_string tfs_autosar_nm_control_pni = { - "NM message contains no Partial Network request information", "NM message contains Partial Network request information" }; + "NM message contains Partial Network request information", "NM message contains no Partial Network request information" }; /*** Configuration items ***/ /* Set the order of the first two fields (Source Node Identifier and Control Bit Vector */