aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clip.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-25 15:11:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-25 15:11:11 +0000
commitf117a5827ddc36f95e8bee5e19c006cfaf281742 (patch)
tree9ce2aa269b586210070c0f13875495354daf219a /packet-clip.c
parente34f27f22eab31dd09b379ee091142768cf34118 (diff)
Set pinfo->current_proto
svn path=/trunk/; revision=2005
Diffstat (limited to 'packet-clip.c')
-rw-r--r--packet-clip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-clip.c b/packet-clip.c
index 3249278b73..91c00c5ea0 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.8 2000/05/25 14:55:22 gram Exp $
+ * $Id: packet-clip.c,v 1.9 2000/05/25 15:11:11 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -54,6 +54,8 @@ dissect_clip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
const guint8 *this_pd;
int this_offset;
+ pinfo->current = "CLIP";
+
/* load the top pane info. This should be overwritten by
the next protocol in the stack */
if(check_col(pinfo->fd, COL_RES_DL_SRC))