Wrong byte order in the sequence number of ICMP echo requests (Little Endian)
Đang mở
- Ngôn ngữ chính
- C
- Star
- 1.7k
- Fork
- 364
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
In sendicmp.c the sequence number header field of ICMP echo requests is set to _icmp_seq which is a counter. However in little-endian architectures (x86) we need to change the byte order to big-endian so that it meets the network order convention. We can use htons(_icmp_seq) for this.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.