Help for this page

Select Code to Download


  1. or download this
    my $nff = new NffInterface;  #Initializes some variables and starts a 
    +software.
    my $logid = $nff->loadLog($inputFile);   #$inputfile is the logfile.
    ...
            }
        }
    } while($tmp ne -1);
    
  2. or download this
    #0x1069
    sub parse1069{
        my $data=shift;
    ...
        }
        return $obj;
    }
    
  3. or download this
    sub parse108A {
        my $data=shift;
    ...
        }
        return $obj;
    }