Skip to content

genesys: Miscellaneous changes/improvements

Povilas Kanapickas requested to merge p12tic/backends:genesys-misc into master

Miscellaneous small cleanups and improvements. The most interesting of them is maximum bulk transfer size limit in d7c17f75. Turns out the linux kernel limits maximum size of captured packets to 61440 without a straightforward way to increase the limit in libpcap. So we work around this by never exceeding that size.

Merge request reports