aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald2-4/+4
2008-12-19Correct language.jake1-13/+13
2008-12-19Cleanup sourcecode.jake1-82/+75
2008-12-15Add a few_missing calls to g_free()wmeier2-0/+3
2008-12-14Fix for bug #3119 (follow_tcp crash when stream filter creation fails)wmeier1-5/+14
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...kukosa1-5/+5
2008-12-09Untabify and code cleanup.stig1-153/+148
2008-12-02Trivial warning fixesjmayer4-4/+4
2008-12-01Display the settings for not-compiled-in features:jmayer1-3/+20
2008-12-01Restructured the flow graph dialog to make it easier to read.stig1-18/+15
2008-12-01Fix a few more problems found by checkAPIs.plsfisher3-3/+3
2008-12-01Remove call to deprecated perror() and a check to see if g_malloc() failedsfisher1-3/+0
2008-11-29Removed an unused argument to prefs_tree_page_add().stig1-12/+10
2008-11-28Plug memory leak.jake1-0/+2
2008-11-28Save preferences when selected from menu, unless having enabled the save button.stig3-6/+20
2008-11-27Fix a typo.sfisher1-1/+1
2008-11-26Improved the Protocol Preferences entry in the tree view popup menustig1-6/+158
2008-11-25- export tvb_memeql()kukosa1-0/+4
2008-11-25Fix for bug 3079:jake1-69/+41
2008-11-25MGCP is no longer a plugin.jake1-7/+2
2008-11-24Added doubleclick to expand/collapse tree row in packet window. stig1-1/+31
2008-11-24Invalidate cfile.current_row when forcing byte view update.stig1-1/+3
2008-11-23Handle double-click and enter in "decode as" list as OK.stig1-38/+61
2008-11-18Do not popup an empty menu in the Packet Bytes pane.stig1-5/+8
2008-11-18Optimized finding current row from cfile.current_frame.stig2-30/+18
2008-11-18Check if selected packet is already selected before doing any updates.stig1-0/+5
2008-11-17Open the packet in a new window when it is double-clcked upon in the sake1-0/+9
2008-11-16Don't put underscores in a phrase that's just shown to users.guy1-1/+1
2008-11-16Fill the scrollbar when the graph is empty.stig1-3/+9
2008-11-15From Abhik Sarkar:etxrab2-0/+213
2008-11-13Improved filter autocompletion when having one exact match to be morestig1-65/+129
2008-11-11Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :(stig1-1/+27
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugstig3-337/+683
2008-11-10explicit cast to avoid warning which stops Windows buildkukosa1-6/+6
2008-11-08Use the standard I/O routines to write out audio files, rather thanguy1-78/+80
2008-11-07From Pascal Quantin:etxrab1-0/+72
2008-11-07Save the remote interfaces list to be able to show the remote IP addressesstig1-14/+57
2008-11-06Initialize the interface type value key to fix updating the local interfacestig1-0/+2
2008-11-06From Pascal Quantin:etxrab1-0/+33
2008-11-06Fixed a check button text.stig1-1/+1
2008-11-04Changes in the "Capture Options" window:stig1-206/+348
2008-11-03Do not set buffer size for remote interfaces or when using default value.stig1-6/+2
2008-11-03Do not use functions for remote capture on local interfaces.stig1-2/+14
2008-11-03Always show version in black.stig1-1/+1
2008-11-03gtk_tree_view_set_hover_selection only for gtk 2.6 and above.stig1-0/+2
2008-11-02Adjustments to the filter autocompletion window:stig1-46/+66
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig2-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig39-64/+64
2008-10-31Fix bug #3022: Fix potential memory leaksfisher1-0/+2
2008-10-31Fix bug #3021: Fix potential memory leaksfisher1-0/+1