diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-29 09:13:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-29 09:13:28 +0000 |
commit | d5df5579236136b73890f72e881999d487acab37 (patch) | |
tree | 06b5bc0023f595fed9ed08e186d0f141b494a90f /packet-dcerpc-nt.h | |
parent | 5cf3587feba3e8d0a897d6a88ac8685cea5837b3 (diff) | |
download | wireshark-d5df5579236136b73890f72e881999d487acab37.tar.gz wireshark-d5df5579236136b73890f72e881999d487acab37.tar.bz2 wireshark-d5df5579236136b73890f72e881999d487acab37.zip |
DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.
svn path=/trunk/; revision=4618
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r-- | packet-dcerpc-nt.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h index 48300f0612..b1472a52cd 100644 --- a/packet-dcerpc-nt.h +++ b/packet-dcerpc-nt.h @@ -2,7 +2,7 @@ * Routines for DCERPC over SMB packet disassembly * Copyright 2001, Tim Potter <tpot@samba.org> * - * $Id: packet-dcerpc-nt.h,v 1.3 2002/01/25 08:35:59 guy Exp $ + * $Id: packet-dcerpc-nt.h,v 1.4 2002/01/29 09:13:28 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -73,11 +73,4 @@ int prs_push_ptr(tvbuff_t *tvb, int offset, packet_info *pinfo, guint32 prs_pop_ptr(GList **ptr_list, char *name); -int dissect_ndr_nt_UNICODE_STRING (tvbuff_t *tvb, int offset, - packet_info *pinfo, proto_tree *parent_tree, - char *drep, int hf_index); -int dissect_ndr_nt_STRING (tvbuff_t *tvb, int offset, - packet_info *pinfo, proto_tree *parent_tree, - char *drep, int hf_index); - #endif /* packet-dcerpc-nt.h */ |