Noah Meyerhans <no...@debian.org> 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 <rfranco...@debian.org> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org