Feature #1032
Add all interfaces to Packet Capture drop-down
| Status: | New | Start date: | 11/22/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Web Interface | |||
| Target version: | Future | |||
| Affected version: | All | Affected Architecture: |
Description
It would be handy if all interfaces were available as targets for packet capture even without being assigned.
Associated revisions
Add IPsec and OpenVPN to packet capture. Ticket #1032
History
#1
Updated by Chris Buechler over 2 years ago
- Subject changed from Add unassigned OpenVPN interfaces to Packet Capture drop-down to Add all interfaces to Packet Capture drop-down
- Category changed from OpenVPN to Web Interface
Changed to all interfaces, there are a number of scenarios in addition to OpenVPN where that capability would be helpful, I frequently have to go tcpdump via SSH for that reason.
#2
Updated by Jim P over 2 years ago
Even better. :-)
#3
Updated by Pierre POMES over 2 years ago
Do you mean all interfaces from returned by ifconfig ?
#4
Updated by Jim P over 2 years ago
Anything valid for tcpdump. So perhaps not lo0, carp, or other interfaces from which a packet capture would not work or would not yeild anything meaningful.
#5
Updated by Chris Buechler over 2 years ago
Yeah I think vip* (CARP) and lo0 would be the only two things to exclude, otherwise everything ifconfig returns. I can't think of anything else where tcpdump isn't valid.