aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-03 09:47:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-03 09:47:18 +0000
commit4fdef3e6d05739288955bc7ea1e16a88548e193e (patch)
treebfe6d958794c01bb4c3300d478191b214eb88a4c /packet-netbios.c
parentf9021e7502dbe7d1dd3283943cb1994ef66493a2 (diff)
Add the standard "CHECK_DISPLAY_AS_DATA()" call.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2736 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-netbios.c')
-rw-r--r--packet-netbios.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-netbios.c b/packet-netbios.c
index de036a7768..4ddd861cae 100644
--- a/packet-netbios.c
+++ b/packet-netbios.c
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.c,v 1.26 2000/11/19 08:54:00 guy Exp $
+ * $Id: packet-netbios.c,v 1.27 2000/12/03 09:47:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -992,6 +992,9 @@ dissect_netbios(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int offset = 0;
+ CHECK_DISPLAY_AS_DATA(proto_netbios, tvb, pinfo, tree);
+
+
/* load the display labels */
pinfo->current_proto = "NetBIOS";
if (check_col(pinfo->fd, COL_PROTOCOL))