Guillaume Valadon
Guillaume Valadon
FTR here are some information to help implementing this https://github.com/wireshark/wireshark/blob/eff7cd15b007bce10763253a131fa09d0e465206/epan/dissectors/packet-ntp.c#L1302
@Olegandr do you have PCAP containing authenticators other than MD5 our SHA256?
Thanks a lot. Sorry, I fail to provide an answer earlier while I was experimenting with these pcaps. #3821 parses them correctly yet introduces other issues. Can you tell me...
As the oldest version that we currently aim to support is 3.7, I think that we cannot rely on the Python interpreter behavior.
It will be better when I will understand why the workflow is not triggered =)
Thanks for you report. Does this patch fixes your issue: ``` $ git diff scapy/ diff --git a/scapy/interfaces.py b/scapy/interfaces.py index f40f529e..30056b60 100644 --- a/scapy/interfaces.py +++ b/scapy/interfaces.py @@ -372,6 +372,8 @@...
That's a good point. We could check if the only IPv4 interface is the loopback, and move on to IPv6 if it is true. What do you think?
I always found conf.iface6 confusing. It makes sense to use it to control how IPv6 packets are built, but fe80::/64 and multiple interfaces break its usefulness. However, for sending with...
I am really happy to read that you managed to install Debian on your TS-453Be! Modifying the DOM to use UEFI is a real good idea. My initial goal was...
Thanks for your interest in Scapy. Please provide a pull request with your modifications and corresponding unit tests. We will review then when ready.