URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aed1269e8c06b9b7ae292ba52a662b4812d0bde5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
aed1269 by Guy Harris (guy@xxxxxxxxxxxx):
Use format_text() when displaying, not when handing to AirPDcap.
format_text() is specifically intended to handle strings when displaying
them to the user; code such as AirPDCap, which doesn't display strings
to the user, should be handed the raw SSID.
Put in a comment indicating what we probably *should* be doing here.
Bug: 11685
Change-Id: Ic30114c35d1d8f3d791ae904e33a4d81ddc215ec
Reviewed-on: https://code.wireshark.org/review/11757
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit e240ad882bc1e133e76b8308a76884d12b265253)
Reviewed-on: https://code.wireshark.org/review/11758
Actions performed:
from fecd0f6 802.11: avoid multi return on SSID or MESHID
adds aed1269 Use format_text() when displaying, not when handing to AirPDcap.
Summary of changes:
epan/dissectors/packet-ieee80211.c | 72 ++++++++++++++++++++++++++++--------
1 file changed, 56 insertions(+), 16 deletions(-)