aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-13 23:58:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-13 23:58:37 +0000
commitf2b07ad41198c5f8f2b4018418c1658e3285e759 (patch)
treea2a95e23d02694963c2519f792be2c3ded6cd560 /smb.h
parent106df618b52b764275b27d53126b7ed1f1e9d1dd (diff)
"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for
the call to initialize it; move the call to initialize it to the registration routine for the dissector that uses it, move the definition of ""dcerpc_fragment_table" to packet-smb-pipe.c, make it static, and remove the declaration of it from smb.h. Add some casts to squelch compiler complaints. svn path=/trunk/; revision=7449
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/smb.h b/smb.h
index 8e5407fd29..25afc94fdc 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.51 2003/04/12 08:14:02 sahlberg Exp $
+ * $Id: smb.h,v 1.52 2003/04/13 23:58:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -331,7 +331,6 @@ extern int dissect_ipc_state(tvbuff_t *tvb, proto_tree *parent_tree,
int offset, gboolean setstate);
extern gboolean smb_dcerpc_reassembly;
-extern GHashTable *dcerpc_fragment_table;
/*
* NT and DOS error codes used by other dissectors.