summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-10-02 18:44:42 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-10-02 19:27:08 +0200
commit0175075ccd922e54b2d2cfb2f7c57f00e9e03da8 (patch)
tree04fa5039430ccde2e46c33bbad43158aaa02eb26 /tcp.h
parentca94c264bf987ff4ec7adffabca2a8d2e4e07efb (diff)
downloadtcpdump-0175075ccd922e54b2d2cfb2f7c57f00e9e03da8.tar.gz
Remove unused TCP ports
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcp.h b/tcp.h
index 701c23f8..e1318f83 100644
--- a/tcp.h
+++ b/tcp.h
@@ -94,9 +94,6 @@ struct tcphdr {
#ifndef FTP_PORT
#define FTP_PORT 21
#endif
-#ifndef SSH_PORT
-#define SSH_PORT 22
-#endif
#ifndef TELNET_PORT
#define TELNET_PORT 23
#endif
@@ -112,9 +109,6 @@ struct tcphdr {
#ifndef HTTP_PORT
#define HTTP_PORT 80
#endif
-#ifndef NETBIOS_NS_PORT
-#define NETBIOS_NS_PORT 137 /* RFC 1001, RFC 1002 */
-#endif
#ifndef NETBIOS_SSN_PORT
#define NETBIOS_SSN_PORT 139 /* RFC 1001, RFC 1002 */
#endif