Wireshark-commits: [Wireshark-commits] rev 46051: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 17 Nov 2012 09:37:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46051

User: guy
Date: 2012/11/17 01:37 AM

Log:
 Fix checksum handling (using val_to_str() on a Boolean is overkill, and
 calc_checksum() doesn't return a Boolean, it returns a cksum_status_t,
 which has more values than just "checksum OK" and "checksum not OK",
 such as "not enough data available to check the checksum).
 
 Fix typoes (Transport Protocol Data Unit is TPDU/tpdu, not TDPU/tdpu).

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +57 -36    packet-ositp.c    Modified