aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-09 00:07:37 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-09 00:07:37 +0000
commit446e7ed7ed92ba8ba1af09cb8190d8d6f5c5d880 (patch)
treee671534620972b055ad5b1c26c2f21c66a9a3322 /packet-smb-pipe.c
parent0cb23499876ebb3894ec668ddb2b1721783ce4ae (diff)
"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.
svn path=/trunk/; revision=4365
Diffstat (limited to 'packet-smb-pipe.c')
-rw-r--r--packet-smb-pipe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c
index 9c815ceba3..66070b13c2 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.59 2001/12/05 08:20:28 guy Exp $
+ * $Id: packet-smb-pipe.c,v 1.60 2001/12/09 00:07:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2534,7 +2534,7 @@ proto_register_pipe_lanman(void)
static heur_dissector_list_t smb_transact_heur_subdissector_list;
static gboolean
-dissect_pipe_msrpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
+dissect_pipe_dcerpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
proto_tree *tree, guint32 fid)
{
dcerpc_private_info dcerpc_priv;
@@ -2620,7 +2620,7 @@ dissect_pipe_msrpc(tvbuff_t *d_tvb, packet_info *pinfo, proto_tree *parent_tree,
}
void
-proto_register_pipe_msrpc(void)
+proto_register_pipe_dcerpc(void)
{
register_heur_dissector_list("smb_transact", &smb_transact_heur_subdissector_list);
}
@@ -2849,7 +2849,7 @@ dissect_pipe_smb(tvbuff_t *sp_tvb, tvbuff_t *s_tvb, tvbuff_t *pd_tvb,
if (fid != -1) {
if (d_tvb == NULL)
return FALSE;
- return dissect_pipe_msrpc(d_tvb, pinfo, tree,
+ return dissect_pipe_dcerpc(d_tvb, pinfo, tree,
pipe_tree, fid);
}
break;