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\