Wireshark-bugs: [Wireshark-bugs] [Bug 8070] Patch for packet-coap.c

Date: Thu, 21 Mar 2013 17:42:11 +0000

Comment # 14 on bug 8070 from
(In reply to comment #13)
> If-Mone-Match option doesn't carry any option payload itself.
> So, please just remove the unused code.  Thanks.
> 
> The problem would be that a user of tshark -T coap.opt.if_none_matchcould
> not know whether the option If-None-Match option is present or not.A
> wireshark user can know it when he check the Packet Details window because
> packet-coap.c shows information about each option header.
> I think it's rare case.  I will fix it in the future if somebody needs to
> use tshark.
> 
> Shoichi

To make sure I've understood this correctly: in previous versions of the spec,
If-None-Match options carried a payload, now they don't, so that code can be
removed.

But there is no way to filter on packets containing If-None-Match options
because there are no fields for them now. Shouldn't the option type itself be a
field that can be filtered on?


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