Ask Your Question
0

what is a plugin in wireshark?

asked 2018-04-13 16:08:58 +0000

anonymous user

Anonymous

Please, help with this concept.

Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-13 19:14:24 +0000

Jaap gravatar image

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.

edit flag offensive delete link more

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-04-13 16:08:58 +0000

Seen: 772 times

Last updated: Apr 13 '18