ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/indep-utils/webtrace-conv/dec/proxytrace2any.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <tcl.h>
#include "proxytrace.h"
#include "my-endian.h"

Enumerations

enum  { ifNone = 0, ifDECV1_0, ifDECV1_2 }
enum  { ofNone = 0, ofDECText, ofSquid, ofSquidSwapped }

Functions

void PrintEntry_Text (FILE *out_file, TEntry *entry, int noURL)
void PrintEntry_Squid (FILE *out_file, TEntry *entry, int swap)
int getInputFormat (char *argv[])
int getOutputFormat (char *argv[])
double lf_analyze (TEntry &lfe)
void sort_url ()
void sort_rlog ()
int main (int argc, char *argv[])

Variables

enum { ... }  InputFormat
enum { ... }  OutputFormat
FILE * cf
FILE * sf
double initTime
double duration
double startTime
ReqLogrlog
unsigned int num_rlog
unsigned int sz_rlog
Tcl_HashTable cidHash
Tcl_HashTable sidHash
Tcl_HashTable urlHash

Enumeration Type Documentation

anonymous enum
 

Enumeration values:
ifNone 
ifDECV1_0 
ifDECV1_2 

anonymous enum
 

Enumeration values:
ofNone 
ofDECText 
ofSquid 
ofSquidSwapped 


Function Documentation

int getInputFormat char *    argv[]
 

int getOutputFormat char *    argv[]
 

double lf_analyze TEntry   lfe
 

int main int    argc,
char *    argv[]
 

void PrintEntry_Squid FILE *    out_file,
TEntry   entry,
int    swap
 

void PrintEntry_Text FILE *    out_file,
TEntry   entry,
int    noURL
 

void sort_rlog  
 

void sort_url  
 


Variable Documentation

FILE* cf
 

Tcl_HashTable cidHash
 

double duration
 

double initTime
 

enum { ... } InputFormat
 

unsigned int num_rlog
 

enum { ... } OutputFormat
 

ReqLog* rlog
 

FILE * sf
 

Tcl_HashTable sidHash
 

double startTime
 

unsigned int sz_rlog
 

Tcl_HashTable urlHash
 


This document is generated by doxygen.