URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8def685972f0589551a88bcb41d7bb2e039d5627
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8def685 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxx):
Use valid channel parameters from wireless toolbar
Both the QT and GTK wireless toolbar used "-1" to indicate unused
channel parameters. This was an undocumented feature that recently
stopped working. Use the now documented way (NULL) to specify that
some parameters are not used.
Bug: 12896
Change-Id: I4a93a15ba1d880592b355b7eca155632a4b92ea0
Reviewed-on: https://code.wireshark.org/review/17700
Reviewed-by: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Petri-Dish: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f674ef7 Qt: Avoid crashes in IAX2 Stream Analysis
adds 8def685 Use valid channel parameters from wireless toolbar
Summary of changes:
ui/gtk/main_80211_toolbar.c | 2 +-
ui/qt/wireless_frame.cpp | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)