summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-02-23g_strrstr does not exist in gtk 1Ronnie Sahlberg1-1/+1
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping1-2/+2
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping1-0/+3
2005-02-22There seems to be some disagreement about if and how the welcome screen featu...Ulf Lamping1-0/+13
2005-02-22From Alejandro Vaquero:Luis Ontanon1-18/+4
2005-02-22prevent messages like "Couldn't load font x, falling back to y", see comment ...Ulf Lamping1-2/+5
2005-02-22some changes to the dialog's button behaviourUlf Lamping1-1/+4
2005-02-22bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an...Ulf Lamping1-0/+1
2005-02-22buttons should use "Header capitalization" see GNOME HIG http://developer.gno...Ulf Lamping1-2/+2
2005-02-22From Francisco Alcoba:Luis Ontanon2-10/+4
2005-02-21from Alejandro VaqueroLuis Ontanon1-90/+102
2005-02-21We've "just reached" 2005, extend the copyright notice by the "new" year ...Ulf Lamping1-1/+1
2005-02-21As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make ...Ulf Lamping1-9/+0
2005-02-21From Alejandro VaqueroLuis Ontanon1-1/+66
2005-02-21fix few things:Luis Ontanon1-16/+23
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