Wireshark-commits: [Wireshark-commits] rev 50650: / /trunk/epan/: CMakeLists.txt Makefile.common st
Date: Tue, 16 Jul 2013 01:16:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50650

User: morriss
Date: 2013/07/15 06:16 PM

Log:
 Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific
 there and moving it avoids having to recompile the file for use in editcap
 and mergecap (which don't link against libwireshark).

Directory: /trunk/epan/
  Changes    Path               Action
  +0 -1      CMakeLists.txt     Modified
  +0 -2      Makefile.common    Modified
  +0 -202    strnatcmp.c        Removed
  +0 -49     strnatcmp.h        Removed

Directory: /trunk/
  Changes    Path               Action
  +0 -2      CMakeLists.txt     Modified
  +1 -3      Makefile.common    Modified
  +2 -2      editcap.c          Modified
  +2 -1      mergecap.c         Modified

Directory: /trunk/wsutil/
  Changes    Path               Action
  +1 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +202 -0    strnatcmp.c        Added


(1 file not shown)