mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 07:01:32 +00:00
Remove dumb offensive comments.
This commit is contained in:
2
tcpip.cc
2
tcpip.cc
@@ -1202,7 +1202,6 @@ int readtcppacket(const u8 *packet, int readdata) {
|
||||
|
||||
bullshit.s_addr = ip->ip_src.s_addr;
|
||||
bullshit2.s_addr = ip->ip_dst.s_addr;
|
||||
/* this is gay */
|
||||
realfrag = htons(ntohs(ip->ip_off) & IP_OFFMASK);
|
||||
tot_len = htons(ip->ip_len);
|
||||
strncpy(sourcehost, inet_ntoa(bullshit), 16);
|
||||
@@ -1279,7 +1278,6 @@ int readudppacket(const u8 *packet, int readdata) {
|
||||
|
||||
bullshit.s_addr = ip->ip_src.s_addr;
|
||||
bullshit2.s_addr = ip->ip_dst.s_addr;
|
||||
/* this is gay */
|
||||
realfrag = htons(ntohs(ip->ip_off) & IP_OFFMASK);
|
||||
tot_len = htons(ip->ip_len);
|
||||
strncpy(sourcehost, inet_ntoa(bullshit), 16);
|
||||
|
||||
Reference in New Issue
Block a user