Wireshark-bugs: [Wireshark-bugs] [Bug 8849] Buggy IEC104 dissector caused by commit r48958
Date: Fri, 28 Jun 2013 08:44:36 +0000

Comment # 16 on bug 8849 from
(In reply to comment #15)
> Created attachment 11087 [details]
> Patch for "Fix decoding of CP56time + code style changes v3"
> 
> Hello. I think there a error with definition of month value, because
> mktime() use range between 0 and 11 for month value. Also there small change
> definition of year value.
You are right. There should be "tm.tm_mon = (value & 0x0F) - 1;"


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