aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-25 01:47:43 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-25 01:47:43 +0000
commit470e92125ebf72757eca9811f1f3357b0a4df8bf (patch)
tree20c41debd86ac60834c1e89b15d9d4d87c5c10f0 /epan/dissectors/packet-dcerpc-nt.h
parentaa3d3793b70531c0fbd9d30a819267dcbaefc9f3 (diff)
move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h
also change their values to use the top order bits of an uint32 instead of the least significant ones svn path=/trunk/; revision=20919
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 8ca85e5d53..bc64b3e9f0 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -190,8 +190,6 @@ dissect_nt_policy_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
e_ctx_hnd *pdata, proto_item **pitem,
gboolean is_open, gboolean is_close);
-#define PIDL_POLHND_OPEN 0x00000001
-#define PIDL_POLHND_CLOSE 0x00000002
int
PIDL_dissect_policy_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep, int hfindex,