Wireshark-bugs: [Wireshark-bugs] [Bug 8735] USB CCID dissector "runs off the rails" when trying
Date: Thu, 30 May 2013 19:00:42 +0000

Comment # 4 on bug 8735 from
I don't know if it'd be more elegant, or more efficient - but *if* every
possible packet type (and I don't have hardware supporting every single spec
permutation, sadly), but I could always collapse the various
"proto_tree_add_item(ccid_tree, hf_ccid_dwLength, tvb, 1, 4,
ENC_LITTLE_ENDIAN);" instances into a single one at the top of the tree, after
the command, and then do a single length test...


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