/* File : help.h */ /* Copyright (C) 1992 Indian Institute of Technology, Bombay Written by V. Srinivas and Vishwas Joglekar, Dept of Computer Science and Engineering. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MAX_OPTIONS 15 char *help[MAX_OPTIONS] ={ "A Match All Packets ", "B Display packet type statistics ", "C Clear Screen ", "D Match on Destination Address ", "F Close Log File ", "H This Help Screen ", "I Node Information ", "L List Servers ", "N Select Network ", "O Open Log File ", "P Match on Destination Source Pair ", "Q Quit ", "R Routing Information ", "S Match on Source Address ", "T Match on Packet Type (NCP/IPX/RIP/SAP/DIAG/NB)" };