| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wording/formatting of promisc option | jim-p | 2013-03-21 | 1 | -2/+5 |
* | Fix gettext/link | jim-p | 2013-03-06 | 1 | -1/+1 |
* | Add Promiscuous Mode Option to Diagnostics Packet Capture Interface | N0YB | 2013-03-06 | 1 | -12/+27 |
* | Remove testing/debugging entry | jim-p | 2012-06-19 | 1 | -1/+0 |
* | Correct variable name. Fixes packet capture interface validation. | jim-p | 2012-06-18 | 1 | -1/+1 |
* | Simplify the input validation condition for protocol | Erik Fonnesbeck | 2012-06-14 | 1 | -8/+1 |
* | validate dropdowns for security reasons | Darren Embry | 2012-06-14 | 1 | -7/+40 |
* | minor code rearranging | Darren Embry | 2012-06-14 | 1 | -12/+14 |
* | add validation to fields on diag_packet_capture | Darren Embry | 2012-06-14 | 1 | -50/+83 |
* | Allow autocomplete on packet capture and exec, since it's convenient to have ... | jim-p | 2012-06-12 | 1 | -0/+2 |
* | Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind ... | jim-p | 2012-05-22 | 1 | -4/+9 |
* | Add some protocol filtering capability to the packet capture page | jim-p | 2012-01-11 | 1 | -1/+24 |
* | Add a button to re-view the packet capture file if one exists in /root/ | jim-p | 2012-01-11 | 1 | -2/+3 |
* | Move the textarea displaying packet capture outside of the form tag, or else ... | jim-p | 2011-07-28 | 1 | -1/+3 |
* | Fix whitespace formatting | jim-p | 2011-07-28 | 1 | -165/+161 |
* | Don't do a csrf check when downloading packet capture, see http://forum.pfsen... | jim-p | 2011-06-27 | 1 | -0/+4 |
* | Comment out debug print | jim-p | 2011-04-27 | 1 | -1/+1 |
* | Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ... | jim-p | 2011-04-27 | 1 | -78/+91 |
* | Also exclude grep from running processes when grepping for a running packet c... | jim-p | 2011-04-12 | 1 | -2/+2 |
* | Remove extra variable set | Scott Ullrich | 2011-04-07 | 1 | -2/+0 |
* | Remove copy paste | Scott Ullrich | 2011-04-07 | 1 | -1/+1 |
* | Unbreak check if capture is running | Scott Ullrich | 2011-04-07 | 1 | -3/+5 |
* | When using ' variables are not expanded. Use double quotes so that the varia... | Scott Ullrich | 2011-04-07 | 1 | -1/+1 |
* | Add IPsec and OpenVPN to packet capture. Ticket #1032 | jim-p | 2011-02-16 | 1 | -2/+12 |
* | This needs to use gettext, since gettext is used on the value of the button. | Erik Fonnesbeck | 2010-08-12 | 1 | -1/+1 |
* | gettext() fixes on diag_packet_capture.php | Carlos Eduardo Ramos | 2010-08-11 | 1 | -6/+6 |
* | Fix ps command in packet capture screen. Ticket #766 | pierrepomes | 2010-07-28 | 1 | -1/+1 |
* | fix text, use more sane default snaplen, remove bunk bridge check. Still one ... | Chris Buechler | 2010-07-28 | 1 | -4/+4 |
* | Implement gettext() calls | Renato Botelho | 2010-06-18 | 1 | -36/+37 |
* | fix text | Chris Buechler | 2010-03-13 | 1 | -4/+3 |
* | fix packet capture | Chris Buechler | 2010-01-22 | 1 | -1/+1 |
* | fix packet capture. php5 apparently doesn't like " with shell_exec | Chris Buechler | 2010-01-13 | 1 | -1/+1 |
* | Move conf_mount_ro() to the stop section. Fix formatting while here | Scott Ullrich | 2009-12-17 | 1 | -62/+49 |
* | Using /tmp for packet captures is a bad idea, mmmkay? | Scott Ullrich | 2009-09-16 | 1 | -2/+10 |
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to inclu... | Scott Ullrich | 2009-09-14 | 1 | -3/+7 |
* | * Rename link_int_to_bridge_interface to link_interface_to_bridge | Ermal Luçi | 2008-11-07 | 1 | -1/+1 |
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 1 | -15/+0 |
* | Fix detection if an interface is part of bridge. | Ermal Luçi | 2008-08-31 | 1 | -1/+1 |
* | Remove CSS class from interface dropdown, we do not have icons on RELENG_1. | Scott Ullrich | 2008-08-30 | 1 | -1/+1 |
* | Add CSS header | Scott Ullrich | 2008-08-30 | 1 | -0/+3 |
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -0/+8 |
* | Continue interface improvements | Ermal Luçi | 2008-06-21 | 1 | -7/+2 |
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -3/+0 |
* | Fixing css layout | Seth Mos | 2007-09-01 | 1 | -5/+5 |
* | set filename properly upon downloading capture | Scott Dale | 2007-07-01 | 1 | -1/+1 |
* | parse entire path for packet capture file to download correctly | Scott Dale | 2007-06-28 | 1 | -2/+2 |
* | save capture to /tmp, fix other various issues | Scott Dale | 2007-05-14 | 1 | -15/+16 |
* | add option for no count, correct host field | Scott Dale | 2007-05-12 | 1 | -17/+26 |
* | Execute tcpdump in background for speed improvement | Scott Dale | 2007-05-08 | 1 | -21/+36 |
* | Fix eclipse errors | Scott Ullrich | 2007-03-21 | 1 | -0/+3 |