Tobias Klauser
Tobias Klauser
I currently suspect an integer overflow related to the mmap size (of the pcap file).
At the moment this is not possible without configuring a bridge interface (or possibly some other virtual interface method). Do you have a specific use case in mind for this...
Ok, thanks for the info. I haven't tried with a bridge, but would suspect it should work.
Thanks for your report. This looks very similar to #128. Does the bug still occur if you use a ring size smaller than 5GiB?
Did the original bug occur on a 32bit or a 64bit system? On 32bit it might be related to an integer overflow in the ring size (which I'm about to...
Never mind. Sorry, didn't read your message careful enough.
Thanks for your report. What kind of setup (in terms of hardware, software versions etc.) are you using when you encounter this? Is this on the latest git version? Do...
I just merged a version of Vadim's patch (adjusted according to Daniel's suggestions) in commit 096b043a8581ad43f030323a69b4e6c6e78530fa. @jonschipp Could you please check whether the issue is fixed for you by this...
Thanks for the report. I'll have a quick look, but maybe @vkochan has a better idea since he was touching flowtop last.
@Safari77 commit 85f3536 by @vkochan might fix this issue. Care to try with the latest master branch again?