http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37889
User: etxrab
Date: 2011/07/04 07:33 AM
Log:
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
Directory: /trunk/plugins/wimax/
Changes Path Action
+3 -3 mac_hd_generic_decoder.c Modified
+6 -4 packet-wmx.c Modified
+2 -2 wimax_pdu_decoder.c Modified