http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44904
User: gerald
Date: 2012/09/14 01:23 PM
Log:
Create a common libui using CMake similar to what we do with Autotools.
Move the GTK+ text import code to the common UI directory. Create
wtap_encap_requires_phdr() from code in file_import_dlg.c.
Directory: /trunk/ui/gtk/
Changes Path Action
+0 -6 CMakeLists.txt Modified
+1 -4 Makefile.common Modified
+9 -19 file_import_dlg.c Modified
Directory: /trunk/
Changes Path Action
+6 -4 CMakeLists.txt Modified
Directory: /trunk/ui/
Changes Path Action
+53 -0 CMakeLists.txt Added
+1 -0 Makefile.am Modified
+4 -1 Makefile.common Modified
+976 -0 text_import.c Added
+87 -0 text_import.h Added
+50 -0 text_import_scanner.h Added
+102 -0 text_import_scanner.l Added
(3 files not shown)