aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-10-10Don't let PortAudio skip the queue on the about dialog ;)Jaap Keuter1-11/+13
2006-10-10Include <string.h> to declare string functions we use.Guy Harris1-0/+2
2006-10-10Get rid of declarations of functions that are no longer defined or usedGuy Harris1-4/+0
2006-10-07Alejandro Vaquero:Jörg Mayer2-54/+106
2006-10-05have the funnel client passing the destructors for btn data structures to the...Luis Ontanon1-6/+6
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon1-10/+35
2006-10-04Finally got it to complie.Anders Broman1-0/+2
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman2-0/+481
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping4-4/+28
2006-10-03fix a bug in the export functionUlf Lamping1-1/+1
2006-10-03the whole ARGUMENT_CL mimic isn't required any longer - remove it. This shoul...Ulf Lamping1-10/+1
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping5-98/+181
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping4-104/+154
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-1/+7
2006-10-03more Lua APIs:Luis Ontanon1-1/+58
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs5-28/+95
2006-10-02missing mark -> select changesUlf Lamping2-28/+28
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ...Ulf Lamping1-26/+26
2006-10-02instead of reverting the whole changes by the *first* cancelled dialog box, r...Ulf Lamping1-13/+24
2006-10-02Don't show Tools menu at all if Lua not presentMartin Mathieson1-1/+3
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ac...Ulf Lamping5-664/+783
2006-10-01If the Cancel button was clicked and another filter dialog is still open - ye...Ulf Lamping1-43/+93
2006-10-01Change the filter dialog (capture and display filters), so it has a real Canc...Ulf Lamping1-64/+106
2006-09-30add a missing #includeUlf Lamping1-0/+1
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt1-1/+9
2006-09-29from Stephen Fisher:Ulf Lamping1-1/+1
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i...Ulf Lamping1-1/+1
2006-09-28Avoid to add an empty menu if there's no Lua.Luis Ontanon1-1/+6
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon4-5/+14
2006-09-24instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a ...Ulf Lamping1-0/+6
2006-09-24Squelch some compiler warnings.Guy Harris1-4/+4
2006-09-24we dont have G_BEGIN_DECLS on old gtk/glib versionsRonnie Sahlberg1-2/+0
2006-09-23Get rid of a tab after a / that caused make on MacOS X to believe that \t was...Luis Ontanon1-1/+1
2006-09-23rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it ...Ulf Lamping1-1/+0
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping5-9/+1740
2006-09-22experimental: append the current maximum expert warning level to the "File" s...Ulf Lamping1-8/+13
2006-09-22Don't complain if we can't find airpcap.dll.Gerald Combs1-6/+1
2006-09-22Move Copy below the tree manipulation options.Jaap Keuter1-3/+3
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs5-21/+21
2006-09-21Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris3-2/+8
2006-09-18Fix protocol reference link URL.Gerald Combs1-1/+1
2006-09-15Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: ...Ulf Lamping1-1/+1
2006-09-12Move the PortAudio stuff to from version_info.c to gtk/main.c, so it canGuy Harris1-1/+17
2006-09-12various nmake related build file cleanupsUlf Lamping3-21/+10
2006-09-10From Alejandro Vaquero:Anders Broman1-2/+2
2006-09-10minor cleanup for making codecsBill Meier1-1/+0
2006-09-05rtp_player.c will now compile with the new API, although it will notJörg Mayer1-3/+72
2006-09-05Move the include of rtp_player.h after the include of stuff it needs,Guy Harris1-6/+7
2006-09-04Comment #endifs so you can tell what they match.Guy Harris1-2/+2
2006-09-04Build with rtp_player.c.Guy Harris1-0/+1