appneta / tcpreplay

Pcap editing and replay tools for *NIX and Windows - Users please download source from
http://tcpreplay.appneta.com/wiki/installation.html#downloads
1.15k stars 268 forks source link

[Bug] regression with nanosecond timestamps #863

Closed fklassen closed 1 month ago

fklassen commented 1 month ago

Feature #796 introduced a feature that is not supported by older versions of `libpcap. Need to detect and support older versions.

To Reproduce Steps to reproduce the behavior:

  1. In my dev environment I start an older bigendian ppc image and compile. It fails.

Expected behavior Expect build to work, and that timestamps are properly handled throught the system.

System (please complete the following information):

fklassen commented 1 month ago

fixed in PR #865