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.
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: