aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-07-09From Evan Huus:etxrab3-0/+3
2012-07-09From Evan Huus:etxrab2-9/+0
2012-07-09From Michael Mann:etxrab5-16/+64
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :morriss1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-3/+8
2012-07-07From Evan Huus:guy1-1/+1
2012-07-07Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7445 :morriss1-1/+1
2012-07-07Only one place is needed for creating preference panes; this clears upguy1-93/+43
2012-07-07Uniformly use two-space indents (most of the file uses it).guy1-31/+31
2012-07-06As per Michael Mann's email:guy8-943/+0
2012-07-06Fix logic typo, it should fix bug #7434darkjames1-2/+2
2012-07-06Fix compilation with gcc 4.3.2 and without GEOIPpascal1-1/+0
2012-07-06- e_addr_resolve is structure so pass it by pointer.darkjames5-7/+7
2012-07-06From Michael Mann:etxrab13-82/+57
2012-07-06Take yet more care not to be dividing by zero when calculating the bitmartinm4-3/+29
2012-07-05From Pontus Fuchs:guy1-12/+0
2012-07-05From Pontus Fuchs:guy3-7/+17
2012-07-05From Pontus Fuchs:guy1-3/+3
2012-06-30Fix bug #7425: Per-packet right-click network or MAC name resolution not workingdarkjames5-8/+42
2012-06-30Separate the code for each column in the interface list with blankguy1-0/+2
2012-06-29Clarify *which* capture dialogs are handled by capture_dlg.c.guy2-2/+4
2012-06-29Clean up capture option tooltip spacing and remove an extraneous word (at the...morriss1-34/+34
2012-06-29ui/gtk/iface_lists.c no longer needs <wsutil/file_util.h>, as theguy1-2/+0
2012-06-28Update FSF address - part II.darkjames4-4/+4
2012-06-28Update Free Software Foundation address.darkjames387-387/+387
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalguy6-21/+23
2012-06-28If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if weguy1-0/+2
2012-06-28get_interface_type() contains no GUI code, so just move it up toguy1-124/+0
2012-06-28capture_get_if_icon() is no longer platform-dependent; theguy1-8/+0
2012-06-28No pcap, no interfaces to monitor.guy1-0/+4
2012-06-28<wsutil/file_util.h> is needed on Windows.guy1-0/+2
2012-06-28Make more routines static.guy2-6/+4
2012-06-28Make some routines static to ui/gtk/capture_dlg.c; they're not usedguy2-24/+29
2012-06-28<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as itguy2-2/+2
2012-06-28Get rid of a couple of tabs.guy1-2/+2
2012-06-28Move the stuff to manage the global interface list and to updateguy11-500/+582
2012-06-28No pcap, no interfaces to monitor.guy2-0/+7
2012-06-28From Pontus Fuchs:guy5-0/+136
2012-06-28Update some refresh_interfaces_cb() calls appropriately.guy1-4/+8
2012-06-28Comment/#ifdef out a currently-unused variable.guy1-1/+3
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsguy3-437/+425
2012-06-28Detangle the code that manages the interface list on the welcome screen:guy8-132/+132
2012-06-28No pcap, no interfaces, no interface lists to refresh.guy2-0/+4
2012-06-28From Pontus Fuchs:guy7-94/+180
2012-06-27Rename the GArray of interfaces "if_array", to indicate what it reallyguy1-23/+24
2012-06-27Commit file which should have been part of SVN #43506wmeier1-6/+36
2012-06-27Fix for "predefined values sometimes missing in Display Filter Expression win...wmeier1-2/+4
2012-06-27From Jakub Zawadzki: Fix "typeahead search broken in Display Filter Expressio...wmeier1-38/+4
2012-06-26Have the toolbar "Save" button just be a "Save" button, working the sameguy1-60/+12
2012-06-25Don't let the user set the frequency or channel when we don't HAVE_PCAP;morriss1-0/+10