mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove unused tcpmss, tcpws, and tcpts from NpingOps.
This commit is contained in:
parent
d383df2847
commit
265b73b6ae
2 changed files with 0 additions and 18 deletions
|
|
@ -235,15 +235,6 @@ NpingOps::NpingOps() {
|
|||
tcpwin=0;
|
||||
tcpwin_set=false;
|
||||
|
||||
tcpmss=0;
|
||||
tcpmss_set=false;
|
||||
|
||||
//ws
|
||||
tcpws_set=false;
|
||||
|
||||
//ts
|
||||
tcpts_set=false;
|
||||
|
||||
badsum=false;
|
||||
badsum_set=false;
|
||||
|
||||
|
|
|
|||
|
|
@ -627,15 +627,6 @@ class NpingOps {
|
|||
u16 tcpwin;
|
||||
bool tcpwin_set;
|
||||
|
||||
u16 tcpmss;
|
||||
bool tcpmss_set;
|
||||
|
||||
//ws
|
||||
bool tcpws_set;
|
||||
|
||||
//ts
|
||||
bool tcpts_set;
|
||||
|
||||
bool badsum; /**< Generate invalid checksums in TCP/UDP */
|
||||
bool badsum_set;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue