aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 23:09:32 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 23:09:32 +0000
commitdf3ec2f945695d739c4bce4d06051d6691b5ba26 (patch)
treedab9966a0be041221b8fd5540d48f9840f167eb2 /packet-dcerpc.h
parent4218e087eb1e58630bf0a2947d0ca7e7e6bc24a5 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10321 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index 792616c41c..2f9e2ab09b 100644
--- a/packet-dcerpc.h
+++ b/packet-dcerpc.h
@@ -2,7 +2,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.h,v 1.39 2004/01/19 20:10:36 jmayer Exp $
+ * $Id: packet-dcerpc.h,v 1.40 2004/03/05 23:09:32 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -331,4 +331,7 @@ void register_dcerpc_auth_subdissector(guint8 auth_level, guint8 auth_type,
#define DCE_C_AUTHN_LEVEL_PKT_INTEGRITY 5
#define DCE_C_AUTHN_LEVEL_PKT_PRIVACY 6
+void
+init_ndr_pointer_list(packet_info *pinfo);
+
#endif /* packet-dcerpc.h */