Wireshark-commits: [Wireshark-commits] rev 53365: /trunk/ /trunk/epan/dissectors/: packet-bmc.c pac
Date: Sat, 16 Nov 2013 09:16:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53365

User: darkjames
Date: 2013/11/16 09:16 AM

Log:
 Move bitswap.[ch] from epan to wsutil.

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

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

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