aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-01Fix a few more problems found by checkAPIs.plStephen Fisher3-3/+3
2008-12-01Remove call to deprecated perror() and a check to see if g_malloc() failedStephen Fisher1-3/+0
2008-11-29Removed an unused argument to prefs_tree_page_add().Stig Bjørlykke1-12/+10
2008-11-28Plug memory leak.Jaap Keuter1-0/+2
2008-11-28Save preferences when selected from menu, unless having enabled the save button.Stig Bjørlykke3-6/+20
2008-11-27Fix a typo.Stephen Fisher1-1/+1
2008-11-26Improved the Protocol Preferences entry in the tree view popup menuStig Bjørlykke1-6/+158
2008-11-25- export tvb_memeql()Tomas Kukosa1-0/+4
2008-11-25Fix for bug 3079:Jaap Keuter1-69/+41
2008-11-25MGCP is no longer a plugin.Jaap Keuter1-7/+2
2008-11-24Added doubleclick to expand/collapse tree row in packet window. Stig Bjørlykke1-1/+31
2008-11-24Invalidate cfile.current_row when forcing byte view update.Stig Bjørlykke1-1/+3
2008-11-23Handle double-click and enter in "decode as" list as OK.Stig Bjørlykke1-38/+61
2008-11-18Do not popup an empty menu in the Packet Bytes pane.Stig Bjørlykke1-5/+8
2008-11-18Optimized finding current row from cfile.current_frame.Stig Bjørlykke2-30/+18
2008-11-18Check if selected packet is already selected before doing any updates.Stig Bjørlykke1-0/+5
2008-11-17Open the packet in a new window when it is double-clcked upon in the Sake Blok1-0/+9
2008-11-16Don't put underscores in a phrase that's just shown to users.Guy Harris1-1/+1
2008-11-16Fill the scrollbar when the graph is empty.Stig Bjørlykke1-3/+9
2008-11-15From Abhik Sarkar:Anders Broman2-0/+213
2008-11-13Improved filter autocompletion when having one exact match to be moreStig Bjørlykke1-65/+129