Bug#1081916: [Patch] Function sr() does not select proper interface when conf.use_pcap is set

2024-09-16 Thread Garri Djavadyan
rri, > > On Mon, Sep 16, 2024 at 12:57:50AM GMT, Garri Djavadyan wrote: > > Package: python3-scapy > > Version: 2.4.4-4 > > Tags: patch > > Humm, for the version, I can tell you are running Debian oldstable > and > it has a older version of scapy. My sugestion i

Bug#1081916: [Patch] Function sr() does not select proper interface when conf.use_pcap is set

2024-09-15 Thread Garri Djavadyan
[3] https://github.com/secdev/scapy/issues/4531 diff -Nru scapy-2.4.4/debian/changelog scapy-2.4.4/debian/changelog --- scapy-2.4.4/debian/changelog 2021-01-11 10:40:10.0 + +++ scapy-2.4.4/debian/changelog 2024-09-15 21:51:12.0 + @@ -1,3 +1,11 @@ +scapy (2.4.4-5) unstable;

Bug#1081793: AppArmor profile for tcpdump breaks default output buffering mode when tcpdump is executed in non-default network name spaces

2024-09-14 Thread Garri Djavadyan
Package: tcpdump Version: 4.99.3-1 Recently, I noticed that 'tcpdump' cannot use per-line buffering by default when it is executed in non-default network namespaces. For example, when it is executed in the following ways: -BEGIN CLI- $ sudo ip netns exec net0 tcpdump -ni veth0 # or $