aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-04 10:29:49 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-04 10:29:49 +0000
commit2fdb4c76a295b5451fc468fbca4be688eac60055 (patch)
treedf6bf9114dd936f5da70d83e18577acfbd4bd264 /packet-vines.c
parent859860013edc81ccbc3f30f71eaf9f575d7f05ae (diff)
Pass the correct tvbuff from the Vines Fragmentation Protocol dissector
to the Vines IP dissector. svn path=/trunk/; revision=2990
Diffstat (limited to 'packet-vines.c')
-rw-r--r--packet-vines.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vines.c b/packet-vines.c
index 8a858ccc02..ecf4106039 100644
--- a/packet-vines.c
+++ b/packet-vines.c
@@ -1,7 +1,7 @@
/* packet-vines.c
* Routines for Banyan VINES protocol packet disassembly
*
- * $Id: packet-vines.c,v 1.23 2001/01/09 06:31:44 guy Exp $
+ * $Id: packet-vines.c,v 1.24 2001/02/04 10:29:49 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -146,7 +146,7 @@ dissect_vines_frp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Decode the "real" Vines now */
next_tvb = tvb_new_subset(tvb, 2, -1, -1);
- dissect_vines(tvb, pinfo, tree);
+ dissect_vines(next_tvb, pinfo, tree);
}
void