C.J. May

Results 52 comments of C.J. May

This behavior also happens when using LLMNR. Sending query and seeing response in tcpdump, but nothing shows up in Scapy. ```python from scapy.all import * from scapy.layers.inet import IP, UDP...

@gpotter2 could you reopen this issue please? It would probably be better than opening a new issue and losing the context from this one. I've provided a way to reproduce...

I'd be happy to hop on a virtual call with a maintainer and troubleshoot together.

I'll open a new issue. @giovanni-bellini-argo do you mind sharing a code snippet of your two part solution?

Looks like this is related to PR #70, once that gets merged we'll have you try again. Or you can clone the forked repo if you want to test before...

I can help work on this. Should we create a feature branch first or just fork from master?

Should `common_name` and `hostname` always be the same? If so, I think the code should be modified to enforce that. If not, it should probably allow for that in `load_certificate`....

That sounds like a good solution to me. Not that there are thousands of users this would affect right now, but do you think there is a clean way to...

Nice work @davidnewcomb! Would you mind opening a PR to this repo from your vlc2 branch?

If you are restarting the container, are you using a volume to persist data across image resets?