diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-08-17 19:09:41 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-08-17 19:09:41 +0000 |
commit | 7d040193881dc431ec20e471189f99d16a4cbbf8 (patch) | |
tree | 511ad9a6b80a92c30e8d7a008e3d07fe306bbc6d /epan/dissectors/packet-dcom.h | |
parent | 162d87a516782fb04df22471305df0a386a3d996 (diff) | |
download | wireshark-7d040193881dc431ec20e471189f99d16a4cbbf8.tar.gz wireshark-7d040193881dc431ec20e471189f99d16a4cbbf8.tar.bz2 wireshark-7d040193881dc431ec20e471189f99d16a4cbbf8.zip |
some further work on the GUID/UUID resolvings
most of the relevant code moved to guid_utils
lot of corresponding code cleanup in packet-dcerpc.c
still using GHashTable
still not using a manuf like file
svn path=/trunk/; revision=18939
Diffstat (limited to 'epan/dissectors/packet-dcom.h')
-rw-r--r-- | epan/dissectors/packet-dcom.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/dissectors/packet-dcom.h b/epan/dissectors/packet-dcom.h index a1163fc79e..9de60fc7c4 100644 --- a/epan/dissectors/packet-dcom.h +++ b/epan/dissectors/packet-dcom.h @@ -106,9 +106,6 @@ dissect_dcom_append_UUID(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hfindex, int field_index, e_uuid_t *uuid); -extern const gchar* -dcom_uuid_to_str(e_uuid_t *uuid); - extern int dissect_dcom_indexed_WORD(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, @@ -200,8 +197,4 @@ extern int dissect_dcom_simple_resp(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep); -void dcom_register_server_coclass(int proto, int ett, - e_uuid_t *uuid, guint16 ver, - dcerpc_sub_dissector *sub_dissectors, int opnum_hf); - #endif /* packet-dcerpc-dcom.h */ |