Large packets captured by WinPCAP get truncated. This is because by the time the packets get to WinPCAP, they have already been fragmented by the network stack.
No simple fix for this, except maybe increasing the MTU?
NOTE: this is only for broadcast packets where source and destination port match (Eg. localhost:1234 -> 255.255.255.255:1234).
Large packets captured by WinPCAP get truncated. This is because by the time the packets get to WinPCAP, they have already been fragmented by the network stack.
No simple fix for this, except maybe increasing the MTU?
NOTE: this is only for broadcast packets where source and destination port match (Eg. localhost:1234 -> 255.255.255.255:1234).