diff options
Diffstat (limited to 'packet-tftp.c')
-rw-r--r-- | packet-tftp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-tftp.c b/packet-tftp.c index 659541db41..493df31a96 100644 --- a/packet-tftp.c +++ b/packet-tftp.c @@ -5,24 +5,24 @@ * Craig Newell <CraigN@cheque.uq.edu.au> * RFC2347 TFTP Option Extension * - * $Id: packet-tftp.c,v 1.39 2002/08/02 23:36:03 jmayer Exp $ + * $Id: packet-tftp.c,v 1.40 2002/08/28 21:00:36 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> * Copyright 1998 Gerald Combs * * Copied from packet-bootp.c - * + * * 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 2 * of the License, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -145,7 +145,7 @@ dissect_tftp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) offset, 2, opcode); } offset += 2; - + switch (opcode) { case TFTP_RRQ: |