aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-19 10:23:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-19 10:23:39 +0000
commit1754f8a19d9567ca049f04bdfe995850979dda10 (patch)
tree8840ab597a7695a3c406d61b4eecfd1963a2c8bd /packet-smb-pipe.c
parentbb8337ebbbbac8b94f82bf49db2be9118b9d7720 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4222 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-pipe.c')
-rw-r--r--packet-smb-pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c
index 076543f669..63668b35d9 100644
--- a/packet-smb-pipe.c
+++ b/packet-smb-pipe.c
@@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
* significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and
* Guy Harris 2001
*
- * $Id: packet-smb-pipe.c,v 1.45 2001/11/19 10:06:41 guy Exp $
+ * $Id: packet-smb-pipe.c,v 1.46 2001/11/19 10:23:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2333,7 +2333,7 @@ dissect_pipe_smb(tvbuff_t *t_tvb, tvbuff_t *s_tvb, tvbuff_t *p_tvb,
}
void
-register_proto_smb_pipe(void)
+proto_register_smb_pipe(void)
{
static hf_register_info hf[] = {
{ &hf_function_code,