THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

"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 (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.

"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 (or capture (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.