Committed revision 22658, Still to avoid patches being overlooked we have changed the patch submission process, take a look at: http://www.wireshark.org/docs/wsdg_html/#ChSrcSend for next time.
BTW, I had not included trigcap into the build process myself because I do not know if it works on other plattforms than my mac? On 8/25/07, Gisle Vanem <[EMAIL PROTECTED]> wrote: > Some signals needs to be ifdef'ed (missing on VC/MingW): > > --- SVN-Latest/trigcap.c Sat Jul 28 15:44:35 2007 > +++ trigcap.c Wed Aug 22 14:42:30 2007 > @@ -249,9 +249,15 @@ > dprintf(2,"opened dumper file '%s'\n",outfile); > > signal(SIGINT, sig_int); > +#ifdef SIGQUIT > signal(SIGQUIT, sig_int); > +#endif > +#ifdef SIGTERM > signal(SIGTERM, sig_int); > +#endif > +#ifdef SIGSTOP > signal(SIGSTOP, sig_int); > +#endif > > keep_going = 1; > dumping = 0; > > --gv > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
