From: Thomas Boehne
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 May 2006 15:04:05 +0000 (15:04 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 May 2006 15:04:05 +0000 (15:04 +0000)
But since most PLCs now offer to run the protocol directly on TCP, I attached a little patch.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18090 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-h1.c

index 21eedfa738f40270406081a8adc6d5d81d7068b5..c2b7cb9f0fe37acf306d5a6253070511818327d3 100644 (file)
@@ -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");
 }