aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-05-04 15:04:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-05-04 15:04:05 +0000
commitad27b438679331b7297f54ebea6e52dfcbde93c7 (patch)
treeae6aa29a036b6bc62254381c90a22b83821dffb0
parent5a8a9702fef8d587d93db6f3d416207aa8372215 (diff)
From: Thomas Boehne
But since most PLCs now offer to run the protocol directly on TCP, I attached a little patch. svn path=/trunk/; revision=18090
-rw-r--r--epan/dissectors/packet-h1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h1.c b/epan/dissectors/packet-h1.c
index 21eedfa738..c2b7cb9f0f 100644
--- a/epan/dissectors/packet-h1.c
+++ b/epan/dissectors/packet-h1.c
@@ -319,5 +319,6 @@ proto_reg_handoff_h1(void)
{
heur_dissector_add("cotp", dissect_h1, proto_h1);
heur_dissector_add("cotp_is", dissect_h1, proto_h1);
+ heur_dissector_add("tcp", dissect_h1, proto_h1);
data_handle = find_dissector("data");
}