Hi Etay, For the question you are asking - have you looked at the Mac-to-Mac plugin checked in at the same time as the wimax R1 plugin?
The source code can be viewed at: http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/plugins/m2m/packet-m2m.c?view=log If you want to use a different framing, you could. To see how to find the individual dissectors called by m2m, I tried: ukeng7 martinm main : grep find_dissector *.c packet-m2m.c: wimax_fch_burst_handle = find_dissector("wimax_fch_burst_handler"); packet-m2m.c: wimax_cdma_code_burst_handle = find_dissector("wimax_cdma_code_burst_handler"); packet-m2m.c: wimax_pdu_burst_handle = find_dissector("wimax_pdu_burst_handler"); packet-m2m.c: wimax_ffb_burst_handle = find_dissector("wimax_ffb_burst_handler"); packet-m2m.c: wimax_hack_burst_handle = find_dissector("wimax_hack_burst_handler"); packet-m2m.c: wimax_phy_attributes_burst_handle = find_dissector("wimax_phy_attributes_burst_handler"); Other WiMAX interfaces (R6, R4, R3) send over UDP are covered by the wimaxasncp dissector plugin. Hope this helps, Martin On 10/22/07, Tyson Key <[EMAIL PROTECTED]> wrote: > > Hi, as far as I know, CACE Technologies provide commercial support for > Wireshark. There is no closed-source or commercial license version of > Wireshark, nor royalties or license fees required for its use, whatsoever. > Hope that helps. > > > Etay Luz wrote: > > > > (Please ignore my previous post – sorry about that one) > > > > Hi! > > > > I am a developer working for Runcom Ltd – a Wimax technology company. > > > > We are interested in using WireShark to debug our system. > > > > I need to work with the wimaxintel.dll file to interpret MAC messages. > > > > Using this dll, I have noticed the need to insert all sorts of > > proprietary headers prior to MAC message data in order for it to work > > correctly. > > > > Does anyone know how and where I can find the format, encapsulations, > > and fbit sequences for these headers (using wimaxintel.dll)? > > > > Also, we would like to buy a license for commercial use of Wireshark. > > Does anyone know where I can get support to buy this product (phone > > number, email)? > > > > Thanks in advance, > > > > Etay Luz > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Wireshark-dev mailing list > > [email protected] > > http://www.wireshark.org/mailman/listinfo/wireshark-dev > > > > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev >
_______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
