Hello!
Are you working on 802.11 MAC? If yes I need some help regarding the
interface queues. I want to differentiate the authentication packets from
others and give priority to them. But in the case statement of priqueue.cc,
I am not able to identify the MAC AUTH packet. I got the MAC header only
from the function hdr_cmn802_11 only. But still I'm facing the problem.
Please let me know anything about this so that I can proceed with my project
work. It is very urgent, please do take some time if you happen to know
anything about it.

Thanks,
Sireesha.


On Mon, Mar 8, 2010 at 7:45 PM, Ariel Goldberg <ariel.goldbe...@gmail.com>wrote:

>
> I'm running into a segmentation fault in my simulation.  The essence of the
> problem is that i am putting a packet into the IFQ of a node, but when i
> take the packet off the queue to be processed by the MAC layer... it is
> blank.
>
> When the simulation tries to read the common header of the packet it
> results
> in a segmentation fault.
>
> Do you have any idea what could be happening to the packet while it is in
> the IFQ... or where this blank packet could be coming from.  I am trying to
> monitor the queue by looking at the packets inserted before and after the
> packet... but i can't really make much sense of it right now.
>
> By looking at the memory addresses of the packets, i thought i would be
> able
> to track the packets as they are added to the queue from the LL::sendDown
> method in llc.cc and then see them in that order in the queue by looking at
> the next_ variable... but what i have found is that the order of the
> packets
> in the queue does not correspond to the order of the packets that came
> through llc.cc?
>
> I don't understand this?  Surely all packets in the IFQ must be coming
> through the LL::sendDown method?
>
> Kind Regards
>
> Ariel Goldberg
>
> Mobile: +27 82 998 7122
> Phone: +27 21 940 9757
> Mail: ariel.goldbe...@gmail.com
>

Reply via email to