From Chernishov Yury Don't destroy SIP dissector entrys in info column for application/isup

svn path=/trunk/; revision=10549
This commit is contained in:
Anders Broman 2004-04-03 22:15:37 +00:00
parent 22d9288594
commit 37f056b42b
2 changed files with 4 additions and 2 deletions

View File

@ -2125,6 +2125,8 @@ And assorted fixes and enhancements by the people listed above and by:
Pavel Kankovsky <kan [AT] dcit.cz>
Nick Black <dank [AT] reflexsecurity.com>
Bill Guyton <guyton [AT] bguyton.com>
Chernishov Yury <Chernishov [AT] iskrauraltel.ru>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -9,7 +9,7 @@
* Modified 2004-01-10 by Anders Broman to add abillity to dissect
* Content type application/ISUP RFC 3204 used in SIP-T
*
* $Id: packet-isup.c,v 1.60 2004/04/02 05:19:42 guy Exp $
* $Id: packet-isup.c,v 1.61 2004/04/03 22:13:38 etxrab Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -5531,7 +5531,7 @@ dissect_application_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* application/ISUP has no CIC */
if (check_col(pinfo->cinfo, COL_INFO))
col_add_fstr(pinfo->cinfo, COL_INFO, "%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
col_append_sep_fstr(pinfo->cinfo, COL_INFO, ", ", "ISUP:%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */