Re: [tcpdump-workers] [PATCH] lookupnet usb fix

2006-10-12 Thread Guy Harris
On Oct 12, 2006, at 6:48 AM, Paolo Abeni wrote: I'm working to add bluetooth/hci support (like hcidump) to libpcap, Good! can you please assign a new DLT value for bluetooth/hci ? Does "like hcidump" mean the first byte of the data is a code for the type of packet, i.e.: 1 - H

[tcpdump-workers] errata

2006-10-12 Thread Paolo Abeni
Very sorry, I forgot to add the attach in the previous mail. you can find the lookupnet fix patch attached to this mail Best regards, Paolo Index: inet.c === RCS file: /tcpdump/master/libpcap/inet.c,v retrieving revision 1.70 diff -

[tcpdump-workers] [PATCH] lookupnet usb fix

2006-10-12 Thread Paolo Abeni
hello the attached patch avoid lookupnet to mess with ioctl for usb interface and simply return an 0.0.0.0 net and a 0.0.0.0 netmask. I'm working to add bluetooth/hci support (like hcidump) to libpcap, can you please assign a new DLT value for bluetooth/hci ? thanks, Paolo - This is the tcpd

Re: [tcpdump-workers] [PATCH] fix setup data parsing in usb_read_data

2006-10-12 Thread Guy Harris
Paolo Abeni wrote: The attached patch fix the parsing of setup data fields in current implementation of usb_read_data. Checked in. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

[tcpdump-workers] [PATCH] fix setup data parsing in usb_read_data

2006-10-12 Thread Paolo Abeni
hello, The attached patch fix the parsing of setup data fields in current implementation of usb_read_data. Currently the "setup header is present" field is not marked so the relevant fields are ignored from caller. The patch contains also a little indentation fix, always in the same function.