aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-15 19:33:48 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-15 19:33:48 +0000
commita3a3188f425b0955c53490759ad613b341d638de (patch)
tree3da397684e0f7599c2ed4fa30f27f739de77413f /epan/dissectors/packet-enip.c
parent512949f60d6f6228d6833564671f51abc02499f6 (diff)
Indent some comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29103 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-enip.c')
-rw-r--r--epan/dissectors/packet-enip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-enip.c b/epan/dissectors/packet-enip.c
index f17e3161e2..839a00e0a1 100644
--- a/epan/dissectors/packet-enip.c
+++ b/epan/dissectors/packet-enip.c
@@ -1552,7 +1552,7 @@ proto_register_enip(void)
};
-/* Setup protocol subtree array */
+ /* Setup protocol subtree array */
static gint *ett[] = {
&ett_enip,
&ett_count_tree,
@@ -1705,11 +1705,11 @@ proto_register_enip(void)
module_t *enip_module;
-/* Register the protocol name and description */
+ /* Register the protocol name and description */
proto_enip = proto_register_protocol("EtherNet/IP (Industrial Protocol)",
"ENIP", "enip");
-/* Required function calls to register the header fields and subtrees used */
+ /* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_enip, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));