ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37889: /trunk/plugins/wimax/ /trunk/plugins/wimax/: mac_

Date: Mon, 04 Jul 2011 14:33:28 GMT
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