aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mstp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mstp.c')
-rw-r--r--epan/dissectors/packet-mstp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mstp.c b/epan/dissectors/packet-mstp.c
index 3db6f2fda4..93150f40ce 100644
--- a/epan/dissectors/packet-mstp.c
+++ b/epan/dissectors/packet-mstp.c
@@ -542,8 +542,7 @@ proto_register_mstp(void)
expert_module_t* expert_mstp;
- proto_mstp = proto_register_protocol("BACnet MS/TP",
- "BACnet MS/TP", "mstp");
+ proto_mstp = proto_register_protocol("BACnet MS/TP", "BACnet MS/TP", "mstp");
proto_register_field_array(proto_mstp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));