aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-19 10:23:39 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-19 10:23:39 +0000
commit5b36683d396273fff17ad78937bf54e68db87a62 (patch)
tree8840ab597a7695a3c406d61b4eecfd1963a2c8bd /packet-smb-mailslot.h
parent853aa01c6e9f89d00c71734dc4f6f0d59b243dc5 (diff)
Make the register routines for the mailslot, pipe, browser, and
mailslot-based logon protocols just be regular register routines, detected by the script that generates the "register.c" file, rather than special stuff known to the SMB dissector. svn path=/trunk/; revision=4222
Diffstat (limited to 'packet-smb-mailslot.h')
-rw-r--r--packet-smb-mailslot.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-smb-mailslot.h b/packet-smb-mailslot.h
index 1216c4b758..520110f84e 100644
--- a/packet-smb-mailslot.h
+++ b/packet-smb-mailslot.h
@@ -2,7 +2,7 @@
* Declaration of routines for SMB mailslot packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-mailslot.h,v 1.5 2001/11/19 10:06:41 guy Exp $
+ * $Id: packet-smb-mailslot.h,v 1.6 2001/11/19 10:23:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,12 +26,9 @@
#ifndef _PACKET_SMB_MAILSLOT_H_
#define _PACKET_SMB_MAILSLOT_H_
-extern void register_proto_smb_mailslot(void);
-
gboolean
dissect_mailslot_smb(tvbuff_t *total_tvb, tvbuff_t *setup_tvb,
tvbuff_t *tvb, const char *mailslot,
packet_info *pinfo, proto_tree *tree);
#endif
-