summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
authorguy <guy>2007-12-09 00:30:47 +0000
committerguy <guy>2007-12-09 00:30:47 +0000
commita11ed8914ecf386afa79cb94a46d4df6182eedd7 (patch)
tree1538358e34217df871303b475841c42fb3932f52 /tcp.h
parent73b4367162728c00f734b95cb43754f77e9699fd (diff)
downloadtcpdump-a11ed8914ecf386afa79cb94a46d4df6182eedd7.tar.gz
SMB-over-TCP (port 445) support.
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcp.h b/tcp.h
index 0f945ec9..757bfd86 100644
--- a/tcp.h
+++ b/tcp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.13 2007-01-29 09:59:42 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.14 2007-12-09 00:30:47 guy Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -103,3 +103,6 @@ struct tcphdr {
#endif
#define MSDP_PORT 639
#define LDP_PORT 646
+#ifndef SMB_PORT
+#define SMB_PORT 445
+#endif