Wireshark-bugs: [Wireshark-bugs] [Bug 8592] packet-dhcpv6.c, Vendor Specific Information, Cable

Date: Thu, 18 Apr 2013 16:47:44 +0000

changed bug 8592

What Removed Added
Status UNCONFIRMED INCOMPLETE
CC   [email protected]
Ever confirmed   1

Comment # 2 on bug 8592 from
Hi Brian, thanks for the patch. In general it looks really good, I just a have
a few quick questions:

- You do something very similar with strings in the PKT_CCCV6_KRB_REALM and
PKT_CCCV6_IETF_PROV_SRV cases. I'm wondering if the common part could be
extracted into a separate function that the two cases both call?

- I'm also wondering if it would be possible to use a wmem_strbuf rather than a
raw buffer. I think it does everything you need, and would save you from
keeping track of all the offsets yourself.

- The creation and use of tvb_tmp seems unnecessary? I think you can just
adjust the offset used in accesses to the regular tvb.

Thanks,
Evan


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