Hi, cmake version 2.8.12.2 regards,
Hi, I still have a problem with compilation : [ 85%] Building CXX object src/CMakeFiles/rcdcap.dir/rcdcap-main.cc.o cd /tmp/rcdcap-code/source/build-make/src && /usr/bin/c++ -DLINUX -I/tmp/rcdcap-code/source/build-make/include -I/tmp/rcdcap-code/source/include -pedantic -Wall -Wno-long-long -std=c++0x -mcx16 -msse -msse2 -mssse3 -pthread -o CMakeFiles/rcdcap.dir/rcdcap-main.cc.o -c /tmp/rcdcap-code/source/src/rcdcap-main.cc In file included from /tmp/rcdcap-code/source/include/rcdcap/sink.hh:25:0,...
Hi, I just try your last commit but still have : terminate called after throwing an instance of 'RCDCap::Exception' what(): /tmp/RCDcap/src/sink.cc:310: Invalid length; the complete packet must be captured in order to output it to a TAP device. Original length: 1434; the length of the received packet: 1000.
Thx for your quick answer :) If you able to truncate properly packet like tcpdump or tshark - and not dropping packets like -y arg - I think it will be sufficient! Here is my command line : rcdcap -i ens192 -s 1462 --tap-persist -t gretap1 Ready to test !
Hi, I would like to truncate packets before send it via gre tunnel. But I have this message : rcdcap:/etc/RCDCap/src/sink.cc:374: Invalid length; the complete packet must be captured in order to output it to a TAP device. Original length: 1506; the length of the received packet: 1472. Is it something that can be improved ? Best regards,
Thx for your time. I tried and sadly it does not work : 80610954 packets were captured...
For your information, it works fine without the erspan decode! It seems there is...
I tried both and I had this error : rcdcap: /tmp/RCDCap-0.7.99-Source/src/sink.cc:275:...