Re: [Wireshark-dev] Bug in register.c generation

2007-04-13 Thread Joerg Mayer
On Fri, Apr 13, 2007 at 04:05:05PM -0700, Gerald Combs wrote: > ? I can't find anything that might cause duplicates in > make-dissector-reg.py, but it probably wouldn't hurt to check for > duplicates before we write out the lists of routines. OK, found the reason: It looks like svn made an error

Re: [Wireshark-dev] Bug in register.c generation

2007-04-13 Thread Joerg Mayer
On Fri, Apr 13, 2007 at 04:05:05PM -0700, Gerald Combs wrote: > > I've got a problem with the generation of the register.c file: > > > > [EMAIL PROTECTED]:~/work/wireshark/trunk/epan/dissectors> sort register.c | > > uniq -c | grep -v " 1 " > > 2 > > 2 { > > 2 } > > 2 {e

Re: [Wireshark-dev] Bug in register.c generation

2007-04-13 Thread Gerald Combs
Joerg Mayer wrote: > Hello, > > I've got a problem with the generation of the register.c file: > > [EMAIL PROTECTED]:~/work/wireshark/trunk/epan/dissectors> sort register.c | > uniq -c | grep -v " 1 " > 2 > 2 { > 2 } > 2 {extern void proto_register_cisco_oui (void); >

[Wireshark-dev] Bug in register.c generation

2007-04-13 Thread Joerg Mayer
Hello, I've got a problem with the generation of the register.c file: [EMAIL PROTECTED]:~/work/wireshark/trunk/epan/dissectors> sort register.c | uniq -c | grep -v " 1 " 2 2 { 2 } 2 {extern void proto_register_cisco_oui (void); proto_register_cisco_oui ();} 2 voi