Ask Your Question
0

While running wireshark and got issue like assertion failed for registering dissector handle.

asked 2018-02-21 14:38:01 +0000

sankar gravatar image

updated 2018-02-21 15:19:41 +0000

grahamb gravatar image

Created custom plugin on linux OS(ubuntu 16.04 LTS)

Error: register_dissector_handle :assertion failed (g_hash_table_lookup() == NULL)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-21 20:52:51 +0000

Jaap gravatar image

The comment in the code says enough:

/* Make sure the registration is unique */

The name you try to use has already been registered.

edit flag offensive delete link more

Comments

Thank you for your response. Still I got the same issue after changed name in my plugin.

sankar gravatar imagesankar ( 2018-02-22 11:06:40 +0000 )edit

I have changed the short_name, abbreviated name into different name in my own dissector file. Still i need to change in any other place. Please provide me a right solution to resolve this issue. This will helpful to use my own dissector as a new plugin in wireshark.

sankar gravatar imagesankar ( 2018-03-07 07:34:19 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-02-21 14:38:01 +0000

Seen: 286 times

Last updated: Feb 21 '18