mscdex

Results 571 comments of mscdex

'Content-MD5' is not a typical header supplied during form submission. You would need to use the underlying `dicer` library which is a more generic multipart parser.

I would rather just add an extra property to the error object instead, like node core does.

Typically there are no parameters, that is why only the mime type is included. The problem with adding them now is it would mean adding yet another parameter, which I...

Well if the literal string was passed it would no longer be just the mime type, it could include parameters, which might throw people off if they are comparing that...

Assuming you're not getting an exception thrown, that doesn't look like a complete packet. You need to include every layer (including the Ethernet frame for example) and not just a...

The filter is *only* for the traffic you want to *capture*. `send()` literally just sends the provided data over the network card and is not affected by anything else.

Probably a limitation of WinPcap/WinPcap compatibility mode in npcap. Ideally the Windows-specific code should be updated to use npcap's direct API which might help with problems like this.

Not currently.

@subramanya9112 Not currently.

libpcap/npcap provides timestamps, but `cap` does not expose them currently.