Re: [Wireshark-dev] LUA dissector: server port is 400-port range

2016-11-02 Thread Maynard, Chris
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

[Wireshark-dev] LUA dissector: server port is 400-port range

2016-11-01 Thread Jerry White
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