mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Remove dangling else
This commit is contained in:
parent
d497aa268e
commit
898988dcd3
1 changed files with 0 additions and 6 deletions
|
|
@ -2633,12 +2633,6 @@ const char *ippackethdrinfo(const u8 *packet, u32 len, int detail) {
|
|||
(tcpoptinfo[0]!='\0') ? " " : "",
|
||||
tcpoptinfo, ipinfo);
|
||||
}
|
||||
} else{
|
||||
/* If the packet does not fall into any other category, then we have a
|
||||
really screwed-up packet. */
|
||||
/* This ought to be unreachable; if static analysis flags it as such, delete it. */
|
||||
Snprintf(protoinfo, sizeof(protoinfo), "TCP %s:?? > %s:?? ?? %s (invalid TCP)",
|
||||
srchost, dsthost, ipinfo);
|
||||
}
|
||||
|
||||
/* UDP INFORMATION ***********************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue