aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.h
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.h
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.h')
-rw-r--r--packet-smb-pipe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-smb-pipe.h b/packet-smb-pipe.h
index f0101b92cc..ca91eb145d 100644
--- a/packet-smb-pipe.h
+++ b/packet-smb-pipe.h
@@ -2,7 +2,7 @@
* Declarations of routines for SMB named pipe packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-pipe.h,v 1.7 2001/11/19 10:06:41 guy Exp $
+ * $Id: packet-smb-pipe.h,v 1.8 2001/11/19 10:23:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
#ifndef _PACKET_SMB_PIPE_H_
#define _PACKET_SMB_PIPE_H_
-extern void register_proto_smb_pipe(void);
-
extern gboolean
dissect_pipe_smb(tvbuff_t *t_tvb, tvbuff_t *s_tvb, tvbuff_t *p_tvb,
tvbuff_t *d_tvb, const char *pipe, packet_info *pinfo,