Wireshark-bugs: [Wireshark-bugs] [Bug 9420] logically dead code in packet-rfid-pn532.c

Date: Tue, 12 Nov 2013 10:18:43 +0000

Comment # 2 on bug 9420 from
I noticed the addition of statements beginning with:

if (cmd > 0 && cmd & 0x01) {

...and

if (!pinfo->fd->flags.visited && cmd > 0 && !(cmd & 0x01)) {

...somewhere around the time of introducing revision #53116

I think it might be worth asking Michal about his intention, here.


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