David Timms writes: > Pawel wrote: > > Hallo group members! > > > > I am trying to debug ethereal, namely files: > > ./ethereal-0.10.14/epan/dissectors/packet-h225.c > > ./ethereal-0.10.14/epan/dissectors/packet-h450.c > > but none of them appear to exist in ethereal-debuginfo-0.10.14-1.FC3.1.i386.rpm which I downloaded from rpm search site. It of course matches ethereal version installed on my machine. > > > > I know that they exist, because they were created when I compiled ethereal-0.10.14-1.FC3.1.src.rpm on my local machine: > > > > /usr/src/redhat/BUILD/ethereal-0.10.14/epan/dissectors/packet-h225.c > > /usr/src/redhat/BUILD/ethereal-0.10.14/epan/dissectors/packet-h450.c > > > > As You know, building ethereal with the following command... : > > prompt$ rpmbuild -bb /usr/src/redhat/SPECS/ethereal.spec > > > > ... also creates /usr/src/redhat/RPMS/i386/ethereal-debuginfo-0.10.14-1.FC3.1.i386.rpm. > > > > prompt$ rpm -qpl /usr/src/redhat/RPMS/i386/ethereal-debuginfo\ > -0.10.14-1.FC3.1.i386.rpm | egrep "(packet-h450.c|packet-h450.c)" > -----------------------------------/\ -- -- /\ > > not sure if the () are needed, and you repeated the match term. You are right. I misstyped it. I meant "(packet-h450.c|packet-h225.c)", but it does not change the case: prompt# rpm -ql ethereal-debuginfo | grep packet-h450.c prompt# prompt# rpm -ql ethereal-debuginfo | grep packet-h225.c prompt# # None of them exist > did you install the xxx-debuginfo and try to use it ? Yes, this was my preliminary step. When I did not find it I decided to build ethereal on my local machine. prompt# rpm -qa | grep ethereal ethereal-0.10.14-1.FC3.1 ethereal-gnome-0.10.14-1.FC3.1 ethereal-debuginfo-0.10.14-1.FC3.1 > will the files be .c ? > > DaveT > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >