aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
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