| 1 | initial version |
POC (possibility for improvement?)
easypost_hartip_f = Field.new("hart_ip")
local tcp_dtable = DissectorTable.get("tcp.port")
hartip_fi = easypost_hartip_f()
tcp_dtable:try(5094,tvb:range(hartip_fi.offset):tvb(),pinfo,tree)
| 2 | No.2 Revision |
POC (possibility for improvement?)
easypost_hartip_f = Field.new("hart_ip")
local hartip_fi = easypost_hartip_f()
local tcp_dtable = DissectorTable.get("tcp.port")
hartip_fi = easypost_hartip_f()
tcp_dtable:try(5094,tvb:range(hartip_fi.offset):tvb(),pinfo,tree)
tcp_dtable:try(5094, tvb:range(hartip_fi.offset):tvb(), pinfo, tree)