I continuously am forced to delete the below from ...\wireshark\epan\dissectors\register.c Is there another way to swat this fly from my face? /-----------------------------------------------------------------------------------------/ {extern void proto_register_bppcp (void); if(cb) (*cb)(RA_REGISTER, "proto_register_bppcp", client_data); proto_register_bppcp ();} &, {extern void proto_reg_handoff_bppcp (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_bppcp", client_data); proto_reg_handoff_bppcp ();} |
Remove epan/dissectors/register-cache.pkl, then build again using make -C epan How do I use the make -C epan command using win?
(07 Jan '13, 20:36)
jballard1979
|