Guy Harris

Results 597 comments of Guy Harris

So from [this USB Power Delivery slideshow](https://usb.org/sites/default/files/D2T2-1%20-%20USB%20Power%20Delivery.pdf) I infer that the PD protocol runs over the "CC wire", which presumably means the configuration channel pins (CC1 and CC2) on the...

So is there a specification (final or draft) for the PD protocol?

So would the packets correspond to what's in section 6.2 "Messages"? If so, would the data be just what's at the "Protocol Layer", or does there need to be additional...

> That's a good question and I'm not sure I'm familiar enough with pcap internals There's pcap the library, and there's pcap/pcapng the file formats. The two are connected, but...

> I'm trying to use libpcap with pcap_open_dead to write a pcap file from my own capture hardware libpcap is designed so that you can add "modules" to support capture...

> Usually the packets are captured with the help of the nlmon kernel module and do not cross host boundaries. A packet crosses a host boundary if you email it...

> Can you assume that a live capture is host endian, and then use `pcap_is_swapped()` to decide to swap fields when reading from a capture file? That *almost* works. However,...

This should add `pcap-etw.c` to the `EXTRA_DIST` list in Makefile.in, even though it won't be used on UN\*X, so that the release tarball will include it.

> I've added pcap-etw.c into MANIFEST.in but it seems that the build is broken for network reason... Neither Travis nor AppVeyor are reliable CI engines; they both sometimes need to...

From a quick look at the current Hurd code in Git, the return value of a BPF filter is used only as a pass/fail indication; it doesn't limit the amount...