]> The Tcpdump Group git mirrors - tcpdump/commitdiff
NetBIOS Name Service can run over TCP.
authorGuy Harris <[email protected]>
Tue, 14 Jul 2015 20:47:32 +0000 (13:47 -0700)
committerGuy Harris <[email protected]>
Tue, 14 Jul 2015 20:47:32 +0000 (13:47 -0700)
tcp.h

diff --git a/tcp.h b/tcp.h
index 716f986b81795ad2c246fb104650f7770c3f0816..24739622aa16c7298b9b5b530970b5a6a592af7c 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -109,6 +109,9 @@ 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