Guy Harris

Results 703 comments of Guy Harris

> I'll look at the Go implementation to make sure it can handle extra stuff at the end of the authentication reply It appears that it will read, but ignore,...

> I just noticed this blurb from a fork of Winpcap's rpcapd: https://github.com/ExtraHop/rpcapd?tab=readme-ov-file#udpstr-mode > > Was wondering if that has any applicability to the latest version of rpcapd here. The...

There'a already stuff for both autotools and CMake to check for libpthreads and to check whether it's necessary; the latter should be expanded to see whether using thread-local data requires...

> From my testing, if I'm not mistaken, seems the TLS changes are done with backwards compatibility of old servers & clients in mind? Either the server is configured to...

And `pcap_setfilter()` has a problem, too. For `pcap_open_live()`, we use a trick wherein, to report a warning, we put the warning message into the error message buffer handed to `pcap_open_live()`,...

There are, I suspect, two problems here. > Warning: Kernel filter failed: Invalid argument That's the first one - the compiler is producing code that the kernel rejects, returning an...

Yeah, the code generator is broken for this case.

If there's a way to disable Linux's "pull the VLAN tag out" stuff, that *might* work, but I'm not sure there's a way to do that. This is the result...

A long time ago, somebody (Dave Mills?) came up with the term "Christmas tree packet": https://en.wikipedia.org/wiki/Christmas_tree_packet referring "a packet with every single option set for whatever protocol is in use."...

> Still waiting on the development snapshot. Presumably "the development snapshot" means Haiku hrev57585 from the next nightly build.