aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-10Ensure we pop any previous loaded filename from the statusbarStig Bjørlykke1-0/+3
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-0/+2
2007-09-21Spell out each of the units in the status bar. A few people have remarkedGerald Combs1-4/+4
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-3/+5
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+19
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-1/+1
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-9/+33
2007-08-24fix log msg typoRichard van der Hoff1-1/+1
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss1-10/+12
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-27/+33
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-11/+12
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-1/+1
2007-06-11One more step in privilege separation.Gerald Combs1-1/+1
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher1-32/+3
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-9/+9
2007-05-29From David Howells :Sebastien Tandel1-6/+6
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-2/+2
2007-05-25As Martin pointed out, we were comparing the wrong variable against our Gerald Combs1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-5/+0
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon1-1/+2
2007-05-22Don't set the focus on the display filter entry when we're passed aGerald Combs1-8/+11
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-7/+7
2007-05-18From Dustin Johnson:Gerald Combs1-81/+141
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-6/+7
2007-05-05add -P command line option helpUlf Lamping1-0/+2
2007-05-04Spare the filter compilation and filter list handling on clear display filter.Jaap Keuter1-5/+5
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