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/proxytrace2txt.c 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 <db.h>
#include "proxytrace2txt.h"

Functions

 main (int argc, char *argv[])

Variables

char * ProtocolStr []
char * RequestMethodStr []
char * extension_names []

Function Documentation

main int    argc,
char *    argv[]
 


Variable Documentation

char* extension_names[]
 

Initial value:

 
{
        "NONE",
        "html",
        "gif",
        "cgi",  
        "data",
        "class",
        "map",  
        "jpeg",
        "mpeg",
        "OTHER",
        "BAD #"
}

char* ProtocolStr[]
 

Initial value:

{
        "NONE",
        "http",
        "ftp",
        "gopher",
        "wais",
        "cache_object",
        "TOTAL"
}

char* RequestMethodStr[]
 

Initial value:

{
        "NONE",
        "GET",
        "POST",
        "HEAD",
        "CONNECT"
}


This document is generated by doxygen.