diff options
Diffstat (limited to 'packet-bgp.c')
-rw-r--r-- | packet-bgp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-bgp.c b/packet-bgp.c index 87290fe049..6e36073aea 100644 --- a/packet-bgp.c +++ b/packet-bgp.c @@ -2,7 +2,7 @@ * Routines for BGP packet dissection. * Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org> * - * $Id: packet-bgp.c,v 1.25 2000/08/11 13:35:29 deniel Exp $ + * $Id: packet-bgp.c,v 1.26 2000/08/13 14:08:02 deniel Exp $ * * Supports: * RFC1771 A Border Gateway Protocol 4 (BGP-4) @@ -1137,6 +1137,8 @@ dissect_bgp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) int hlen; /* BGP header length */ char *typ; /* BGP message type */ + OLD_CHECK_DISPLAY_AS_DATA(proto_bgp, pd, offset, fd, tree); + if (check_col(fd, COL_PROTOCOL)) col_add_str(fd, COL_PROTOCOL, "BGP"); |