libntoh icon indicating copy to clipboard operation
libntoh copied to clipboard

User-friendly C Library to perform TCP streams reassembly and IPv4/6 defragmentation

Results 6 libntoh issues
Sort by recently updated
recently updated
newest added

## Problem Statement When using `libntoh` on almost any nontrivial PCAP it fails to work pretty much at all, with tons of `NTOH_IP_ADDRESSES_MISMATCH` and/or `NTOH_TCP_PORTS_MISMATCH` errors or other similar errors....

Is the code putting the fragments in ascending/descending order..but while trying to understand the code, I felt like there is no particular order..also can anyone explain why the comment 'Based...

ip_len field of the ip hdr should include the length of both hdr & data

In build_datagram (at ipv4defrag.c:225), there's no return value check upon a calloc.

In the file tcpreassembly.c line 1264, there is a lock done just before NTOH_TCP_PORTS_MISMATCH check. In case of return (line 1271=, there is no unlock_access done. ## --- Want to...