URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7dfda8875a8f17f60668681459c97590096dcfee
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7dfda88 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]
Also comment the unused function wimax_decode_sub_dl_ul_map
Part 2...
Change-Id: I1836aa2851156e4f756c5697f86a142625d697c9
Reviewed-on: https://code.wireshark.org/review/6810
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ceb8d95 Lua: Expose tcp_dissect_pdus() to Lua
adds 7dfda88 WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]
Summary of changes:
plugins/wimax/mac_hd_generic_decoder.c | 4 +---
plugins/wimax/mac_hd_type1_decoder.c | 2 +-
plugins/wimax/mac_hd_type2_decoder.c | 2 +-
plugins/wimax/msg_aas_fbck.c | 4 ++--
plugins/wimax/msg_dlmap.c | 16 ++++++++--------
plugins/wimax/msg_dsc.c | 2 +-
plugins/wimax/msg_reg_rsp.c | 2 --
plugins/wimax/msg_rng_rsp.c | 3 ---
plugins/wimax/msg_ulmap.c | 2 +-
plugins/wimax/wimax_pdu_decoder.c | 6 +-----
plugins/wimax/wimax_utils.h | 9 +++++++++
11 files changed, 25 insertions(+), 27 deletions(-)