Hi,

This only works for dissectors which register themselves by their name. Others 
simply create a handle and attach themselves to another dissectors list.
I'm not sure if you can get a list out of Wireshark, but you can do the 
following in the source tree, in epan/dissectors:
`grep register_dissector\( *.c`

Thanx,
Jaap

[EMAIL PROTECTED] wrote:
> Hi,
> When I try to use Lua's Dissector.get() function to get the dissectors for 
> some of the protocols, wireshark would complain for some of the protocols.
> It seems name "dns", "pop3", "ipdc", and "rtsp" won't work for example but 
> "radius", "http", and "sip" will work. If you know where/how I can get the 
> list of the names for various existing dissectors, please let me know. Many 
> thanks in advance.
> Detian Ge
> 


_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to