|
From: Gabriel G. <gab...@gm...> - 2022-12-14 16:24:23
|
To reconfigure, just run the configure script again. Usually on first build: ./autogen.sh mkdir build && cd build ../configure [your options ...] make Then for consecutive builds, go to the build directory ../configure [options...] # if you changed the env or the conf make If it doesn't work, please look at the file config.log And share the part about fragroute. On Wed, Dec 14, 2022 at 5:14 PM Said Binn <sa...@gm...> wrote: > I already have that particular library installed > > sudo apt install libdumbnet-dev > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > libdumbnet-dev is already the newest version (1.12-10). > 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. > > How can I manually reconfigure when I already have the library installed. > > On Wed, Dec 14, 2022 at 9:57 AM Gabriel Ganne <gab...@gm...> > wrote: > >> Hi, >> >> To enable the fragroute engine, you need to have libdumbnet installed. >> On debian-based distrib, this is "apt install libdumbnet-dev". >> There is a comment with more details here: >> https://github.com/appneta/tcpreplay/blob/master/configure.ac#L1472 >> >> Then you re-configure and you should see in the summary. >> fragroute support: yes >> Then build and tcprewrite should be compiled with the feature. >> >> Note that for fragmenting IP packets, you can also use >> https://github.com/seladb/PcapPlusPlus/tree/v22.11/Examples/IPFragUtil >> I'm not sure what you're trying to do, so disregard if it doesn't help. >> >> Best regards, >> >> On Wed, Dec 14, 2022 at 3:47 PM Said Binn <sa...@gm...> wrote: >> >>> Please help me. I am trying to use tcprewrite to fragment a high MTU >>> pcap stream however tcprewrite fails to recognize the fragroute engine and >>> that is because the engine seems to be not enabled. How can I enable this >>> engine? >>> >>> saidbin@ubuntu:~/.../pcaps$ tcprewrite -V >>> tcprewrite version: 4.3.4 (build git:v4.3.4) (debug) >>> Copyright 2013-2018 by Fred Klassen <tcpreplay at appneta dot com> - >>> AppNeta >>> Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net> >>> The entire Tcpreplay Suite is licensed under the GPLv3 >>> Cache file supported: 04 >>> Not compiled with libdnet. >>> Compiled against libpcap: 1.10.1 >>> 64 bit packet counters: enabled >>> Verbose printing via tcpdump: enabled >>> Fragroute engine: disabled <---------- how can I enable >>> this engine. >>> >>> Google search is not yielding any valuable result. >>> >>> Thanks >>> Said >>> _______________________________________________ >>> Tcpreplay-users mailing list >>> Tcp...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcpreplay-users >>> Support Information: http://tcpreplay.synfin.net/trac/wiki/Support >> >> >> >> -- >> Gabriel Ganne >> _______________________________________________ >> Tcpreplay-users mailing list >> Tcp...@li... >> https://lists.sourceforge.net/lists/listinfo/tcpreplay-users >> Support Information: http://tcpreplay.synfin.net/trac/wiki/Support > > _______________________________________________ > Tcpreplay-users mailing list > Tcp...@li... > https://lists.sourceforge.net/lists/listinfo/tcpreplay-users > Support Information: http://tcpreplay.synfin.net/trac/wiki/Support -- Gabriel Ganne |