Wireshark-commits: [Wireshark-commits] master 363511c: Move some frame control field #defines to a
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=363511cb670a42e449bb4e208775715748b81879
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
363511c by Guy Harris (guy@xxxxxxxxxxxx):
Move some frame control field #defines to a header and use them elsewhere.
Move a bunch of #defines that involve the frame control field to
packet-ieee80211.h and have the WLAN statistics tap use them rather than
hardcoded numbers.
Change-Id: I893cc50e546af67c910755357cefd86c39a1c783
Reviewed-on: https://code.wireshark.org/review/9476
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from df5a315 Fix address resolution for columns.
adds 363511c Move some frame control field #defines to a header and use them elsewhere.
Summary of changes:
epan/dissectors/packet-ieee80211.c | 160 ------------------------------------
epan/dissectors/packet-ieee80211.h | 160 ++++++++++++++++++++++++++++++++++++
ui/gtk/wlan_stat_dlg.c | 66 +++++++--------
3 files changed, 193 insertions(+), 193 deletions(-)