aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-oxid.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-19 20:10:37 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-19 20:10:37 +0000
commit3e2633a0f40ac8111c152f4e4e7c93a55293eb8c (patch)
tree8311f985ba13a831fce0716f506b0cb5e79b2271 /packet-dcerpc-oxid.c
parent6f6fc13e5b57f0baa1847b2e3d3f9a9f9dad4c44 (diff)
char *drep -> guint8 *drep
svn path=/trunk/; revision=9735
Diffstat (limited to 'packet-dcerpc-oxid.c')
-rw-r--r--packet-dcerpc-oxid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-oxid.c b/packet-dcerpc-oxid.c
index c380a2ad33..7381784bc1 100644
--- a/packet-dcerpc-oxid.c
+++ b/packet-dcerpc-oxid.c
@@ -2,7 +2,7 @@
* Routines for DCOM OXID Resolver
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-oxid.c,v 1.10 2003/10/12 16:03:10 sharpe Exp $
+ * $Id: packet-dcerpc-oxid.c,v 1.11 2004/01/19 20:10:35 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -157,7 +157,7 @@ towerid_val2str(unsigned short tower) {
static int
oxid_server_alive2_dissect_rply(tvbuff_t *tvb, int offset, packet_info *pinfo,
- proto_tree *tree, char *drep) {
+ proto_tree *tree, guint8 *drep) {
COMVERSION comver;
DUALSTRINGARRAY stringarray;
STRINGBINDING stringbind;