aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Make "Copy as Filter" on the packet list actually work.Jaap Keuter1-2/+2
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier2-2/+0
2009-02-04add display of GeoIP latitude/longitudeUlf Lamping1-1/+1
2009-02-02Calculate average max and min setup time.Anders Broman1-13/+36
2009-02-02Add Linux support for determining the interface icon; this depends on aGuy Harris1-1/+21
2009-02-01Don't include ../image/toolbar/network_wireless_16.xpm on platformsGuy Harris1-0/+2
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris8-29/+64
2009-02-01No such luck with the AF_LINK address on FreeBSD or OpenBSD.Guy Harris1-2/+5
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris3-26/+70
2009-02-01Calculate the avrage setuptime.Anders Broman1-1/+22
2009-02-01To avoid adding icons to menu items, leave item_type along, not justGuy Harris1-2/+0
2009-01-31Exclude the new icons from the *NIX build.Jaap Keuter1-0/+3
2009-01-31mark unused parameter (under unix)Ulf Lamping1-1/+1
2009-01-30Windows only: for some typical capture interface names (with a "built in" heu...Ulf Lamping3-6/+40
2009-01-30do not show the telephony icon in any of the telephony menu entriesUlf Lamping1-1/+1
2009-01-30From Carlos Mendioroz:Jaap Keuter3-2/+177
2009-01-29add a new "Telephony" main menu entry and move the telephony specific statist...Ulf Lamping2-4/+13
2009-01-22Add a comment about possible Windows 7 support.Gerald Combs1-0/+4
2009-01-20Use the correct data type for the range string in the Win32 file dialog.Gerald Combs1-2/+2
2009-01-20More work on modernizing the column prefs.Gerald Combs1-106/+94
2009-01-20Since we're not bound to GTK1 any more, let the user drag and drop columnGerald Combs1-112/+46
2009-01-19Change indentation as needed to be consistent for the whole file.Bill Meier1-480/+494
2009-01-18Set the packet details counter column to 1, as it's one expert info per packet.Jaap Keuter1-0/+1
2009-01-18From Jim Young:Jaap Keuter1-19/+74
2009-01-18From Jim Young:Jaap Keuter1-4/+4
2009-01-14Clarify the GeoIP path tooltip.Gerald Combs1-3/+4
2009-01-06Disable MEGACO service response time statistics when context tracking is disa...Balint Reczey1-0/+10
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-1/+1
2009-01-01Include unknown commands in MEGACO service response time statistics on GUI, too.Balint Reczey1-1/+1
2008-12-31Service response time statistics for MEGACO (CLI part).Balint Reczey1-195/+5
2008-12-31Service response time statistics for MEGACO (GUI only).Balint Reczey2-0/+412
2008-12-24Check for preview timeout only every 1000 framesBill Meier1-1/+1
2008-12-24On Windows: use prefs.gui_fileopen_preview for preview timeoutBill Meier1-2/+1
2008-12-24Check current time only every 100 frames during file preview file readBill Meier1-1/+1
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-2/+2
2008-12-23GeoIP expects IPv4 addresses in host byte order.Gerald Combs1-1/+2
2008-12-22Add some missing g_free() [for certain error code paths].Bill Meier2-0/+3
2008-12-21When destroying the RTP player make sure to terminate the use of PortAudio li...Jaap Keuter1-0/+12
2008-12-20Fix some typos and spellingBill Meier6-6/+6
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-10/+11
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs2-4/+4
2008-12-19Correct language.Jaap Keuter1-13/+13
2008-12-19Cleanup sourcecode.Jaap Keuter1-82/+75
2008-12-15Add a few_missing calls to g_free()Bill Meier2-0/+3
2008-12-14Fix for bug #3119 (follow_tcp crash when stream filter creation fails)Bill Meier1-5/+14
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa1-5/+5
2008-12-09Untabify and code cleanup.Stig Bjørlykke1-153/+148
2008-12-02Trivial warning fixesJörg Mayer4-4/+4
2008-12-01Display the settings for not-compiled-in features:Jörg Mayer1-3/+20
2008-12-01Restructured the flow graph dialog to make it easier to read.Stig Bjørlykke1-18/+15