Ask Your Question

Revision history [back]

click to hide/show revision 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)

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)