aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
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.c
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.c')
-rw-r--r--packet-smb.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/packet-smb.c b/packet-smb.c
index 7d142ff99e..a35f3db73b 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb.c,v 1.158 2001/11/19 10:06:41 guy Exp $
+ * $Id: packet-smb.c,v 1.159 2001/11/19 10:23:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -12923,16 +12923,6 @@ dissect_smb(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
return TRUE;
}
-
-
-
-
-
- /* External routines called during the registration process */
-
-extern void register_proto_smb_browse( void);
-extern void register_proto_smb_logon( void);
-
void
proto_register_smb(void)
{
@@ -14693,11 +14683,6 @@ proto_register_smb(void)
proto_register_subtree_array(ett, array_length(ett));
proto_register_field_array(proto_smb, hf, array_length(hf));
register_init_routine(&smb_init_protocol);
-
- register_proto_smb_browse();
- register_proto_smb_logon();
- register_proto_smb_mailslot();
- register_proto_smb_pipe();
}
void