aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-07 20:30:48 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-07 20:30:48 +0000
commit277b7ccb37eee7e02965a43fff040c1bc8eaf5e7 (patch)
treed41df63709ffcb8f0003f0587828d89720081448 /epan/dissectors/packet-dcom.h
parent7c605b2e75de5f2a12b59bbee7652abbb7f4cf74 (diff)
distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19174 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcom.h')
-rw-r--r--epan/dissectors/packet-dcom.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcom.h b/epan/dissectors/packet-dcom.h
index 9de60fc7c4..e1b32b671c 100644
--- a/epan/dissectors/packet-dcom.h
+++ b/epan/dissectors/packet-dcom.h
@@ -182,11 +182,16 @@ extern int
dissect_dcom_dcerpc_pointer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep, guint32 *pu32pointer);
-/* mark things to be done */
+/* mark things as "to be done" */
extern int
dissect_dcom_tobedone_data(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree, guint8 *drep, int length);
+/* mark things "no specification available" */
+extern int
+dissect_dcom_nospec_data(tvbuff_t *tvb, int offset,
+ packet_info *pinfo, proto_tree *tree, guint8 *drep, int length);
+
/* very simple parameter-profiles dissectors (for very simple requests ;-) */
/* request: no parameters */
extern int