aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki2429-2432/+2432
2012-06-28wsutil/file_util.h is needed here.Jeff Morriss1-0/+2
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris6-21/+23
2012-06-28If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if weGuy Harris1-0/+2
2012-06-28get_interface_type() contains no GUI code, so just move it up toGuy Harris3-124/+130
2012-06-28capture_get_if_icon() is no longer platform-dependent; theGuy Harris1-8/+0
2012-06-28No pcap, no interfaces to monitor.Guy Harris1-0/+4
2012-06-28<wsutil/file_util.h> is needed on Windows.Guy Harris1-0/+2
2012-06-28Make more routines static.Guy Harris2-6/+4
2012-06-28Make some routines static to ui/gtk/capture_dlg.c; they're not usedGuy Harris2-24/+29
2012-06-28Constify the "string to return if not found" argument toGuy Harris2-15/+9
2012-06-28<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as itGuy Harris2-2/+2
2012-06-28Get rid of a couple of tabs.Guy Harris1-2/+2
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris11-500/+582
2012-06-28No pcap, no interfaces to monitor.Guy Harris4-1/+17
2012-06-28From Pontus Fuchs:Guy Harris10-1/+358
2012-06-28Update some refresh_interfaces_cb() calls appropriately.Guy Harris1-4/+8
2012-06-28Comment/#ifdef out a currently-unused variable.Guy Harris1-1/+3
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsGuy Harris3-437/+425
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris8-132/+132
2012-06-28No pcap, no interfaces, no interface lists to refresh.Guy Harris2-0/+4
2012-06-28From Pontus Fuchs:Guy Harris7-94/+180
2012-06-27Rename the GArray of interfaces "if_array", to indicate what it reallyGuy Harris1-23/+24
2012-06-27Commit file which should have been part of SVN #43506Bill Meier1-6/+36
2012-06-27Prettify display of O_RDONLY and O_ACCMODE flagsPascal Quantin1-17/+28
2012-06-27Fix compiler warning: "format not a string literal and no format arguments"Bill Meier1-2/+2
2012-06-27Don't show (essentially meaningless) numeric values of the expert codes.Bill Meier1-2/+5
2012-06-27Fix for "predefined values sometimes missing in Display Filter Expression win...Bill Meier1-2/+4
2012-06-27From Jakub Zawadzki: Fix "typeahead search broken in Display Filter Expressio...Bill Meier1-38/+4
2012-06-27From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414Alexis La Goutte1-0/+4
2012-06-27Don't supply a fallback error message for pcap_open() unless it actuallyGuy Harris1-6/+9
2012-06-26General cleanup:Bill Meier1-1604/+1607
2012-06-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7406 :Jeff Morriss1-0/+5
2012-06-26Display expert codes in hexadecimal (less painful for my eyes :))Pascal Quantin1-2/+2
2012-06-26Validate 'offset' before calling proto_item_set_end(); prevents potential 'Di...Bill Meier1-0/+4
2012-06-26From Richard Sharpe:Bill Meier1-5/+5
2012-06-26Have the toolbar "Save" button just be a "Save" button, working the sameGuy Harris1-60/+12
2012-06-25Don't let the user set the frequency or channel when we don't HAVE_PCAP;Jeff Morriss1-0/+10
2012-06-25From Michal Labedzki: Anders Broman1-11/+29
2012-06-25From Michal Labedzki: Anders Broman1-23/+22
2012-06-25From Michal Labedzki: Anders Broman1-36/+164
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss5-44/+41
2012-06-25Set SVN properties.Jeff Morriss0-0/+0
2012-06-25Get rid of a couple of unused variables and parameters.Jeff Morriss1-3/+2
2012-06-25From Martin Kaiser:Anders Broman8-10/+210
2012-06-25From Michael Mann:Anders Broman11-138/+165
2012-06-25Tighten up validity checking when doing reassembly.Bill Meier1-13/+10
2012-06-25From Tony Trinh:Anders Broman13-27/+27
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss5-41/+44
2012-06-25From Tony Trinh:Anders Broman1-17/+26