aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-7/+26
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping2-5/+6
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2-0/+3
2005-12-01fix alphabetical order of OPTINIT string, v seems to be a controversial chara...Ulf Lamping1-1/+1
2005-12-01Bug fixes from Irene.Michael Tüxen1-32/+20
2005-11-26fix #568: disable event "activate" handler for the range entry field. see the...Ulf Lamping1-1/+13
2005-11-26fix #358: instead of simply using tpmnam() for the Win32 print function, use ...Ulf Lamping1-2/+18
2005-11-25fix a simple GTK1 warningUlf Lamping1-1/+4
2005-11-25from Greg Morris:Ulf Lamping5-2/+1027
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-36/+70
2005-11-17Don't list "-B" on UN*X - it's not available there.Guy Harris1-18/+53
2005-11-16hmmm, buggy bugfixUlf Lamping1-2/+2
2005-11-16the "pre-scan" of the command line parameters shouldn't stop the capture chil...Ulf Lamping1-2/+6