summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Nardi <nardi.ivan@gmail.com>2017-06-28 20:16:20 +0200
committerAnders Broman <a.broman58@gmail.com>2017-06-29 06:47:59 +0000
commit245bddee6b486bf017c478b2295d5161b3f7f2a9 (patch)
tree2adfc7ebdc9161c751f6b1a59fbe68d385cc1f20
parent8cee782474b79e7e928613d369dd882a772328b7 (diff)
downloadwireshark-245bddee6b486bf017c478b2295d5161b3f7f2a9.tar.gz
sccp: build associations on IT messages, too
Useful when you have long sessions, without the start (i.e. CC/CR) and the end (i.e. RLSD/RLC). Similar to 10d2e652289c0179763928dd43998783752e49d3 Change-Id: Ifb97bd9fe88ee59f3816fce1111132b247bf46c8 Reviewed-on: https://code.wireshark.org/review/22446 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-sccp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sccp.c b/epan/dissectors/packet-sccp.c
index c54cf77f8c..c6a06771ab 100644
--- a/epan/dissectors/packet-sccp.c
+++ b/epan/dissectors/packet-sccp.c
@@ -1440,6 +1440,8 @@ get_sccp_assoc(packet_info *pinfo, guint offset, sccp_decode_context_t* value)
break;
}
+ case SCCP_MSG_TYPE_IT:
+ /* fall-through */
case SCCP_MSG_TYPE_RLC:
{
wmem_tree_key_t fw_key[4];