Wireshark-commits: [Wireshark-commits] rev 20351: /trunk/epan/crypt/ /trunk/epan/crypt/: airpdcap_s

Date: Tue, 09 Jan 2007 15:50:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20351

User: lego
Date: 2007/01/09 03:50 PM

Log:
 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from www.pjsip.org, which BTW took it from some other place)
  * externalize SHA1 functions and data types

Directory: /trunk/epan/crypt/
  Changes    Path               Action
  +0 -28     airpdcap_sha1.c    Modified
  +25 -0     airpdcap_sha1.h    Modified
  +315 -400  crypt-md5.c        Modified
  +56 -79    crypt-md5.h        Modified