Ask Your Question

ng215's profile - activity

2021-07-14 17:07:56 +0000 answered a question udp packet reassembly and dissection with lua

To add new data to a table correct you must use the table.insert function . For example: table.insert(partialBuffer, bu

2021-07-14 16:50:08 +0000 answered a question LUA wireshark dissector - combine data from 2 UDP packets

To reassamble a certain portion of UDP fragments you must declare init() function. This init function is initialized whe