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

what is a plugin in wireshark?

  • retag add tags

Please, help with this concept.

Thanks in advance!

anonymous user
asked 2018-04-13 16:08:58 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

A broad subject, I'll try to cover the bases.

In general a plugin is an extension to the build-in capabilities of a program. For Wireshark this usually means adding a protocol dissector for a protocol that Wireshark doesn't know about (yet). But there are other plugin types to Wireshark: capture file format plugins and audio codec plugins.

The protocol dissector plugins for Wireshark come in two forms, either as a C module compiled for a specific Wireshark version, or as a Lua script, interpreted by the build-in Lua interpreter in Wireshark.

Jaap's avatar
13.7k
Jaap
answered 2018-04-13 19:14:24 +0000
edit flag offensive 0 remove flag delete link

Comments

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