aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-09-23disable gzip output compression for now, as it won't work in some cases (see ...Ulf Lamping1-1/+5
2005-09-22do freeze/thaw in packet_list_set_selected_row only, if the list must be move...Ulf Lamping1-4/+4
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon1-4/+18
2005-09-21fix 467: when using -k command line option, convert interface name display st...Ulf Lamping1-1/+1
2005-09-21fix #465: replace all fprintf(stderr, ...) with g_warning(...) callsUlf Lamping1-27/+29
2005-09-21fix/add doxygen commentsUlf Lamping5-7/+47
2005-09-21fix a copy/paste error inside of a comment Ulf Lamping1-1/+1
2005-09-21Free our flow graph strings when we're done with them. Add a note aboutGerald Combs1-0/+11
2005-09-21In an attempt to fix bug 396, switch over to GStrings. There still appearsGerald Combs1-827/+805
2005-09-21Squelch a compiler warning (the argument might be used later).Guy Harris1-4/+4
2005-09-20add two new callbacks:Ulf Lamping1-1/+59
2005-09-20if the capture child pops up it's own console, title it as suchUlf Lamping1-2/+5
2005-09-20Squelch a compiler warning.Guy Harris1-1/+1
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...Ulf Lamping1-4/+7
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping2-7/+27
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use Packet...Ulf Lamping1-0/+34
2005-09-17Mark some unused and unremovable arguments as unused.Guy Harris1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris5-6/+6
2005-09-16Sort each conversation column numerically. Fix up whitespace.Gerald Combs1-55/+71
2005-09-16fixing the fix, it's time to go to bed ...Ulf Lamping1-1/+1
2005-09-15bugfix: don't crash (assert), if jumping to the first packet and packet_list ...Ulf Lamping1-0/+6
2005-09-15leak fixLuis Ontanon1-2/+6
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-2/+16
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris27-37/+37
2005-09-13Move "Expert Info" from "Statistics" to "Analyze" menu item.Ulf Lamping1-61/+142
2005-09-13implement a way to add menu items to the "Analyze" menuUlf Lamping1-0/+7
2005-09-13don't crash with a NULL pointer exception, if "do not decode as" is usedUlf Lamping1-5/+5
2005-09-13use the same name for menu item and dialog box title, use the right capitaliz...Ulf Lamping1-2/+2
2005-09-13From Alejandro Vaquero.Anders Broman2-54/+69
2005-09-12When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which ...Ulf Lamping1-3/+61
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris1-3/+8
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping4-15/+573
2005-09-09Update new RSVP host list and conversation stats to match recent changesGuy Harris2-6/+9
2005-09-09Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't haveGuy Harris1-1/+3
2005-09-08set the window title of the Win32 debug consoleUlf Lamping1-0/+3
2005-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping1-0/+6
2005-09-07don't wait for a keypress if this is a capture child. This was very annoying,...Ulf Lamping1-2/+2
2005-09-07From Manu PathakRonnie Sahlberg3-0/+185
2005-09-03Use the "svnversion" variable, exported by version_info.c, to print theGuy Harris1-6/+2
2005-09-02don't crash if the file_set dialog is opened and a "none fileset" file is alr...Ulf Lamping1-5/+11
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-1/+0
2005-09-01convert one sprintf into g_snprintf()Ronnie Sahlberg1-4/+2
2005-09-01From Tomer Shani:Anders Broman1-185/+335
2005-08-25timestamp display precision:Ulf Lamping5-24/+182
2005-08-25http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377Luis Ontanon1-3/+4
2005-08-25Fix sorting in the "Ports" columns. Add a comment about address sorting.Gerald Combs1-12/+16
2005-08-25The "secs" field of a "struct wtap_nstime" is a time_t, so it could beGuy Harris1-2/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping13-95/+77