Ethereal-cvs: [Ethereal-cvs] Rev 12116: /trunk/epan/dissectors/: packet-dcerpc-samr.c packet-n

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Mon, 27 Sep 2004 23:29:28 -0000
User: guy
Date: 2004/09/27 06:29 PM

Log:
 Move the DES, MD4, MD5, and RC4 source files and headers into epan, and
 make the source files all include the corresponding header files (so
 that the declarations in the headers have to match the definitions in
 the source files in order for compilation to succeed).

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +2 -2      packet-dcerpc-samr.c    Modified
  +3 -3      packet-ntlmssp.c        Modified
  +1 -1      packet-radius.c         Modified
  +1 -1      packet-tacacs.c         Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +8 -4      Makefile.common    Modified
  +313 -0    crypt-des.c        Added
  +0 -0      crypt-des.h        Added
  +178 -0    crypt-md4.c        Added
  +0 -0      crypt-md4.h        Added
  +386 -0    crypt-md5.c        Added
  +0 -0      crypt-md5.h        Added
  +104 -0    crypt-rc4.c        Added
  +0 -0      crypt-rc4.h        Added

Directory: /trunk/
  Changes    Path               Action
  +0 -4      Makefile.common    Modified
  +0 -311    crypt-des.c        Removed
  +0 -26     crypt-des.h        Removed
  +0 -176    crypt-md4.c        Removed
  +0 -23     crypt-md4.h        Removed
  +0 -381    crypt-md5.c        Removed
  +0 -91     crypt-md5.h        Removed
  +0 -103    crypt-rc4.c        Removed
  +0 -36     crypt-rc4.h        Removed



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12116&view=rev