mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Nmap 3.999 truly just about ready now
This commit is contained in:
2
tcpip.cc
2
tcpip.cc
@@ -987,7 +987,7 @@ int send_ip_packet(int sd, struct eth_nfo *eth, u8 *packet, unsigned int packetl
|
||||
must deal with it here rather than when building the packet,
|
||||
because they should be in NBO when I'm sending over raw
|
||||
ethernet */
|
||||
#if FREEBSD || BSDI || NETBSD || DEC
|
||||
#if FREEBSD || BSDI || NETBSD || DEC || MACOSX
|
||||
ip->ip_len = ntohs(ip->ip_len);
|
||||
ip->ip_off = ntohs(ip->ip_off);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user