tp_output.h

Go to the documentation of this file.
00001 /* vim: set tabstop=4: */
00002 /*
00003  * This file is part of TraceProto.
00004  * Copyright 2004-2005 Eric Hope and others; see the AUTHORS file for details.
00005  *
00006  * TraceProto is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; either version 2 of the License, or
00009  * (at your option) any later version.
00010  *
00011  * TraceProto is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with TraceProto; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 
00033 #ifndef TP_OUTPUT_H
00034 #define TP_OUTPUT_H 1
00035 
00036 #include "config.h"
00037 
00040 void report_none ( int output_item, __attribute__((__unused__)) struct in_addr * from, __attribute__((__unused__)) int packet_type );
00041 
00044 void report_minimum ( int output_item, __attribute__((__unused__)) struct in_addr * from, int packet_type );
00045 
00049 void report_scriptable ( int output_item, struct in_addr * from, int packet_type );
00050 
00054 void report_classic ( int output_item, struct in_addr * from, int packet_type );
00055 
00059 void report_std ( int output_item, struct in_addr * from, int packet_type );
00060 
00064 void report_graphic ( int output_item, struct in_addr * from, int packet_type );
00065 
00066 void report_curses ( int output_item, struct in_addr * from, __attribute__((__unused__)) int packet_type );
00067 
00070 void usage( void );
00071 
00072 #endif /* TP_OUTPUT_H */

Generated on Wed Sep 16 11:08:43 2009 for traceproto by  doxygen 1.5.4