Browse Source

recording.c fix my tabbing to use actual tabs

pull/245/head
Eric Green 10 years ago
parent
commit
0e1892f532
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/recording.c

+ 1
- 1
daemon/recording.c View File

@ -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


Loading…
Cancel
Save