[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E6FD75ED-7E13-47DC-B9F9-6C8C09C3C4AC@alum.mit.edu>
Date: Tue, 9 Nov 2010 13:23:28 -0800
From: Guy Harris <guy@...m.mit.edu>
To: Developer support list for Wireshark <wireshark-dev@...eshark.org>
Cc: Pete Zaitcev <zaitcev@...hat.com>, linux-usb@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [Wireshark-dev] usbmon: size of different fields?
On Nov 9, 2010, at 12:05 PM, Németh Márton wrote:
> OK, that's clear, the byte order of the API structure fields are in "host endian"
> order. The API structures are already saved by Wireshark into file for quite some
> time.
...and tcpdump. Support for capturing on USB on Linux has been in libpcap since at least libpcap 1.0.
When reading a pcap file, or a pcap-ng file section, written on a machine with a byte order opposite from that of the machine reading the file, libpcap and Wireshark's Wiretap library byte-swap most host-byte-order fields into the byte order of the host reading the file; the exceptions are the iso_rec structure and the isochronous descriptors.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists