Shogan Aversa-Druesne

Results 7 comments of Shogan Aversa-Druesne

I still think you should incorporate my suggested change... sure you now handle the 'file://' scheme but with my fix you can also handle being given direct paths and it...

I don't think the WinDivert driver collects that information... try asking for a feature request https://github.com/basil00/Divert

The fix is correct, although I would have removed the bitwise-and on flow label, since its not necessary. `struct.pack_into('!H', self.raw, 0, 0x6000 | (val > 16))` Otherwise, I would also...

The error is created by packets with larger than the DEFAULT_PACKET_BUFFER_SIZE=1500. Example receiving some fragments that get reassembled into a large packet. Or trying to send a packet that will...

Have you tried the netdump.exe example program on your system? Seems to work on mine... see highlight 03 ![image](https://github.com/basil00/Divert/assets/21868469/421958fb-7314-4929-8024-8240c0bfc93e)

My friend you have not read the documentation correctly. _By default this function will parse a single packet. However, if either ppNext or pNextLen are non-NULL, then the pPacket parameter...

https://github.com/basil00/Divert/blob/134dd37bd0a87d3d236214e42edc1867b8911c6f/doc/windivert.html See section filter language: filter for _icmp_ or _icmpv6_