aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris4-121/+129
2005-11-10Skip some toolbar #includes if we're not using GTK+ 2.x.Guy Harris1-1/+3
2005-11-09Remove comment that no longer applies.Guy Harris1-27/+7
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping17-138/+105
2005-11-05Packet-amr Register as "AMR" not "amr".Anders Broman1-1/+62
2005-11-03Get rid of no-longer-used code (the list of plugins is now just a tab inGuy Harris1-67/+0
2005-10-29From Jaap KeuterAnders Broman1-18/+44
2005-10-27Fix uninitialized variable errors.Guy Harris2-10/+14
2005-10-27Make the processing of "-z" arguments in the Tethereal I/O stat tap moreGuy Harris1-17/+7
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2-17/+25
2005-10-26bugfix: don't crash the file open dialog, if the preview gets confused by "in...Ulf Lamping1-8/+12
2005-10-21Revert 16279.Gilbert Ramirez1-3/+1
2005-10-20From Greg Morris.Gilbert Ramirez1-1/+3
2005-10-20From Greg Morris, patch to allow proper search/filtering ofGilbert Ramirez1-1/+8
2005-10-19From Greg Morris.Gilbert Ramirez3-0/+767
2005-10-17don't show the "stopping currently running capture" dialog, as the packet lis...Ulf Lamping1-0/+7
2005-10-12from Richard van der Hoff:Ulf Lamping1-3/+2
2005-10-09fix the link to the online users-guideUlf Lamping1-1/+1
2005-10-07minor bugfix: while closing a capture file, update the packets statusbar *aft...Ulf Lamping1-3/+3
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-32/+13
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping2-0/+29
2005-10-05fix 369: we must do some more GUI stuff in capture_update_started(),Ulf Lamping1-0/+14
2005-10-05fix cant_load_winpcap_err() parameterUlf Lamping2-2/+2
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2-36/+14
2005-10-03Properly terminate some value_string tables.Guy Harris1-4/+5
2005-10-03Include "gui_stat_menu.h" to declare "register_stat_menu_item()".Guy Harris1-1/+2
2005-10-03Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.Ulf Lamping1-0/+23
2005-10-03move the list down to the latest message while new messages rush in. We might...Ulf Lamping1-0/+2
2005-10-03major Win32 bugfix: when getting messages from the capture slave, only one me...Ulf Lamping1-23/+40
2005-10-03minor bugfix: hide main widgets, if command line file couldn't be loadedUlf Lamping1-0/+1
2005-10-03This one was missing from the checkin...Luis Ontanon1-0/+740
2005-10-03From Alejandro Vaquero:Anders Broman4-10/+51
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping6-21/+21
2005-09-26fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau...Ulf Lamping1-1/+2
2005-09-26compiler warning removedUlf Lamping1-0/+3
2005-09-25fix #322: packet detail window -> Protocol Preferences: tree not expandedUlf Lamping1-15/+101
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