summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-14 13:47:32 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-14 13:47:32 -0700
commit91573678a1da9c6a7dbb9ddf0b1cd6e398fa4013 (patch)
tree260072ee694ceaa90bdb31355057e71e54ac6986 /tcp.h
parent09533cc93e80af2b5e100455513968dab6585e1d (diff)
downloadtcpdump-91573678a1da9c6a7dbb9ddf0b1cd6e398fa4013.tar.gz
NetBIOS Name Service can run over TCP.
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcp.h b/tcp.h
index 716f986b..24739622 100644
--- 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