aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-22dont include these headers under gtk1 Ronnie Sahlberg1-0/+2
2007-03-23From Sake Blok:Stephen Fisher1-1/+3
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris1-9/+6
2007-03-14Fix indentation.Guy Harris1-10/+10
2007-03-14as requested by "John T. Haller" for PortableApps.com:Ulf Lamping1-4/+15
2007-03-09GCC warning fixesJörg Mayer1-3/+3
2007-03-08from Sake Blok:Ulf Lamping1-8/+20
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon1-4/+0
2007-02-19Fix some C++ style commentsBill Meier1-1/+1
2007-02-19We only need the Wireshark splash image if we have the welcome page.Guy Harris1-0/+2
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-0/+5
2007-02-08some further work on the "welcome page", still far from being completeUlf Lamping1-60/+257
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-2/+2
2007-02-04Augment get_gui_runtime_info() with additional information about the U3 devic...Graeme Lunt1-0/+6
2007-01-31backup of some design work of the Wireshark "Welcome" page - the one shown wh...Ulf Lamping1-49/+243
2007-01-30Show the channel frequencies in the wireless (AirPcap) toolbar next to the ch...Stephen Fisher1-15/+15
2007-01-28remove unused "cant_get_if_list_errstr" warningUlf Lamping1-1/+1
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.Gerald Combs1-2/+2
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-5/+4
2007-01-14fix #301: Windows file dialog should:Ulf Lamping1-3/+4
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-2/+2
2007-01-03from Laurent Rabret:Ulf Lamping1-2/+2
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-1/+6
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-1/+1
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-11/+28
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-1/+3
2006-11-25Make sure we don't trigger undefined behavior in isprint().Gerald Combs1-1/+7
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-2/+3
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-4/+7
2006-11-21If a user starts typing text in the main window, append it to theGerald Combs1-4/+2
2006-11-21while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping1-3/+3
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-4/+0
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-3/+0
2006-11-19Add exclamation and left parenthesis to the display filter keystrokeGerald Combs1-2/+3
2006-11-18If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, startGerald Combs1-7/+14
2006-11-18Make F8 and F7 move to the next and previous packets, which addsGerald Combs1-1/+20
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher1-11/+19
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher1-0/+14
2006-11-14From Simon Munton as pointed out by Stephen Fisher:Anders Broman1-0/+4
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-9/+9
2006-11-05Make the routines that manipulate the hex/text display window take aGuy Harris1-391/+327
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs1-9/+45
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-2/+21
2006-10-24Put a trailing ellipsis behind the wireless toolbar buttons since they openGerald Combs1-4/+4
2006-10-21Put the ", " before the PortAudio item regardless of whether we haveGuy Harris1-1/+1
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-1/+1
2006-10-20Do the word-wrapping in end_string(), once the string is completelyGuy Harris1-2/+6
2006-10-20Make dumpcap complile again and other minor improvements.Jaap Keuter1-2/+0
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs1-35/+54