aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clip.c
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2000-05-25 18:32:06 +0000
committerOlivier Abad <oabad@noos.fr>2000-05-25 18:32:06 +0000
commit294cd03b275b1673029bada36a5a200b10b81ca1 (patch)
treea837c2ac4b45467aad051d11658e4a66c9c9c8be /packet-clip.c
parentf117a5827ddc36f95e8bee5e19c006cfaf281742 (diff)
replaced pinfo->current with pinfo->current_proto
svn path=/trunk/; revision=2006
Diffstat (limited to 'packet-clip.c')
-rw-r--r--packet-clip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-clip.c b/packet-clip.c
index 91c00c5ea0..7a86713a89 100644
--- a/packet-clip.c
+++ b/packet-clip.c
@@ -1,7 +1,7 @@
/* packet-clip.c
* Routines for clip packet disassembly
*
- * $Id: packet-clip.c,v 1.9 2000/05/25 15:11:11 gram Exp $
+ * $Id: packet-clip.c,v 1.10 2000/05/25 18:32:06 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -54,7 +54,7 @@ dissect_clip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
const guint8 *this_pd;
int this_offset;
- pinfo->current = "CLIP";
+ pinfo->current_proto = "CLIP";
/* load the top pane info. This should be overwritten by
the next protocol in the stack */