Wireshark-bugs: [Wireshark-bugs] [Bug 8792] Bittorrent messages over bt-utp aren't parsed

Date: Wed, 12 Jun 2013 12:25:49 +0000

Comment # 3 on bug 8792 from
After a quick look at the packet- code, it appears that no code has been
written to dissect the payload:
    len_tvb = tvb_length_remaining(tvb, offset);
    if(len_tvb > 0)
      proto_tree_add_item(sub_tree, hf_bt_utp_data, tvb, offset, len_tvb,
ENC_NA);

So this is more an enhancement request as no one seems to have worked on it so
far.


You are receiving this mail because:
  • You are watching all bug changes.