aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Don't se_leak expert_info records.Luis Ontanon1-3/+5
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Add a placeholder for integrating with the display filter dialog.Gerald Combs1-0/+3
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs7-62/+1725
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris1-1/+1
2006-02-12Look for "tempfile.h" in the top-level directory.Guy Harris1-1/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-1/+1
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tGuy Harris1-1/+4
2006-02-12Well, it doesn't help to apply patches and then forget to actuallyJörg Mayer1-11/+0
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris2-7/+7
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris16-139/+140
2006-02-11various capture child related minor cleanupsUlf Lamping1-20/+5
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...Ulf Lamping3-19/+3
2006-02-11the point of no return ...Ulf Lamping1-73/+5
2006-02-11minor bugfix: restore the Ethereal icon (after capturing) at the right placesUlf Lamping1-13/+26
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon42-139/+168
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris5-139/+108
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland1-2/+4
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-3/+7
2006-02-09Win32 inconvenience: a call to g_error will terminate the program and the use...Ulf Lamping1-1/+8
2006-02-08Paolo Abeni:Jörg Mayer1-5/+1
2006-02-07eXtenstion options access to the -X command line optionsLuis Ontanon1-1/+14
2006-02-07handmerged patch from metze it conflicted with recent P bit patch i checked inRonnie Sahlberg1-2/+2
2006-02-07Paolo Abeni:Jörg Mayer1-1/+1
2006-02-07Peter Kjellerstedt:Jörg Mayer1-0/+8
2006-02-06- fix a leakLuis Ontanon2-7/+12
2006-02-06Forgot to add ssl-dlg.h to the distroJörg Mayer1-0/+1
2006-02-06Paolo AbeniJörg Mayer1-10/+10
2006-02-06fix some variable declarations bugs (code not conforming to ANSI-C)Ulf Lamping1-3/+8
2006-02-06Declare -ssl_stream_cb in ssl-dlg.hJörg Mayer3-3/+36
2006-02-06another gtk_resize_window()Ronnie Sahlberg1-0/+5
2006-02-06gtk1.x does not have gtk_window_resize()Ronnie Sahlberg1-0/+5
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris1-0/+6
2006-02-06The simple dialogLuis Ontanon1-23/+144
2006-02-06From Paolo Abeni: fix some warnings, etc..Guy Harris1-1/+1
2006-02-06"text_window_delete_event_cb()" returns a gboolean; declare it as such.Guy Harris1-1/+1
2006-02-05* add an option to funnel_register_menu to retap the packets right after been...Luis Ontanon1-7/+54
2006-02-05- add a register_menu funnel Luis Ontanon1-7/+29
2006-02-04Paolo AbeniJörg Mayer4-0/+1066
2006-02-04GTK1 buid failed, this should fix it.Luis Ontanon1-5/+5
2006-02-04VC6 doesn't like empty structs.Luis Ontanon1-3/+13
2006-02-04The funneled GUI mini API.Luis Ontanon2-0/+241
2006-02-01from Bill MeyerRonnie Sahlberg1-12/+8
2006-02-01From Greg Morris:Anders Broman2-13/+23
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ...Anders Broman2-2/+2
2006-01-23From Irene: Add support for showing TSN and time in the graphical analysis.Michael Tüxen2-17/+169
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping1-4/+24
2006-01-21bugfix #709: don't g_assert returned (mandatory) length of some NDIS driver f...Ulf Lamping1-2/+0
2006-01-20Cleaning up copy to CSV codeJaap Keuter2-30/+28