Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"Generate firewall ACL rules based on packet addresses and ports."
main_ui_->actionToolsFirewallAclRules->setEnabled(frame_selected);

That menu item is only available when a packet/frame is selected.
Load a capture file (capture some packets) then select one in the Packet List to make it active.
If multiple frames are selected (using CTRL or Shift while clicking) or if no frames are selected (CTRL click), it will be greyed out.

"Generate firewall ACL rules based on packet addresses and ports."
main_ui_->actionToolsFirewallAclRules->setEnabled(frame_selected);

That menu item is only available when a single packet/frame is selected.
Load a capture file (capture some packets) then select one in the Packet List to make it active.
If multiple frames are selected (using CTRL or Shift while clicking) or if no frames are selected (CTRL click), it will be greyed out.

"Generate firewall ACL rules based on packet addresses and ports."
main_ui_->actionToolsFirewallAclRules->setEnabled(frame_selected);

That menu item is only available when a single packet/frame is selected.
Load a capture file (capture (or capture some packets) then select one in the Packet List to make it active.
If multiple frames are selected (using CTRL or Shift while clicking) or if no frames are selected (CTRL click), it will be greyed out.