aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-24From Graeme HewsonRonnie Sahlberg1-2/+3
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris2-63/+34
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthGuy Harris1-46/+41
2005-08-21Use the tap_dfilter_dlg mechanism.Guy Harris1-116/+10
2005-08-21Use the tap_dfilter_dlg code.Guy Harris1-116/+10
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris52-54/+54
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-0/+39
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris14-284/+27
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris8-8/+16
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris62-127/+134
2005-08-20The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris5-83/+123
2005-08-20We already have a tap that registers as a command-line stat under theGuy Harris1-10/+0
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris48-48/+48
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris2-3/+5
2005-08-20And if we add a file, add it to Makefile.am as well Jörg Mayer1-0/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
2005-08-20- Declare some functions staticJörg Mayer35-1424/+1457
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer3-1/+4
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping82-1436/+1430
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris2-0/+319
2005-08-20remove sprintf from mtp3Ronnie Sahlberg1-3/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2-20/+5