Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21542: /trunk/epan/crypt/ /trunk/epan/crypt/: crypt-md5.

Date: Mon, 23 Apr 2007 21:23:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21542

User: guy
Date: 2007/04/23 09:23 PM

Log:
 byteReverse assumes its argument is aligned on a 32-bit boundary; make
 it a pointer to a guint32.  Also, use pletohl() to fetch a 32-bit
 little-endian quantity.

Directory: /trunk/epan/crypt/
  Changes    Path           Action
  +9 -10     crypt-md5.c    Modified