aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-02 08:41:08 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-02 08:41:08 +0000
commit0ab8e159b913cf0537df6b407c4cabac9fe196e7 (patch)
tree459183fb6c07494e3982e6837363d3e4b8f2ba19 /packet-wsp.c
parent75acffe70c5a17c20324094c15397ff60a8641de (diff)
Some tvbuffified dissectors weren't setting "pinfo->current_proto", so
that if they threw an exception, the wrong protocol would be blamed. Add the missing assignments. Clean up the extraction of the null-encapsulation header. svn path=/trunk/; revision=2730
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index e5721b1bb9..d00a837a82 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -3,7 +3,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.4 2000/11/19 08:54:10 guy Exp $
+ * $Id: packet-wsp.c,v 1.5 2000/12/02 08:41:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -400,6 +400,8 @@ dissect_wsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
CHECK_DISPLAY_AS_DATA(proto_wsp, tvb, pinfo, tree);
+ pinfo->current_proto = "WSP";
+
/* This field shows up as the "Info" column in the display; you should make
it, if possible, summarize what's in the packet, so that a user looking
at the list of packets can tell what type of packet it is. */