summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_packet_capture.php
Commit message (Collapse)AuthorAgeFilesLines
* XHTML ComplianceN0YB2014-03-091-25/+28
| | | | Diagnostics - Packet Capture
* Fix wording/formatting of promisc optionjim-p2013-03-211-2/+5
|
* Fix gettext/linkjim-p2013-03-061-1/+1
|
* Add Promiscuous Mode Option to Diagnostics Packet Capture InterfaceN0YB2013-03-061-12/+27
| | | | | Also fix couple mismatched table cell tags Some NIC's do not work well if placed into promiscuous mode
* Remove testing/debugging entryjim-p2012-06-191-1/+0
|
* Correct variable name. Fixes packet capture interface validation.jim-p2012-06-181-1/+1
|
* Simplify the input validation condition for protocolErik Fonnesbeck2012-06-141-8/+1
|
* validate dropdowns for security reasonsDarren Embry2012-06-141-7/+40
| | | | *really* fixes #2494 :-)
* minor code rearrangingDarren Embry2012-06-141-12/+14
| | | | move code that populates $interfaces nearer the top
* add validation to fields on diag_packet_captureDarren Embry2012-06-141-50/+83
| | | | fixes #2494
* Allow autocomplete on packet capture and exec, since it's convenient to have ↵jim-p2012-06-121-0/+2
| | | | a history there and there are no password fields.
* Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind ↵jim-p2012-05-221-4/+9
| | | | the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.
* Add some protocol filtering capability to the packet capture pagejim-p2012-01-111-1/+24
|
* Add a button to re-view the packet capture file if one exists in /root/jim-p2012-01-111-2/+3
|
* Move the textarea displaying packet capture outside of the form tag, or else ↵jim-p2011-07-281-1/+3
| | | | a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.
* Fix whitespace formattingjim-p2011-07-281-165/+161
|
* Don't do a csrf check when downloading packet capture, see ↵jim-p2011-06-271-0/+4
| | | | http://forum.pfsense.org/index.php/topic,37794.0.html - also exit after sending the file to the user to avoid partial broken page loads after downloading a packet capture.
* Comment out debug printjim-p2011-04-271-1/+1
|
* Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ↵jim-p2011-04-271-78/+91
| | | | accept a subnet to filter on via the host field.
* Also exclude grep from running processes when grepping for a running packet ↵jim-p2011-04-121-2/+2
| | | | capture. Also, fix other test to match the recent changes made.
* Remove extra variable setScott Ullrich2011-04-071-2/+0
|
* Remove copy pasteScott Ullrich2011-04-071-1/+1
|
* Unbreak check if capture is runningScott Ullrich2011-04-071-3/+5
|
* When using ' variables are not expanded. Use double quotes so that the ↵Scott Ullrich2011-04-071-1/+1
| | | | variable is exanded
* Add IPsec and OpenVPN to packet capture. Ticket #1032jim-p2011-02-161-2/+12
|
* This needs to use gettext, since gettext is used on the value of the button.Erik Fonnesbeck2010-08-121-1/+1
|
* gettext() fixes on diag_packet_capture.phpCarlos Eduardo Ramos2010-08-111-6/+6
|
* Fix ps command in packet capture screen. Ticket #766pierrepomes2010-07-281-1/+1
|
* fix text, use more sane default snaplen, remove bunk bridge check. Still one ↵Chris Buechler2010-07-281-4/+4
| | | | problem here, it doesn't display anything in the output box in the web interface though it's running the correct command and the pcap file is fine.
* Implement gettext() callsRenato Botelho2010-06-181-36/+37
|
* fix textChris Buechler2010-03-131-4/+3
|
* fix packet captureChris Buechler2010-01-221-1/+1
|
* fix packet capture. php5 apparently doesn't like " with shell_execChris Buechler2010-01-131-1/+1
|
* Move conf_mount_ro() to the stop section. Fix formatting while hereScott Ullrich2009-12-171-62/+49
|
* Using /tmp for packet captures is a bad idea, mmmkay?Scott Ullrich2009-09-161-2/+10
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+7
| | | | include 2009 on files that I have asserted (C) on
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-15/+0
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Remove CSS class from interface dropdown, we do not have icons on RELENG_1.Scott Ullrich2008-08-301-1/+1
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-7/+2
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-3/+0
|
* Fixing css layoutSeth Mos2007-09-011-5/+5
|
* set filename properly upon downloading captureScott Dale2007-07-011-1/+1
|
* parse entire path for packet capture file to download correctlyScott Dale2007-06-281-2/+2
|
* save capture to /tmp, fix other various issuesScott Dale2007-05-141-15/+16
|
* add option for no count, correct host fieldScott Dale2007-05-121-17/+26
|
* Execute tcpdump in background for speed improvementScott Dale2007-05-081-21/+36
|
OpenPOWER on IntegriCloud