aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/text_import.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2010-11-16Accomodate older flex versions.Jaap Keuter1-0/+1
Make scanner compilation more environment agnostic. svn path=/trunk/; revision=34897
2010-11-13Add newline at end of file.Martin Mathieson1-1/+1
svn path=/trunk/; revision=34860
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter1-0/+973
svn path=/trunk/; revision=34856