Remove #define DEBUG_SMB_HASH
authordeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 16 Oct 1999 20:26:37 +0000 (20:26 +0000)
committerdeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 16 Oct 1999 20:26:37 +0000 (20:26 +0000)
Is this file generated code ?

If not, please :

- get rid of compilation warnings
- put the # of preprocessor macros at the first column

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@863 f5534014-38df-0310-8fa8-9805f1628bb7

packet-smb.c

index efd0e2b589ac305c04ecad72bdc9765ac28ccdb0..5687033c14242c7d59460ea1beacf479c878bd7e 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for smb packet dissection
  * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
  *
- * $Id: packet-smb.c,v 1.29 1999/10/16 16:02:46 sharpe Exp $
+ * $Id: packet-smb.c,v 1.30 1999/10/16 20:26:37 deniel Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@unicom.net>
@@ -47,8 +47,6 @@
 
 static int proto_smb = -1;
 
-#define DEBUG_SMB_HASH
-
 /*
  * Struct passed to each SMB decode routine of info it may need
  */