From 98f64de11525667b3f6b0a5bd7d5a5a8eeeb2ad4 Mon Sep 17 00:00:00 2001 From: Thomas Wiens Date: Sat, 3 Oct 2015 20:07:41 +0200 Subject: Added cotp_is to heuristic dissector list for ISO transport. S7 communication is also possible without TCP/IP. This ISO transport uses the following protocols: LLC->ISO8473->ISO8073->s7comm. The cotp dissector has two subdissector lists. cotp is uses with ISO-on-TCP, cotp_is with ISO transport. Change-Id: Ife543bee8331184d2181b347e683dfc1c2e4a05a Reviewed-on: https://code.wireshark.org/review/10771 Reviewed-by: Michael Mann --- epan/dissectors/packet-s7comm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-s7comm.c') diff --git a/epan/dissectors/packet-s7comm.c b/epan/dissectors/packet-s7comm.c index 5d039fa648..3378ada3a5 100644 --- a/epan/dissectors/packet-s7comm.c +++ b/epan/dissectors/packet-s7comm.c @@ -3458,6 +3458,7 @@ proto_reg_handoff_s7comm(void) { /* register ourself as an heuristic cotp (ISO 8073) payload dissector */ heur_dissector_add("cotp", dissect_s7comm, "S7 Communication over COTP", "s7comm_cotp", proto_s7comm, HEURISTIC_ENABLE); + heur_dissector_add("cotp_is", dissect_s7comm, "S7 Communication over COTP", "s7comm_cotp_is", proto_s7comm, HEURISTIC_ENABLE); } /* -- cgit v1.2.3