Feature #13017
openPacket capture: add preview results while capture is running
0%
Description
Packet Capture: add preview results
- allow preview results while a capture is still running
- add a capture summary field
- count: if empty value, properly set it to default 100 instead of 0
- do not pass empty argument to tcpdump when no filter options are posted
- do not check form validity when clicking other buttons than start
- more compact GUI (spannable help tool tips)
- info changes and fixes
Patch for pfsense 2.6.0 attached
Github commit in comments
Files
Related issues
Updated by Phil Wardt 12 months ago
Commit:
https://github.com/pfsense/pfsense/pull/4567
Note: I added the -U option to unbuffer output and permit results display while it still runs
Updated by Phil Wardt 12 months ago
Fix upstream original version not applying "DNS resolution" option during capture, but only during display
patch for pfsense 2.6.0 attached
Updated by Phil Wardt 12 months ago
Fix previous patch did not properly apply dns option during view/preview results
Add a warning that running preview with dns option can be slow
Updated by Phil Wardt 12 months ago
If it makes testing easier, here's attached a patch that applies to the current master branch
Updated by Marcos M about 3 hours ago
- Related to Feature #13382: More flexible packet capture GUI added
Updated by Marcos M about 3 hours ago
- Status changed from New to Pull Request Review
- Assignee set to Marcos M
Thank you for the pull request. This has been implemented with a re-write of the Packet Capture page. See https://redmine.pfsense.org/issues/13382