Add the standard "CHECK_DISPLAY_AS_DATA()" call.

svn path=/trunk/; revision=2736
This commit is contained in:
Guy Harris 2000-12-03 09:47:18 +00:00
parent 7a2cd91595
commit b875b93005
1 changed files with 4 additions and 1 deletions

View File

@ -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))