[EMAIL PROTECTED] wrote: > I've written a dissector for my protocol. > It's compiling fine but while executing it gives the following error > > OOPS: ',' in 'introip_app_tra_prm_ext3,' > Unhandled exception ("proto.c:3607: failed assertion "((*__ctype_b_loc > ())[(int) ((c))] & (unsigned short int) _ISalnum) || c == '-' || c == > '_' || c == '.'"", group=1, code=4) > Aborted > Can any one suggest what may have went wrong ,
You used a character other than an unaccented Roman-alphabet letter, a number, a hyphen, an underscore, or a period in a field name. Don't do that. _______________________________________________ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev