Hi ,
My plugin had got compiled and installed in
wireshark-0.99.5. Now, when I tried to install the plugin in wireshark-0.99.7,
it is getting registered but it is not filtering and displaying packets. My
observations are :
- In the proto_reg_handoff_xxx(void)
function ,
void
proto_reg_handoff_xxx(void) {
xxx_handle =
create_dissector_handle(dissect_xxx,proto_xxx);
dissector_add("sccp.ssn",SUA_SSN,xxx_handle);
}
disect_xxx() is not getting called
after this.
With the same code , it is working with wireshark-0.99.5. Do
we need to make some changes with respect to the new version.
Can somebody please help!!
BR,
Tarani
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.