diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-01-31 09:43:07 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-01-31 09:43:07 +0000 |
commit | d3beff7c6af2cef07e098ef1f1fa3116f279c371 (patch) | |
tree | 3ce26404ab3bcf860da5c73356ae14ab710c7ed0 /epan/dissectors/packet-dcerpc-nt.h | |
parent | 262d2b36c8c8fb0a82ae542d611dd5f5ce6babf2 (diff) | |
download | wireshark-d3beff7c6af2cef07e098ef1f1fa3116f279c371.tar.gz wireshark-d3beff7c6af2cef07e098ef1f1fa3116f279c371.tar.bz2 wireshark-d3beff7c6af2cef07e098ef1f1fa3116f279c371.zip |
call dissect_ndr_uuit_t directly and avoid a dependency on packet-dcerpc-netlogon
svn path=/trunk/; revision=13214
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-nt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h index 3a41cfd244..b48f1a4025 100644 --- a/epan/dissectors/packet-dcerpc-nt.h +++ b/epan/dissectors/packet-dcerpc-nt.h @@ -181,11 +181,6 @@ dissect_nt_policy_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo, gboolean is_open, gboolean is_close); int -dissect_nt_GUID(tvbuff_t *tvb, int offset, - packet_info *pinfo, proto_tree *parent_tree, - guint8 *drep); - -int dissect_nt_LUID(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep); |