aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-08fix a capture bug if the capture filter wasn't valid to get back to "empty" s...Ulf Lamping1-6/+16
2005-02-08Remove the buggy h323 conversations tap.Lars Roland8-1820/+0
2005-02-08bringing the packet details context menu item "Expand Tree" back as "Expand S...Ulf Lamping1-0/+1
2005-02-07And finally (I hope) the last part from the patchLars Roland1-5/+95
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris3-3/+13
2005-02-07From Alejandro Vaquero :Anders Broman2-4/+6
2005-02-07The welcome pane isn't scrollable, so add it to the scrolling windowGuy Harris1-3/+4
2005-02-07Move the code to set the title on a window when a capture is in progressGuy Harris1-56/+71
2005-02-07Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping1-0/+262
2005-02-07Clean up indentation.Guy Harris1-124/+124
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris3-5/+1
2005-02-06another two steps towards privilege seperation:Ulf Lamping4-303/+109
2005-02-06Clean up indentation.Guy Harris3-214/+208
2005-02-06some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping1-29/+32
2005-02-06fix bugs regarding the capture childUlf Lamping1-2/+2
2005-02-06instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping1-30/+3
2005-02-05remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and fix...Lars Roland2-79/+3
2005-02-05begin a welcome page which is shown, if you don't have any capture data loaded.Ulf Lamping2-2/+143
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping3-3/+16
2005-02-05fixed the dnd_init declarationUlf Lamping1-1/+3
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping4-291/+346
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-5/+5
2005-02-05Put "cf_status_t" back.Guy Harris2-16/+16
2005-02-05From Alejandro Vaquero:Anders Broman3-7/+222
2005-02-05retap_packets() was renamed cf_retap_packets().Guy Harris1-1/+1
2005-02-04Activate SCTP association analysisMichael Tüxen1-0/+6
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen6-289/+381
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris2-17/+14
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping3-3/+9
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping40-117/+121
2005-02-04(some) redesign of capture data structures.Ulf Lamping3-3/+4
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-2/+3
2005-02-03From Francisco Alcoba:Anders Broman1-0/+46
2005-02-03add tooltips to the dialogs radio buttonsUlf Lamping1-1/+7
2005-02-02Writing the raw data of a TCP stream to a file isn't printing it, soGuy Harris1-36/+81
2005-02-02Get rid of an unused typedef.Guy Harris4-9/+0
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris4-6/+6
2005-02-02Don't assume that the only blank filter expression is empty - check forGuy Harris1-28/+30
2005-02-02from chris eagleRonnie Sahlberg1-56/+94
2005-02-02Make sure "comment" is set.Guy Harris1-7/+5
2005-02-02Clean up white space.Guy Harris1-11/+7
2005-02-02"filter_string_fwd" is assigned a "const" pointer, so make it a "const"Guy Harris1-1/+1
2005-02-02for VoIP Call Analysis:Lars Roland6-116/+143
2005-02-01add packet-sdp.hLars Roland1-1/+1
2005-02-01From Alejandro Vaquero:Lars Roland8-0/+3427
2005-01-29Mark unused arguments as such.Guy Harris1-1/+1
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...Ulf Lamping3-2/+83
2005-01-27We use the range utilities regardless of whether we're built withGuy Harris1-1/+1
2005-01-27Fix a problem with building with libpcap disabled.Guy Harris1-3/+5