We have modified a CoAP LUA plugin so it can parse our custom payloads. But, to know what the payload is in response to, we need to be able to figure out where the GET request was. The standard "coap" filter does show "[Request In: xxxx]" and "[Response In: xxxx]" and I wondered if there was a way to access this via LUA.
Thanks!