diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-01-30 12:38:38 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2005-01-30 12:38:38 +0000 |
commit | 7fc663c7380c166343f729f867200b0cfed0a3ca (patch) | |
tree | da4e67fa90d884dd5758450ee9bc94c3556dbaf0 /epan/dissectors/packet-dcerpc-lsa.h | |
parent | ae9fe25e4f398d806e728ce6465c03df33405d10 (diff) | |
download | wireshark-7fc663c7380c166343f729f867200b0cfed0a3ca.tar.gz wireshark-7fc663c7380c166343f729f867200b0cfed0a3ca.tar.bz2 wireshark-7fc663c7380c166343f729f867200b0cfed0a3ca.zip |
rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_data
to make the symbol compatible with an autogenerated LSA dissector.
no changes to the code, just a rename.
svn path=/trunk/; revision=13206
Diffstat (limited to 'epan/dissectors/packet-dcerpc-lsa.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-lsa.h b/epan/dissectors/packet-dcerpc-lsa.h index 29fdf5d782..119bb570b9 100644 --- a/epan/dissectors/packet-dcerpc-lsa.h +++ b/epan/dissectors/packet-dcerpc-lsa.h @@ -114,7 +114,7 @@ lsa_dissect_LSA_SECURITY_DESCRIPTOR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep); int -lsa_dissect_LSA_SECURITY_DESCRIPTOR_data(tvbuff_t *tvb, int offset, +lsa_dissect_sec_desc_buf_data(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep); int |