aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-04-25 11:05:13 -0700
committerGuy Harris <guy@alum.mit.edu>2018-04-25 18:06:00 +0000
commitdfae664538387127fbb471a78846237f7124253b (patch)
tree35f3f70132fe36344bc52316abedfa7134b30981 /epan/dissectors
parentf23a934492b68ab012822fedbaf8df7cb1567181 (diff)
Fix indentation.
Change-Id: Ia38d4a9d04d99ab49baab7174c21e4040af0c800 Reviewed-on: https://code.wireshark.org/review/27153 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-f5ethtrailer.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-f5ethtrailer.c b/epan/dissectors/packet-f5ethtrailer.c
index ea4ee8206d..1a2dc9dcaf 100644
--- a/epan/dissectors/packet-f5ethtrailer.c
+++ b/epan/dissectors/packet-f5ethtrailer.c
@@ -2588,15 +2588,15 @@ void proto_reg_handoff_f5ethtrailer(void)
#ifdef F5_POP_OTHERFIELDS
/* These fields are duplicates of other, well-known fields so that
- * filtering on these fields will also pick up data out of the
- * trailers. If we do not build with this option, we do not want to
- * define these as it will add overhead because this dissector would be
- * called for coloring rules, etc. As a further performance
- * improvement, we only register these fields when the populate other
- * fields option is enabled. This helps this dissector not run when
- * its fields are not referenced (if it has no intention of populating
- * these fields).
- */
+ * filtering on these fields will also pick up data out of the
+ * trailers. If we do not build with this option, we do not want to
+ * define these as it will add overhead because this dissector would be
+ * called for coloring rules, etc. As a further performance
+ * improvement, we only register these fields when the populate other
+ * fields option is enabled. This helps this dissector not run when
+ * its fields are not referenced (if it has no intention of populating
+ * these fields).
+ */
hf_ip_ipaddr = proto_registrar_get_id_byname("ip.addr");
hf_ip6_ip6addr = proto_registrar_get_id_byname("ipv6.addr");