summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_packet_capture.php
Commit message (Collapse)AuthorAgeFilesLines
* Encoding in diag_packet_capture.phpjim-p2015-06-161-3/+3
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+3
|
* Clarify usage for not/and/or in host fieldjim-p2014-05-221-1/+1
|
* Add some rudimentary and/or logic to the host field of packet capture.jim-p2014-05-221-8/+59
|
* Allow for negation of protocol, host, or port number when capturing packets.jim-p2014-05-221-14/+24
|
* Tidy up "diag_packet_capture.php" XHTMLColin Fleming2014-05-171-30/+40
| | | | | | | | | | | Add SUMMARY to TABLES Update HTML Boolean operators Close INPUT tags Remove TYPE from INPUT tags, invalid in XHTML Remove WRAP from TEXTAREA,, invalid in XHTML Add ID statement to TEXTAREA, add a piece of JAVASCRIPT to read the ID and set "wrap=off" Add missing closing FONT, BODY and HTML tags
* xhtml Complianceayvis2014-03-141-19/+19
| | | replaced <br>, <br/> and </br> with <br />
* 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
OpenPOWER on IntegriCloud