]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
document SIGUSR1 in manual page
[tcpdump] / print-tcp.c
index afd093950c4f6cd6effcb5e2864437358b7c89c3..bc200e2f8e21a5d243985e2a5ed3eae0b93f7aec 100644 (file)
@@ -596,7 +596,7 @@ tcp_print(netdissect_options *ndo,
                                 switch(magic) {
 
                                 case 0xf989:
-                                        /* TCP Fast Open: draft-ietf-tcpm-fastopen-04 */
+                                        /* TCP Fast Open: RFC 7413 */
                                         if (datalen == 2) {
                                                 /* Fast Open Cookie Request */
                                                 ND_PRINT((ndo, "tfo cookiereq"));
@@ -674,8 +674,7 @@ tcp_print(netdissect_options *ndo,
         }
 
         if (sport == TELNET_PORT || dport == TELNET_PORT) {
-                if (!ndo->ndo_qflag && ndo->ndo_vflag)
-                        telnet_print(ndo, bp, length);
+                telnet_print(ndo, bp, length);
         } else if (sport == SMTP_PORT || dport == SMTP_PORT) {
                 ND_PRINT((ndo, ": "));
                 smtp_print(ndo, bp, length);