Wireshark-dev: [Wireshark-dev] How to call dissectors which are not registered (by register_dissector)?
From: yami <
yamisoe@xxxxxxxxx>
Date: Mon, 9 Jun 2008 21:27:11 +0800
Hi,
I'm writing a plugin for our program's own protocol, which encapsulates a whole 'SMB' package. But in packet-smb.c, the dissector for 'SMB' is not registered.
Is it possible to call it without changing wireshark's code (packet-smb.c) itself?