1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Remove some useless code.

This commit is contained in:
david
2013-05-03 17:55:00 +00:00
parent 40a73d19c1
commit 4bdd43f466
2 changed files with 0 additions and 57 deletions

View File

@@ -150,7 +150,6 @@ u16 *getSrcPortFromIPPacket(u8 *pkt, size_t pktLen);
u16 *getDstPortFromIPPacket(u8 *pkt, size_t pktLen);
u16 *getDstPortFromTCPHeader(u8 *pkt, size_t pktLen);
u16 *getDstPortFromUDPHeader(u8 *pkt, size_t pktLen);
int obtainRawSocket();
#define DEVNAMELEN 16
#define PATH_PROC_IFINET6 "/proc/net/if_inet6"