mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Merge r30080 from nmap-npingchanges:
This commit is contained in:
parent
67a211e298
commit
d8017b1a95
1 changed files with 6 additions and 1 deletions
|
|
@ -204,7 +204,12 @@ int ICMPv6Header::print(FILE *output, int detail) const {
|
|||
case ICMPv6_UNREACH:
|
||||
case ICMPv6_TIMXCEED:
|
||||
if(detail>=PRINT_DETAIL_HIGH)
|
||||
fprintf(output, " unused=0x%08lX", (long unsigned int)this->getUnused());
|
||||
fprintf(output, " unused=%lu", (long unsigned int)this->getUnused());
|
||||
break;
|
||||
|
||||
case ICMPv6_ROUTERSOLICIT:
|
||||
if(detail>=PRINT_DETAIL_HIGH)
|
||||
fprintf(output, " reserved=%lu", (long unsigned int)this->getReserved());
|
||||
break;
|
||||
|
||||
case ICMPv6_PKTTOOBIG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue