Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 34856: /trunk/gtk/ /trunk/gtk/: CMakeLists.txt Makefile.

Date: Fri, 12 Nov 2010 22:20:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34856

User: jake
Date: 2010/11/12 02:20 PM

Log:
 Add text import capability, like text2pcap, directly into the GUI.

Directory: /trunk/gtk/
  Changes    Path                     Action
  +2 -0      CMakeLists.txt           Modified
  +3 -0      Makefile.am              Modified
  +11 -3     Makefile.common          Modified
  +1320 -0   file_import_dlg.c        Added
  +31 -0     file_import_dlg.h        Added
  +4 -0      menus.c                  Modified
  +973 -0    text_import.c            Added
  +103 -0    text_import.h            Added
  +101 -0    text_import_scanner.l    Added