Re: [tcpdump-workers] PATCH DCCP translate service code to host byte

2006-02-18 Thread Guy Harris
Andrea Bittau wrote: The DCCP service code is a u32 in network byte order. The current DCCP code does not call htonl() or equivalent. Fix attached. Checked into the main and x.9 branches. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] PATCH DCCP translate service code to host byte order

2006-02-16 Thread Andrea Bittau
The DCCP service code is a u32 in network byte order. The current DCCP code does not call htonl() or equivalent. Fix attached. --- diff -crN tcpdump/print-dccp.c tcpdump-sorbo/print-dccp.c *** tcpdump/print-dccp.cMon Dec 5 21:36:24 2005 --- tcpdump-sorbo/print-dccp.c Wed Jan 25 10:34: