Wireshark-bugs: [Wireshark-bugs] [Bug 7772] [PATCH] dissect only the number of active subcarrier
Date: Sun, 30 Sep 2012 05:28:58 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7772

Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexis.lagoutte@xxxxxxxxx

--- Comment #1 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-09-30 05:28:58 PDT ---
Hi Florian,

+      for (i = 0; i < num_act_carriers / 2; i++) {
May be add a check to verify num_act_carriers is different of 0 ?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.