Christoph Biedl wrote...

> This was introduced somewhat lately. I cannot bisect here, somethings
> broken in the toolchain or how I use it.

More on that below ...

It seems this was introduced in

    89ca664941301ac9f91b218aec1a63b8acb93cce is the first bad commit
    commit 89ca664941301ac9f91b218aec1a63b8acb93cce
    Author: Fred Klassen <[email protected]>
    Date:   Thu Jul 1 22:53:19 2021 -0700

        Bug #677 more accurate is_unicast_ethernet()

or more precisely, the change in src/common/get.c:339 looks like it
doesn't do what it's supposed to do.


Aside from that, did I fail to find the instructions how to build
tcpreplay from an arbitrary git commit? Since ./configure is part of a
release tar ball only, the instructions in INSTALL are not sufficient,
nor is "autoreconf -f -i" which I usually do then: Since ./configure
requires the generated option parser files by default, but generating
them does not happen prior to the build *scratches head*

So I ended up with

    autoreconf -f -i
    sed -i -e 's:s/\^\\-I/:s/^.*\\-I/:' configure       # another story
    ./configure --disable-local-libopts --enable-pcapconfig --enable-debug
    make

... but quite frankly this feels terribly wrong.

    Christoph


_______________________________________________
Tcpreplay-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

Reply via email to