From ef29b0f6a18f20a861f051e899affa15b2dad284 Mon Sep 17 00:00:00 2001 From: Boris Popov Date: Sun, 2 Oct 2005 08:32:49 +0000 Subject: Allow user to override default port numbers used by communication protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks --- sys/netsmb/netbios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netsmb') diff --git a/sys/netsmb/netbios.h b/sys/netsmb/netbios.h index 8353fcde22a6..9ee78d8191c1 100644 --- a/sys/netsmb/netbios.h +++ b/sys/netsmb/netbios.h @@ -45,6 +45,8 @@ #include #endif +#define NMB_TCP_PORT 137 + #define NBPROTO_TCPSSN 1 /* NETBIOS session over TCP */ #define NBPROTO_IPXSSN 11 /* NETBIOS over IPX */ -- cgit v1.3