Wireshark-commits: [Wireshark-commits] rev 53190: /trunk/ /trunk/epan/dissectors/: packet-sctp.c /t

Date: Sat, 09 Nov 2013 14:03:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53190

User: darkjames
Date: 2013/11/09 02:03 PM

Log:
 Move adler32 from epan/ to wsutil/
 
 The same like done for crc*

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

Directory: /trunk/epan/
  Changes    Path               Action
  +0 -1      CMakeLists.txt     Modified
  +0 -2      Makefile.common    Modified
  +0 -61     adler32.c          Removed
  +0 -42     adler32.h          Removed

Directory: /trunk/wsutil/
  Changes    Path               Action
  +1 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +61 -0     adler32.c          Added
  +42 -0     adler32.h          Added