PHP Classes

File: include.php

Recommend this page to a friend!
  Classes of Schroetter Christian   PHP Ping Traceroute and DNS   include.php   Download  
File: include.php
Role: Auxiliary script
Content type: text/plain
Description: Include file
Class: PHP Ping Traceroute and DNS
Send ping and traceroute ICMP request messages
Author: By
Last change:
Date: 9 years ago
Size: 370 bytes
 

Contents

Class file image Download
<?php

   
include_once('./dns_struct.php');
    include_once(
'./echo_request.struct.php');
    include_once(
'./icmp_define.php');
    include_once(
'./icmp_header.struct.php');
    include_once(
'./ip_header.struct.php');
    include_once(
'./ping_repply.struct.php');
    include_once(
'./request.struct.php');
    include_once(
'./trace_request.struct.php');

    include_once(
'./os.class.php');

?>