Wireshark-commits: [Wireshark-commits] rev 53654: /trunk/ /trunk/cmake/modules/: UseMakeDissectorRe

Date: Fri, 29 Nov 2013 19:57:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53654

User: jmayer
Date: 2013/11/29 07:57 PM

Log:
 Graham Bloice
 
 I've now got tshark to build from a VS solution file, had to do some hacks
 to get there though, patch files attached for others to peruse, as I'm not
 sure if they are the optimal solutions:
 
    3. As mentioned in my previous message, the VS solution chops out every
    8192nd byte from the command line passed to make-dissector-reg.py.  My
    patch (make-reg.patch) gets CMake to write out the required source file
    list to a file and modifies the python script to read in the file.  The
    python changes *should* be backwards compatible.
 
 Me: Small fix to UseMakeDissectorReg.cmake (elseif() -> else())

Directory: /trunk/cmake/modules/
  Changes    Path                         Action
  +13 -2     UseMakeDissectorReg.cmake    Modified

Directory: /trunk/tools/
  Changes    Path                     Action
  +14 -5     make-dissector-reg.py    Modified