aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-14 23:22:22 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-14 23:22:22 +0000
commit64fe90a383556123695cd9895b88f47a3df85f71 (patch)
tree64d0561f883974b6cc1a30309a5f9444292a89d9 /packet-rsvp.c
parentdb319329411e4b1db7e19e8cc5eb518525d107ad (diff)
From Joerg Mayer: get rid of some unused variables and arguments.
Use "tvb_get_ntohs()" to fetch the checksum from a VJ compressed packet, rather than doing the ntoh by hand. svn path=/trunk/; revision=5163
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 6fcfe92a94..1e5b9973ea 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.59 2002/04/14 23:04:04 guy Exp $
+ * $Id: packet-rsvp.c,v 1.60 2002/04/14 23:22:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -929,7 +929,6 @@ dissect_rsvp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int obj_length;
int mylen;
int offset2;
- char *objtype;
int session_off, tempfilt_off;
if (check_col(pinfo->cinfo, COL_PROTOCOL))