FTP_CONTROL_PORT_NUMBER
if (ntohs(tc->th_dport) == FTP_CONTROL_PORT_NUMBER
|| ntohs(tc->th_sport) == FTP_CONTROL_PORT_NUMBER)
if (ntohs(tc->th_dport) == FTP_CONTROL_PORT_NUMBER) {