dissector: server port is 400-port range
I'm writing a dissector for an application that can use any tcp port between
8000-8399. I've been doing multiple port dissection with the following code,
but it seems unmanageable for 400 ports.
local tcp_port_table = DissectorTable.get("t
I'm writing a dissector for an application that can use any tcp port
between 8000-8399. I've been doing multiple port dissection with the
following code, but it seems unmanageable for 400 ports.
local tcp_port_table = DissectorTable.get("tcp.port")
local mgi_dissector = tcp_port_table:get_dissecto