aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-02-20comment out two g_message() callsLuis Ontanon1-2/+2
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-7/+11
2005-02-20Don't register mgcp taps, Lars Roland4-14/+411
2005-02-20Replace some spaces by TAB to make vim with syntax highlighting happyJörg Mayer1-1/+1
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris2-16/+16
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+327
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg5-73/+161
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris2-8/+7
2005-02-14Add #includes to define various macros and declare various functions.Guy Harris2-0/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris3-2/+17
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...Lars Roland3-42/+0
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-10Always make the elements of the "text" array point to g_mallocatedGuy Harris1-2/+2
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