summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-07-18 18:50:29 +0000
committerGuy Harris <guy@alum.mit.edu>2012-07-18 18:50:29 +0000
commitbbe3a78d3ac0c7bd5531cce9ffd22fa4b429ebf3 (patch)
tree208969c206b8445266ffae47a07fc2d471cb895e
parentebccbb0829eadbeff48b0d7e5924b89c2316b426 (diff)
downloadwireshark-bbe3a78d3ac0c7bd5531cce9ffd22fa4b429ebf3.tar.gz
That comment might have confused the API checker into thinking we were
calling abort(); try changing it. svn path=/trunk/; revision=43788
-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;