aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-07-30 02:44:20 +0000
committerGuy Harris <guy@alum.mit.edu>2005-07-30 02:44:20 +0000
commit09b54bab8420c8fd98f147a07b25d3316a97922b (patch)
tree59a80f21ec26bb71a3a30b9f413c29a7c3a182af
parent54c470762a166d0e2c795c45879948ffd7186a09 (diff)
Make dissect_CBA_Connection_Data again available for plugins (although
it should be declared in a header file, so that the plugins can #include the header file rather than using a possibly-out-of-date private declaration, and so that it's clearer that it shouldn't be static). svn path=/trunk/; revision=15153
-rw-r--r--epan/dissectors/packet-dcom-cba-acco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcom-cba-acco.c b/epan/dissectors/packet-dcom-cba-acco.c
index 97e0013f2f..a652059619 100644
--- a/epan/dissectors/packet-dcom-cba-acco.c
+++ b/epan/dissectors/packet-dcom-cba-acco.c
@@ -1195,7 +1195,7 @@ dissect_Server_GetProvConnections_resp(tvbuff_t *tvb, int offset,
#define CBA_MRSH_VERSION_SRT_WITHOUT_CONSID 0x11
-static int
+int
dissect_CBA_Connection_Data(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree)
{