Reply To: SPI/DPI

Home Forums Discussions Support SPI/DPI Reply To: SPI/DPI

#6471
alex_s
Participant

    @SerpentFly wrote:

    Does winpkt implement SPI and DPI in any way ?

    Stateful Packet Inspection? WinpkFilter is a library which takes packet from kernel level and delivers to user mode where you can implement SPI, DPI or whatever you want. It does not implement packet inspection itself.

    It’s OK. But what may happen in case a packet is twisted in a way ? For example wrong packet length or something like that. Can a twisted packet cause BSOD, for example ? (It is rather DPI than SPI I think).