Urgent Help

vijaya kumar <[email protected]> Tue, 01 Aug 2006 09:17:37 +0530
Newsgroups gmane.network.ethereal.user
Message-ID <[email protected]>
-------------------
The Ethereal project is being continued at a new site.  Please go to
http://www.wireshark.org and subscribe to [email protected].
Don't forget to unsubscribe from this list at
http://www.ethereal.com/mailman/listinfo/ethereal-users
-------------------

Hi,
My requirement is as follows.

I have BSSMAP hex value. I need to display it in text format. Actully i have
one console application. In that application i want to call some 
function like
decodeBssmapMsg(bssmapMsg); 
Any body has any Idea about such function available. That function need not
display all the fields of bssap msg.

Is it possible using tethereal to display hex value? In that case i can 
use system call
to execute tethereal to display bssmap message.
Like follow
sprintf(comman, "tetheral %s %s", option, hexdumpString);
system (command);

In that case i want to know the option to be passed to tethereal.

Bye.