Noah Meyerhans <[email protected]> writes: > The issue is that libpcap's API has changed and pcap_offline_read > no longer exists. tcptrace needs to be ported to the new API...
Not really; the issue is that in libpcap 1.0.0-3 I stopped exporting all private symbols. pcap_offline_read() is not part of the public API, it exists in libpcap but it's no longer exported. I can add it back, but it would be better if tcptrace didn't use libpcap's private symbols and kept to the public API... -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

