First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

  • retag add tags

Created custom plugin on linux OS(ubuntu 16.04 LTS)

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

sankar's avatar
1
sankar
asked 2018-02-21 14:38:01 +0000
grahamb's avatar
23.8k
grahamb
updated 2018-02-21 15:19:41 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The comment in the code says enough:

/* Make sure the registration is unique */

The name you try to use has already been registered.

Jaap's avatar
13.7k
Jaap
answered 2018-02-21 20:52:51 +0000
edit flag offensive 0 remove flag delete link

Comments

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

sankar's avatar sankar (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's avatar sankar (2018-03-07 07:34:19 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer