Can anyone help me with this problem? During the capture phase, I examine the headers of each packet I receive from pcap_dispatch() and compute the minimum size of the packet without any payload (minlen). I then set header->caplen = minlen and call pcap_dump().
When I read the file back with pcap_dispatch() after calling pcap_dump_open(), the above message appears in my log file. Thanks, Jerome Freedman, Ph. D.
