Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

register packet menu from wiretap plugin

From a lua plugin is it possible to register new menu items via register_menu() and register new packet menu items via register_packet_menu().

Registering a menu item has options from C code as well such as - using register_stat_tap_table_ui() for a Simple Statistics Dialog with a table inside - implementing a plugin GUI menu (README.plugins)

However, it seems it is not possible to use register_stat_tap_table_ui() for a packet menu item (right click on a packet and add a menu item to that window).

I would like to add a packet menu item and not to the bar menu on top, and I would like that packet menu item to open a Dialog where I provide result of packet analysis.

Is this supported?

Thank you.

click to hide/show revision 2
None

register packet menu from wiretap plugin

From a lua plugin is it possible to register new menu items via register_menu() and register new packet menu items via register_packet_menu().

Registering a menu item has options from C code as well such as - using register_stat_tap_table_ui() for a Simple Statistics Dialog with a table inside - implementing a plugin GUI menu (README.plugins)

However, it seems it is not possible to use register_stat_tap_table_ui() for a packet menu item (right click on a packet and add a menu item to that window).

I would like to add a packet menu item and not to the bar menu on top, and I would like that packet menu item to open a Dialog where I provide result of packet analysis.

Is this supported?

Thank you.