The asciitpkt checkin broke the TPKT dissector comment out create_dissector_handle() and

dissector_add() for now.

svn path=/trunk/; revision=23478
This commit is contained in:
Anders Broman 2007-11-17 09:17:06 +00:00
parent f6d282b6cd
commit d2545978d8

View file

@ -674,8 +674,9 @@ proto_reg_handoff_tpkt(void)
tpkt_handle = create_dissector_handle(dissect_tpkt_x224, proto_tpkt);
dissector_add("tcp.port", TCP_PORT_TPKT_X224, tpkt_handle);
tpkt_handle = create_dissector_handle(dissect_ascii_tpkt, proto_tpkt);
dissector_add("tcp.port", TCP_PORT_TPKT, tpkt_handle);
/*
tpkt_handle = create_dissector_handle(dissect_ascii_tpkt, proto_tpkt);
dissector_add("tcp.port", TCP_PORT_TPKT, tpkt_handle);
*/
}