diff options
author | Richard Sharpe <sharpe@ns.aus.com> | 1999-05-09 12:56:12 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@ns.aus.com> | 1999-05-09 12:56:12 +0000 |
commit | 57bdcc338794689c7c7246494493618896f4a688 (patch) | |
tree | 92455b4c2a2874602eef75e988fce2819a5376c0 | |
parent | 54e5da8bac9e1f206b6be24a3548eece7ac27899 (diff) | |
download | wireshark-57bdcc338794689c7c7246494493618896f4a688.tar.gz wireshark-57bdcc338794689c7c7246494493618896f4a688.tar.bz2 wireshark-57bdcc338794689c7c7246494493618896f4a688.zip |
Minor changes to check if log info is working
svn path=/trunk/; revision=260
-rw-r--r-- | packet-smb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-smb.c b/packet-smb.c index 103ff9fac1..d1bc24f179 100644 --- a/packet-smb.c +++ b/packet-smb.c @@ -1,8 +1,9 @@ /* packet-smb.c * Routines for smb packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> + * Still a long way to go ... * - * $Id: packet-smb.c,v 1.1 1999/05/09 04:20:59 sharpe Exp $ + * $Id: packet-smb.c,v 1.2 1999/05/09 12:56:12 sharpe Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> |