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