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
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
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);
>
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