mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 05:26:34 +00:00
Implement Evil bit option in Nping. Fixes #2486
This commit is contained in:
@@ -607,6 +607,8 @@ int ProbeMode::createIPv4(IPv4Header *i, PacketElement *next_element, const char
|
||||
i->setMF();
|
||||
if( o.issetDF() && o.getDF() == true )
|
||||
i->setDF();
|
||||
if( o.issetRF() && o.getRF() == true )
|
||||
i->setRF();
|
||||
|
||||
/* IP Options */
|
||||
if( o.issetIPOptions() == true )
|
||||
|
||||
Reference in New Issue
Block a user