Re: [tcpdump-workers] [PATCH] DCCP support - revised

2005-09-19 Thread Ian McDonald
On 20/09/05, Guy Harris <[EMAIL PROTECTED]> wrote: > Ian McDonald wrote: > > > Please find attached a slightly revised patch to tidyup a bug with > > seqno/ackno processing. > > Checked into the main and x.9 branches. I got rid of the dh_end > variable, and added RCS IDs. > > I gave you and Arn

Re: [tcpdump-workers] [PATCH] DCCP support - revised

2005-09-19 Thread Guy Harris
Ian McDonald wrote: Please find attached a slightly revised patch to tidyup a bug with seqno/ackno processing. Checked into the main and x.9 branches. I got rid of the dh_end variable, and added RCS IDs. I gave you and Arnaldo credit in the CREDITS file; should I put Yoshifumi Nishida in

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-19 Thread Guy Harris
David Smith wrote: A problem with cross-compiling tcpdump is that it isn't possible to override the finding the location of the SSLeay libraries/headers. The small attached patch fixes this. So how do you override that? I don't see where Xprefix is getting set, other than in that code. - Th