From 0e1892f532a64e7c571e06b77903b74b9957309d Mon Sep 17 00:00:00 2001 From: Eric Green Date: Thu, 31 Mar 2016 16:01:36 -0400 Subject: [PATCH] recording.c fix my tabbing to use actual tabs --- daemon/recording.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/recording.c b/daemon/recording.c index 4fd4e65e5..fc2986e4c 100644 --- a/daemon/recording.c +++ b/daemon/recording.c @@ -380,7 +380,7 @@ void stream_pcap_dump(pcap_dumper_t *pdumper, struct packet_stream *stream, str ip_header[0] = ip_header[0] | 5; // Internet Header Length (IHL) - 4 bits ip_header[1] = 0; // DSCP - 6 bits ip_header[1] = 0; // ECN - 2 bits - *ip_total_length_ptr = htons(ip_total_length); + *ip_total_length_ptr = htons(ip_total_length); ip_header[4] = 0; ip_header[5] = 0 ; // Identification - 2 bytes ip_header[6] = 0; // Flags - 3 bits ip_header[7] = 0; // Fragment Offset - 13 bits