aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-winreg.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-09 21:17:58 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-09 21:17:58 +0000
commitde2e6dc731d7e272a40f224f5dab052eed37d397 (patch)
tree1d4f240878ffe2d0c6d0114d7c4fd97a04e4a970 /epan/dissectors/packet-dcerpc-winreg.h
parentecdde88d463126f9169700dbafcf0b05392f5fb6 (diff)
some updates from new pidl
svn path=/trunk/; revision=18408
Diffstat (limited to 'epan/dissectors/packet-dcerpc-winreg.h')
-rw-r--r--epan/dissectors/packet-dcerpc-winreg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-winreg.h b/epan/dissectors/packet-dcerpc-winreg.h
index 08166d1aa8..774fb38210 100644
--- a/epan/dissectors/packet-dcerpc-winreg.h
+++ b/epan/dissectors/packet-dcerpc-winreg.h
@@ -5,9 +5,9 @@
from winreg.idl and winreg.cnf.
Pidl is a perl based IDL compiler for DCE/RPC idl files.
- It is maintained by the Samba team, not the Wireshark team.
+ It is maintained by the Samba team, not the Ethereal team.
Instructions on how to download and install Pidl can be
- found at http://wiki.wireshark.org/Pidl
+ found at http://wiki.ethereal.com/Pidl
*/
@@ -18,6 +18,7 @@
#include "packet-dcerpc-initshutdown.h"
+int winreg_dissect_bitmap_AccessMask(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
#define REG_NONE (0)
#define REG_SZ (1)
#define REG_EXPAND_SZ (2)