summaryrefslogtreecommitdiff
path: root/packet-trmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-trmac.c')
-rw-r--r--packet-trmac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-trmac.c b/packet-trmac.c
index 01b2234ea0..1faca0c369 100644
--- a/packet-trmac.c
+++ b/packet-trmac.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring Media Access Control
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-trmac.c,v 1.23 2000/06/20 03:05:36 gram Exp $
+ * $Id: packet-trmac.c,v 1.24 2000/08/13 14:09:07 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -279,6 +279,8 @@ dissect_trmac(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 mv_val;
char *mv_text;
+ CHECK_DISPLAY_AS_DATA(proto_trmac, tvb, pinfo, tree);
+
pinfo->current_proto = "TR MAC";
if (check_col(pinfo->fd, COL_PROTOCOL))
col_add_str(pinfo->fd, COL_PROTOCOL, "TR MAC");