aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-10 21:29:27 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-10 21:29:27 +0000
commit08075d17945d04461ca1d1a63c615d95d66fb02d (patch)
treee29e78ce9b894109afdf79bc8f819ccfb5ee80fe /packet-nbipx.c
parent4e1604016a718aa57bc6bf7d01340f6b0cf7b9c5 (diff)
Set pinfo->current_proto
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2603 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nbipx.c')
-rw-r--r--packet-nbipx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-nbipx.c b/packet-nbipx.c
index fe983890dd..30e0a97d40 100644
--- a/packet-nbipx.c
+++ b/packet-nbipx.c
@@ -2,7 +2,7 @@
* Routines for NetBIOS over IPX packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-nbipx.c,v 1.24 2000/11/10 21:09:49 guy Exp $
+ * $Id: packet-nbipx.c,v 1.25 2000/11/10 21:29:27 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -116,6 +116,8 @@ dissect_nbipx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
CHECK_DISPLAY_AS_DATA(proto_nbipx, tvb, pinfo, tree);
+ pinfo->current_proto = "NBIPX";
+
if (check_col(pinfo->fd, COL_PROTOCOL))
col_add_str(pinfo->fd, COL_PROTOCOL, "NBIPX");