aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-18 18:50:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-18 18:50:29 +0000
commitda153ed9c15810763158ece1f676ff3cf7dfa4a6 (patch)
tree208969c206b8445266ffae47a07fc2d471cb895e /epan/dissectors/packet-rlc.c
parent350c8d1f5dcf6fcfffc0ad60e6570d62bf6498f0 (diff)
That comment might have confused the API checker into thinking we were
calling abort(); try changing it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43788 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rlc.c')
-rw-r--r--epan/dissectors/packet-rlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rlc.c b/epan/dissectors/packet-rlc.c
index b77d70a81c..d4cb740620 100644
--- a/epan/dissectors/packet-rlc.c
+++ b/epan/dissectors/packet-rlc.c
@@ -1144,7 +1144,7 @@ rlc_call_subdissector(enum rlc_channel_type channel, tvbuff_t *tvb,
col_set_writable(pinfo->cinfo, FALSE);
break;
default:
- return; /* abort */
+ return; /* stop dissecting */
}
if (msgtype != RRC_MESSAGE_TYPE_INVALID) {
struct rrc_info *rrcinf;