aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-27 16:28:43 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-27 16:28:43 +0000
commit2ebeb837103f4415622b52999bb96ffcb445ff4b (patch)
treedd922af5c8e0f5de0bceae49833eb5ea5efdd97c /epan/dissectors/packet-giop.c
parent87c617f43fee2c3cc7cd8b67d310e8fd99303a5f (diff)
Comment out the unused code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17735 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-giop.c')
-rw-r--r--epan/dissectors/packet-giop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 2455a5d8df..76771ea4de 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -3542,9 +3542,11 @@ dissect_giop_request_1_2 (tvbuff_t * tvb, packet_info * pinfo,
*/
+ /* Comment out to please Coverity, See TODO item 43?
if(repoid) {
exres = try_explicit_giop_dissector(tvb,pinfo,tree,&offset,header,operation,repoid);
}
+ */
/* Only call heuristic if no explicit dissector was found */