aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-17remove an obsolete commentUlf Lamping1-1/+0
2006-01-17GTK 2.x only: show a slightly different Ethereal main icon while capturing.Ulf Lamping1-4/+77
2006-01-16Remove uninitalized variable warningJaap Keuter1-1/+1
2006-01-15Hi All,Jaap Keuter5-723/+262
2006-01-12fix #661Ulf Lamping1-0/+10
2006-01-12update usage outputUlf Lamping1-24/+62
2006-01-07From Olivier Jacques, Anders Broman1-16/+50
2006-01-07fix bug #660: we must alphabetically sort columns 0&1, not 0&2Ulf Lamping1-8/+8
2006-01-06Olivier Jacques:Jörg Mayer1-2/+2
2006-01-03Jaap Keuter:Jörg Mayer1-0/+1
2005-12-31fix #152Ulf Lamping9-9/+28
2005-12-24Foil another of Ronnies attempts to make the repository properties free :-)Jörg Mayer1-1/+1
2005-12-23Clean up indentation.Guy Harris1-78/+78
2005-12-23add service response time statistics for smb2Ronnie Sahlberg2-0/+216
2005-12-22From Bill Meier:Gerald Combs1-102/+131
2005-12-21Provide not only copyright information, but a GPL blurb, in all theGuy Harris2-14/+30
2005-12-18warning: C++ style comments are not allowed in ISO C90Jörg Mayer1-1/+1
2005-12-18use #ifdef SHOW_WELCOME_PAGE for the currently disabled welcome page instead ...Ulf Lamping1-4/+4
2005-12-16modify the tool tip "Nodes in the diagram are identified with network source ...Anders Broman1-1/+1
2005-12-16From Jacques, Olivier (OCBU-Test Infra)Anders Broman1-5/+73
2005-12-15remove a missplaced commentUlf Lamping1-1/+0
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris2-4/+3
2005-12-14hmmm, the include sequence might be important too ...Ulf Lamping1-1/+1
2005-12-14add missing includeUlf Lamping1-0/+2
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-71/+21
2005-12-13We should really do quit Ethereal if user asked us to do so with the -Q option!Ulf Lamping1-0/+16
2005-12-06add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping1-16/+4
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping5-5/+5
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate he...Ulf Lamping4-1/+23
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping1-14/+1
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris1-7/+16