From aadc34efa322b17bdef76187db822711b0b9ecc0 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 26 Mar 2012 21:58:15 +0000 Subject: [PATCH] Remove dumb offensive comments. --- tcpip.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tcpip.cc b/tcpip.cc index 72e2a9b23..29fa2834c 100644 --- a/tcpip.cc +++ b/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);