Re: [tcpdump-workers] print-tcp.c: remove commas from output, to be consistent

2007-01-28 Thread Kevin Steves
On Thu, Jan 18, 2007 at 08:36:34AM +0100, Hannes Gredler wrote: : well the correct thing would then be: : : 1. embrace .SFP into Flags [.SPF], : 2. add commas to sep. the rest of the field I don't see commas (in general) adding to readability of fields when you have 'field-name value' or when pos

[tcpdump-workers] print-bootp.c: better client fqdn option printing

2007-01-28 Thread Kevin Steves
I started looking at this because the minimum length check was off by one. 0) fix off by one (4 vs. 3) 1) print flag bits 2) print rcode fields if either is non-zero Index: bootp.h === RCS file: /tcpdump/master/tcpdump/bootp.h,v retr