aboutsummaryrefslogtreecommitdiffstats
path: root/packet-trmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-trmac.c')
-rw-r--r--packet-trmac.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/packet-trmac.c b/packet-trmac.c
index 1e20bef190..0d15d53edd 100644
--- a/packet-trmac.c
+++ b/packet-trmac.c
@@ -2,22 +2,22 @@
* Routines for Token-Ring Media Access Control
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-trmac.c,v 1.37 2002/08/02 23:36:04 jmayer Exp $
+ * $Id: packet-trmac.c,v 1.38 2002/08/28 21:00:36 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
+ *
* 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.
@@ -112,7 +112,7 @@ sv_text(tvbuff_t *tvb, int svoff, proto_tree *tree)
guchar errors[6]; /* isolating or non-isolating */
- /* Check the SV length.
+ /* Check the SV length.
XXX - Should we do this in each case statement below, e.g. to force
an SV length of 6 for the NAUN address? */
if (sv_length < 1) {
@@ -140,7 +140,7 @@ sv_text(tvbuff_t *tvb, int svoff, proto_tree *tree)
break;
case 0x02: /* NAUN */
- proto_tree_add_ether(tree, hf_trmac_naun, tvb, svoff+1, sv_length-1,
+ proto_tree_add_ether(tree, hf_trmac_naun, tvb, svoff+1, sv_length-1,
tvb_get_ptr(tvb, svoff+2, 6));
break;