Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.