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

« back to all changes in this revision

Viewing changes to epan/dtd_grammar.lemon

  • 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:
6
6
*
7
7
* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
8
8
*
9
 
* $Id: dtd_grammar.lemon 18498 2006-06-17 12:00:41Z sahlberg $
 
9
* $Id: dtd_grammar.lemon 20443 2007-01-15 20:14:00Z lego $
10
10
*
11
11
* Wireshark - Network traffic analyzer
12
12
* By Gerald Combs <gerald@wireshark.org>
96
96
    if(bd->proto_root)
97
97
        g_free(bd->proto_root);
98
98
 
99
 
        bd->proto_root = g_strdup(Name->text);
 
99
        bd->proto_root = Name->text;
100
100
    
101
101
        g_strdown(bd->proto_name);
102
102