aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h1.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-04 15:04:05 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-04 15:04:05 +0000
commit1a9ba30ad5d99ef877889ecca7b6a58cf0d7a71d (patch)
treeae6aa29a036b6bc62254381c90a22b83821dffb0 /epan/dissectors/packet-h1.c
parent5960975e6453986a91fac503e3b62bf283315ccf (diff)
From: Thomas Boehne
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
Diffstat (limited to 'epan/dissectors/packet-h1.c')
-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");
}