~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to tap-protocolinfo.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* tap-protocolinfo.c
2
2
 * protohierstat   2002 Ronnie Sahlberg
3
3
 *
4
 
 * $Id: tap-protocolinfo.c 18268 2006-05-31 17:38:42Z gerald $
 
4
 * $Id: tap-protocolinfo.c 19976 2006-11-24 18:25:23Z guy $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
76
76
        }
77
77
 
78
78
        for(i=0;i<gp->len;i++){
79
 
                str=proto_construct_dfilter_string(gp->pdata[i], NULL);
 
79
                str=proto_construct_match_selected_string(gp->pdata[i], NULL);
80
80
                if(str){
81
81
                        col_append_fstr(pinfo->cinfo, COL_INFO, "  %s",str);
82
82
                }