Re: Regarding NMAP Retrigger for snmp-sysdescr

2024-10-31 Thread Daniel Miller
09 AM Ramu Burra wrote: > Hi NAMP team, > > A gentle reminder… > > Could you please answer below at your earliest convenience. > > > > Regards, > > Ramu B. > > > > *From:* Ramu Burra > *Sent:* 28 October 2024 20:36 > *To:* Daniel Miller ; dev@nmap

Re: [PATCH] nping: bind to interface on Linux for IPv4 send-ip

2025-02-10 Thread Daniel Miller
Thanks, Valdik! I reviewed the code and moved the call to socket_bindtodevice() to ProbeMode::start() so that it will affect all modes, not just TCP. The change is in r39078. Dan On Thu, May 30, 2024 at 12:54 PM David Fifield wrote: > I was going to ask if the same is needed for IPv6, but SO_BI