Ask Your Question

WestHamFan's profile - activity

2021-06-27 19:12:20 +0000 marked best answer how can we use an existing dissector inside a custom plugin?

I have written a custom plugin for a protocol that 'wraps' other protocol pdus (gsm_sms in this case, eg DELIVER_SM). Is there a simple way to call the existing dissector from the custom plugin? Building on ubuntu, using wireshark 3.4.5.

2021-06-27 18:12:43 +0000 received badge  Rapid Responder (source)
2021-06-27 18:12:43 +0000 answered a question how can we use an existing dissector inside a custom plugin?

Found solution by inspecting existing usage of call_dissector_XXX() family of functions.

2021-06-26 08:15:12 +0000 received badge  Editor (source)
2021-06-26 08:15:12 +0000 edited question how can we use an existing dissector inside a custom plugin?

how can we use an existing dissector inside a custom plugin? I have written a custom plugin for a protocol that 'wraps'

2021-06-26 07:50:05 +0000 asked a question how can we use an existing dissector inside a custom plugin?

how can we use an existing dissector inside a custom plugin? I have written a custom plugin for a protocol that 'wraps'