diff options
Diffstat (limited to 'packet-netbios.c')
-rw-r--r-- | packet-netbios.c | 5 |
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)) |