summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen10-2084/+1495
Use a global list containing all interfaces and only change properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. svn path=/trunk/; revision=40693
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-60/+16
encapsulation value and returns a GArray containing all the file types that could be used to save a file of that file type and that encapsulation value (which could be WTAP_ENCAP_PER_PACKET), with the input file type first if that can be used and pcap or pcap-ng first if not and if one of them can be used, and with pcap and pcap-ng clustered together if they're among the file types that can be used. Use that routine for the GTK+ file save dialog. svn path=/trunk/; revision=40685
2012-01-23Finish wrapping heuristic dissector functions in #if conditionals; change ↵Jeff Morriss1-8/+21
the condition to check if HEUR_DISSECTOR_LIST is defined. svn path=/trunk/; revision=40671
2012-01-23Put back the #include changes from a previous commit.Guy Harris1-7/+7
svn path=/trunk/; revision=40670
2012-01-23Remove a debug statement.Anders Broman1-1/+1
svn path=/trunk/; revision=40668
2012-01-23Add the code to add a Heuristics protocol page.Anders Broman1-30/+290
#if 0:d out for now. svn path=/trunk/; revision=40667
2012-01-23Not working Conversation Filter in (analyse menu)Anders Broman1-5/+3
(Fix the path to the fileter menu.) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6751 svn path=/trunk/; revision=40661
2012-01-21Get make checkapi working again.Michael Tüxen1-2/+2
svn path=/trunk/; revision=40625
2012-01-20Convert forward slashes in URI to backslashes if WIN32. Patch from Cal ↵Chris Maynard1-4/+10
Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5237 svn path=/trunk/; revision=40615
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen3-1/+77
testing the upcoming patch, which improves the infrastructure to handle interfaces for capturing. Obtained from Irene Ruengeler. svn path=/trunk/; revision=40583
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
changes" :-)). svn path=/trunk/; revision=40566
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris1-1/+0
svn path=/trunk/; revision=40565
2012-01-18Another fix for the move of recent.h to the ui directory.Guy Harris1-1/+1
svn path=/trunk/; revision=40564
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris38-1423/+93
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
2012-01-16Reflect the move of simple_dialog.h to the ui directory.Guy Harris1-1/+2
svn path=/trunk/; revision=40533
2012-01-16Reflect the move of the top-level win32 directory into the ui directory.Guy Harris6-9/+7
svn path=/trunk/; revision=40532
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris113-171/+198
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Fix a typo in a comment ....Bill Meier1-1/+1
svn path=/trunk/; revision=40527
2012-01-15Missed another .. -> ../.. caseJörg Mayer1-1/+1
svn path=/trunk/; revision=40524
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer9-71/+71
svn path=/trunk/; revision=40523
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-12/+12
svn path=/trunk/; revision=40522
2012-01-15Clean up after gtk/ move: Makefile.am.inc is now at ../..Jörg Mayer1-1/+1
svn path=/trunk/; revision=40521
2012-01-15Add back revision 40517 which got lost during gtk/ moveJörg Mayer1-18/+12
svn path=/trunk/; revision=40520
2012-01-15Move gtk to ui/gtk.Jörg Mayer297-0/+150298
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518