aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-20 20:06:53 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-20 19:19:52 +0000
commitc01d8b7da1d69c71115c378d58041cb2fc53ef89 (patch)
treeb4802a056f6f2e0ddbf406f2db24a706aca064fc
parent98d350aeddfd85a1479dae133a2912e0b2313184 (diff)
ICMP: fix indent (use always tab)
Change-Id: I939bf83ef6f6385dbad642aeef38673862c04bf0 Reviewed-on: https://code.wireshark.org/review/19363 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-icmp.c b/epan/dissectors/packet-icmp.c
index ba422196a9..d86727d738 100644
--- a/epan/dissectors/packet-icmp.c
+++ b/epan/dissectors/packet-icmp.c
@@ -1315,7 +1315,7 @@ dissect_icmp(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data)
tvb_get_ntohs(tvb, 4), tvb_get_ntohs(tvb,
6),
tvb_get_letohs(tvb, 6));
- if (iph != NULL) {
+ if (iph != NULL) {
col_append_fstr(pinfo->cinfo, COL_INFO,
", ttl=%u",
iph->ip_ttl);