]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
Remove debugging printouts.
[tcpdump] / print-tcp.c
index ce9bf11e68d2f20aa7b34fbb8e42f9c2821ef897..98dc07d1b1f6efa325174b2000a85238d5515b9e 100644 (file)
@@ -654,7 +654,7 @@ tcp_print(netdissect_options *ndo,
                 bgp_print(ndo, bp, length);
         else if (sport == PPTP_PORT || dport == PPTP_PORT)
                 pptp_print(ndo, bp);
-#ifdef TCPDUMP_DO_SMB
+#ifdef ENABLE_SMB
         else if (sport == NETBIOS_SSN_PORT || dport == NETBIOS_SSN_PORT)
                 nbt_tcp_print(ndo, bp, length);
        else if (sport == SMB_PORT || dport == SMB_PORT)