Clear the Info column.

svn path=/trunk/; revision=9876
This commit is contained in:
Guy Harris 2004-01-27 01:43:41 +00:00
parent 580a8706eb
commit f97ed617de
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* IAX2 is a VoIP protocol for the open source PBX Asterisk. Please see
* http://www.asterisk.org for more information.
*
* $Id: packet-iax2.c,v 1.1 2004/01/27 01:35:25 guy Exp $
* $Id: packet-iax2.c,v 1.2 2004/01/27 01:43:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -212,6 +212,10 @@ dissect_iax2 (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
{
col_set_str (pinfo->cinfo, COL_PROTOCOL, PROTO_TAG_IAX2);
}
if (check_col (pinfo->cinfo, COL_INFO))
{
col_clear (pinfo->cinfo, COL_INFO);
}
if (tree)
{