aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-09-11remove unused variable, mark unused parameterMartin Kaiser1-2/+1
2013-09-11Get rid of some users the addrinfo_list.Anders Broman1-80/+47
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte4-121/+3
2013-09-08Add the TCP RTT graph.Gerald Combs1-70/+0
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus2-8/+8
2013-09-04Throughput graph updates.Gerald Combs1-60/+20
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-3/+4
2013-08-29Revert revision=51577.Anders Broman1-2/+4
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-4/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-13/+17
2013-08-28There is no use in checking for (cf) if we have already unconditionallyJörg Mayer1-3/+2
2013-08-27Try to fix error: enum conversion in assignment is invalid in C++ [-Werror=c+...Pascal Quantin1-3/+3
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs3-581/+279
2013-08-21The export PDU mechanism creates a new capture which contains only theMartin Kaiser4-33/+109
2013-08-18addr_resolution_dlg.c: In function 'ipv6_hash_table_to_texbuff':Anders Broman1-1/+1
2013-08-18Use g_hastable() for IPv6 name reslution.Anders Broman1-1/+25
2013-08-14Global variables considered harmful.Guy Harris1-1/+1
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke1-1/+4
2013-08-12Fix shorten-64-to-32 error when build with clang 3.4Alexis La Goutte1-1/+1
2013-08-12Double click Lua scripts in About Plugins list to open in an editor.Stig Bjørlykke1-0/+36
2013-08-11Use g_hashtable for IPv4 name resolution.Anders Broman1-72/+30
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-3/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-08Improve stats of broadcast messagesMartin Mathieson1-18/+40
2013-08-08Add initial capture filter support.Gerald Combs1-1/+1
2013-08-07Do not use overlapping memory in g_snprintf.Stig Bjørlykke1-12/+13
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki3-8/+8
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki2-5/+5
2013-08-05Use a hastable for port resolution. Currently one table for the 4 protocols w...Anders Broman1-0/+31
2013-08-05Added gtk_adjustment_get_step_increment compat.Stig Bjørlykke1-0/+1
2013-08-05From Øyvin Richardsen:Stig Bjørlykke2-20/+125
2013-08-02Add some casts.Jeff Morriss1-18/+18
2013-08-02- Use a hashtable for eth lookup.Anders Broman1-0/+88
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss3-3/+3
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki4-27/+23
2013-07-31Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki1-31/+21
2013-07-30Add a routine to get application memory usage to epan.Anders Broman1-105/+5
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser1-0/+1
2013-07-28Remove unused variable caught by GCC 4.8.Evan Huus1-3/+0
2013-07-28Explain what the big loop in update_properties_all() is doing, andGuy Harris1-24/+108
2013-07-28Looks like cfilter_combo_utils.c got removed.Jörg Mayer1-1/+0
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris4-110/+24
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-0/+1
2013-07-26Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple...Jakub Zawadzki1-1/+1
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier3-0/+16
2013-07-26From Cal Turney and Jiří Engelthaler viaJeff Morriss1-3/+0
2013-07-25Fix some warnings that show up on OS X.Guy Harris1-121/+124
2013-07-25Commiting Jakub Zawadzkis memory_dlg even if he does not think it's ready yet...Anders Broman1-0/+834