aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-30 23:56:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-30 23:56:58 +0000
commit56ddb63961e83f1ab08b19d830e8ead725416070 (patch)
tree8c29f502c726c8068ab4c811f033add2ead1b0fe /packet-clnp.c
parenta06dd1c72499ef7a9de7b5c0e4f986e90fd28592 (diff)
From Joerg Mayer: get rid of unused PDU type argument to
"dissect_osi_options()". svn path=/trunk/; revision=5318
Diffstat (limited to 'packet-clnp.c')
-rw-r--r--packet-clnp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-clnp.c b/packet-clnp.c
index c17f4a929f..9f33624477 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.53 2002/04/07 21:54:48 guy Exp $
+ * $Id: packet-clnp.c,v 1.54 2002/04/30 23:56:58 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -1802,8 +1802,7 @@ static void dissect_clnp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
/* QUICK HACK Option Len:= PDU_Hd_length-( FixedPart+AddresPart+SegmentPart )*/
- dissect_osi_options( 0xff,
- opt_len,
+ dissect_osi_options( opt_len,
tvb, offset, clnp_tree );
}