Lochnair / xt_tls

Filter TLS traffic with IPtables
GNU General Public License v3.0
230 stars 46 forks source link

Non-linear skb #29

Closed mpolk closed 5 years ago

mpolk commented 5 years ago

The packet parser was fixed to be able to parse not only the bulk packets residing in the linear address space but also the packets, which data should be gathered from several locations, which is often a case when forwarding data from/to "intelligent" server network adapters.

Also an error in TLS header length calculation was fixed.