diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-09-03 17:57:17 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-09-03 17:57:17 +0000 |
commit | 554eb35fcf6b4a297f9b8d840646b7040b7a5f6f (patch) | |
tree | 7f32c32e19e7b6a38ce4786d8fb1ecee6c59ba6c /packet-tcp.c | |
parent | 3388bde488ac5c54044a487ca4199f5dda0715ba (diff) | |
download | wireshark-554eb35fcf6b4a297f9b8d840646b7040b7a5f6f.tar.gz wireshark-554eb35fcf6b4a297f9b8d840646b7040b7a5f6f.tar.bz2 wireshark-554eb35fcf6b4a297f9b8d840646b7040b7a5f6f.zip |
Get rid of a no-longer-used #define.
svn path=/trunk/; revision=3902
Diffstat (limited to 'packet-tcp.c')
-rw-r--r-- | packet-tcp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-tcp.c b/packet-tcp.c index 3d0319239f..547876df75 100644 --- a/packet-tcp.c +++ b/packet-tcp.c @@ -1,7 +1,7 @@ /* packet-tcp.c * Routines for TCP packet disassembly * - * $Id: packet-tcp.c,v 1.105 2001/06/18 02:17:53 guy Exp $ + * $Id: packet-tcp.c,v 1.106 2001/09/03 17:57:17 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -90,10 +90,6 @@ static dissector_table_t subdissector_table; static heur_dissector_list_t heur_subdissector_list; static conv_dissector_list_t conv_subdissector_list; -/* TCP Ports */ - -#define TCP_PORT_SMTP 25 - /* TCP structs and definitions */ typedef struct _e_tcphdr { |