From ec85be5c6a819be284b2e8b4125a07f45f28734d Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 29 Dec 2015 12:59:55 +0100 Subject: [PATCH] Code cleanup --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1ec3f23..031ba07 100644 --- a/src/main.c +++ b/src/main.c @@ -576,7 +576,6 @@ static void gt_print_hdr (const int ip_version, uint8_t *data, size_t ip_size) tcp.th_seq = ntohl(tcp.th_seq); tcp.th_ack = ntohl(tcp.th_ack); tcp.th_win = ntohs(tcp.th_win); - tcp.th_sum = ntohs(tcp.th_sum); gt_print("proto:%zi\tsrc:%s.%u\tdst:%s.%u\tseq:%u\tack:%u\twin:%u\tsize:%zu\tflags:%c%c%c%c%c%c\tsum:%i\n", ip_proto, ip_src, tcp.th_sport, ip_dst, tcp.th_dport,