
Hi!
Raj> I apologies, the format 'ez' is a customize format which gives a Raj> character for specific data type listed in "SmiBasetype".
Raj> Is it possible to include other data types like Counter32, Gauge32 & Raj> TimeTicks in SmiBasetype.
No. These types are no basetypes in libsmi, they are treated as derived types, e.g. Counter32 is an Unsined32 with special semantics.
However, it is easy for you or whoever wrote the `ez' code to handle the types based on their names & modules. You might want to look at tools/dump-smi.c:getTypeString() to get an idea how to do this.
-frank
PS: Raj, please subscribe to the mailinglist, otherwise your posting can only appear after my approval, because it's a closed list. -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.