aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-03-05 23:09:32 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-03-05 23:09:32 +0000
commit0b4fc266f04f533fdc18a1a860a4ac3af3438333 (patch)
treedab9966a0be041221b8fd5540d48f9840f167eb2 /packet-dcerpc.c
parentd605594b18c954626672c339e44affac78aa4949 (diff)
we need to export init_ndr_pointer_list() from packet-dcerpc so that
we can manually call functions to dissect NDR encoded structures without going through the DCERPC interface. There are NDR encoded blobs that are not encapsulated inside DCERPC such as in kerberos and those dissectors need this. svn path=/trunk/; revision=10321
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index 7a01d2e631..cfd32fd4e3 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.c,v 1.163 2004/03/03 22:47:17 jmayer Exp $
+ * $Id: packet-dcerpc.c,v 1.164 2004/03/05 23:09:32 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1336,7 +1336,7 @@ typedef struct ndr_pointer_data {
void *callback_args;
} ndr_pointer_data_t;
-static void
+void
init_ndr_pointer_list(packet_info *pinfo)
{
dcerpc_info *di;