From Kluchnikov Ivan:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Jul 2011 14:33:22 +0000 (14:33 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Jul 2011 14:33:22 +0000 (14:33 +0000)
commit1c67c4ffc82e8e7b2ed67ac74e0125c6835f1b44
tree1e930a87e6a95a2c9b0ac67d68d70b6e31e4db6b
parent03e437c53f0b5e069a6f14e3d91faeb90e69d83d
From Kluchnikov Ivan:
Wireshark cannot decode wimax compressed DL-MAP without FCH burst.
Function is_down_link use the base station address (bs_address), which is set
in function dissect_wimax_fch_decoder.
Changed function is_down_link, it use packet_info->p2p_dir for check if packet
is downlink.
packet_info->p2p_dir set in GSMTAP.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6066

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37889 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/wimax/mac_hd_generic_decoder.c
plugins/wimax/packet-wmx.c
plugins/wimax/wimax_pdu_decoder.c