1 | initial version |
dissector_add_uint("terel2", TEREL2_TCP_PORTS, TEREL2_handle);
If the Terel2 protocol runs top TCP, you want to register each of those ports in the "tcp.port" dissector table.
2 | No.2 Revision |
dissector_add_uint("terel2", TEREL2_TCP_PORTS, TEREL2_handle);
If the Terel2 protocol runs on top of TCP, you want to register each of those ports in the "tcp.port" dissector table.