Hi Dev Team,
Would it be ok to allow reusing certain enums and the rrc_sub_types from
packet-gsmtap.c?
What I mean is to move a complete enum structure from packet-gsmtap.c to
packet-gsmtap.h and also define a value_string array in the header file.
The related code is
enum {
GSMTAP_RRC_SUB_DL_DCCH_Message = 0,
...
}
and
const value_string rrc_sub_types[]
For now I had to completely duplicate these in the new code (packet-qcdiag)
I've been working on.
Thank you.
Regards,
Tamas
_______________________________________________
Wireshark-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]