Package: tcptrace
Version: 6.6.1-1.4

When I try to run tcptrace on a pcap file that is bigger than 4 GB, i
get the following message:

$ tcptrace ~/background-cleaned.pcap
1 arg remaining, starting with '/home/lothar/background-cleaned.pcap'
Ostermann's tcptrace -- version 6.6.1 -- Wed Nov 19, 2003

/home/lothar/background-cleaned.pcap: Value too large for defined data type

A possible fix is to compile the source with the CFLAGS

-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

set by configuring the source with

CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64" ./configure

Best regards,
  Lothar




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to