diff options
author | guy <guy> | 2007-12-09 00:30:47 +0000 |
---|---|---|
committer | guy <guy> | 2007-12-09 00:30:47 +0000 |
commit | a11ed8914ecf386afa79cb94a46d4df6182eedd7 (patch) | |
tree | 1538358e34217df871303b475841c42fb3932f52 /tcp.h | |
parent | 73b4367162728c00f734b95cb43754f77e9699fd (diff) | |
download | tcpdump-a11ed8914ecf386afa79cb94a46d4df6182eedd7.tar.gz |
SMB-over-TCP (port 445) support.
Diffstat (limited to 'tcp.h')
-rw-r--r-- | tcp.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |