Wireshark-commits: [Wireshark-commits] rev 36135: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 04 Mar 2011 00:17:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36135

User: sfisher
Date: 2011/03/03 04:17 PM

Log:
 Correct the usage of tvb_memeql() after r35558: it doesn't return true
 if the values are the same; we have to check for "== 0" to see if they
 are the same.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-ntp.c    Modified