aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-12-19 16:49:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-12-19 16:49:34 +0000
commit2b02b27b2986a589fef7b2d575524deb05f6b686 (patch)
tree8015c00c85f5c39a4f371b936f0860bbcbbf18b8 /epan/dissectors/packet-dcom.c
parent1143f7e2ca09a24a7d7d25e0b6b2de4c5ae6737f (diff)
add some IRemUnknown dissectors
svn path=/trunk/; revision=12782
Diffstat (limited to 'epan/dissectors/packet-dcom.c')
-rw-r--r--epan/dissectors/packet-dcom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcom.c b/epan/dissectors/packet-dcom.c
index fe3d4137c5..9c956165fe 100644
--- a/epan/dissectors/packet-dcom.c
+++ b/epan/dissectors/packet-dcom.c
@@ -86,7 +86,6 @@
static int proto_dcom = -1;
void proto_reg_handoff_dcom(void);
-static gchar* dcom_uuid_to_str(e_uuid_t *uuid);
int dcom_prefs_display_unmarshalling_details = FALSE;
@@ -639,7 +638,7 @@ dissect_dcom_simple_resp(tvbuff_t *tvb, int offset,
Returns the associated string ptr on a match.
Formats uuid number and returns the resulting string, on failure.
(copied from val_to_str) */
-static gchar* dcom_uuid_to_str(e_uuid_t *uuid) {
+gchar* dcom_uuid_to_str(e_uuid_t *uuid) {
gchar *ret;
static gchar str[3][64];
static gchar *cur;