aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ros.h
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-09 14:45:38 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-09 14:45:38 +0000
commitfe996c3896083524c6f17d197a9823567ccaa92c (patch)
tree61bd0bcdb54c4a07d67f128b8d5ce18f98442ee0 /epan/dissectors/packet-ros.h
parente56de58d1456aa5fa9351d9dbc764a05c2cb7558 (diff)
Updates to the ROS dissector to support IDMP and fix to IDMP for implicit declaration of return value of call_ros_oid_callback().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33182 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ros.h')
-rw-r--r--epan/dissectors/packet-ros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ros.h b/epan/dissectors/packet-ros.h
index 9f29bbc2ef..738cb16a97 100644
--- a/epan/dissectors/packet-ros.h
+++ b/epan/dissectors/packet-ros.h
@@ -94,5 +94,6 @@ typedef struct _ros_info_t {
void register_ros_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_rtse);
void register_ros_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name, gboolean uses_rtse);
+int call_ros_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
#endif /* PACKET_ROS_H */