Re: [tcpdump-workers] Pull request - Add printing support for vsockmon devices.

2017-10-02 Thread Stefan Hajnoczi
On Tue, Aug 22, 2017 at 6:19 AM, Stefan Hajnoczi wrote: > On Wed, Aug 9, 2017 at 2:38 PM, Stefan Hajnoczi wrote: >> I sent a pull request for printing AF_VSOCK traffic: >> https://github.com/the-tcpdump-group/tcpdump/pull/612 Rebased branch to resolve tests/TESTLIST conflict. W

Re: [tcpdump-workers] Pull request - Add printing support for vsockmon devices.

2017-08-22 Thread Stefan Hajnoczi
On Wed, Aug 9, 2017 at 2:38 PM, Stefan Hajnoczi wrote: > I sent a pull request for printing AF_VSOCK traffic: > https://github.com/the-tcpdump-group/tcpdump/pull/612 Gentle ping for a review. Thanks, Stefan ___ tcpdump-workers mailing list t

[tcpdump-workers] Pull request - Add printing support for vsockmon devices.

2017-08-09 Thread Stefan Hajnoczi
I sent a pull request for printing AF_VSOCK traffic: https://github.com/the-tcpdump-group/tcpdump/pull/612 Would appreciate reviews, thanks! Stefan ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/lis

Re: [tcpdump-workers] Requesting linktype for AF_VSOCK

2017-07-05 Thread Stefan Hajnoczi
On Wed, Jul 5, 2017 at 3:18 PM, Michael Richardson wrote: > I have allocated > #define DLT_VSOCK 271 Thanks, Michael! Stefan ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/

Re: [tcpdump-workers] Requesting linktype for AF_VSOCK

2017-06-14 Thread Stefan Hajnoczi
On Wed, May 10, 2017 at 3:38 PM, Stefan Hajnoczi wrote: > Hi, > Gerard Garcia previously requested a linktype for AF_VSOCK in July 2016 > (http://seclists.org/tcpdump/2016/q3/17). I am picking up his work now > that the vsockmon Linux kernel module has been merged upstream. The &g

[tcpdump-workers] Requesting linktype for AF_VSOCK

2017-05-10 Thread Stefan Hajnoczi
[Resend - I sent the first version without being subscribed to the mailing list] Hi, Gerard Garcia previously requested a linktype for AF_VSOCK in July 2016 (http://seclists.org/tcpdump/2016/q3/17). I am picking up his work now that the vsockmon Linux kernel module has been merged upstream. The

Re: [tcpdump-workers] pcap DLT request for virtio-scsi SCSI transport

2012-03-06 Thread Stefan Hajnoczi
On Tue, Mar 6, 2012 at 8:49 PM, Guy Harris wrote: > > On Mar 6, 2012, at 11:45 AM, Stefan Hajnoczi wrote: > >> On Tue, Mar 6, 2012 at 7:28 PM, Guy Harris wrote: >> >>> Are "sense_len" and "sense_size" the same thing - i.e., is sense_len the >

Re: [tcpdump-workers] pcap DLT request for virtio-scsi SCSI transport

2012-03-06 Thread Stefan Hajnoczi
On Tue, Mar 6, 2012 at 7:28 PM, Guy Harris wrote: > > On Mar 3, 2012, at 3:38 AM, Stefan Hajnoczi wrote: > >> Responses have the following layout: >> >>    u32 sense_len; >>    u32 residual; >>    u16 status_qualifier; >>    u8 status; >>    

Re: [tcpdump-workers] pcap DLT request for virtio-scsi SCSI transport

2012-03-06 Thread Stefan Hajnoczi
On Tue, Mar 6, 2012 at 6:54 PM, Guy Harris wrote: > > On Mar 3, 2012, at 3:38 AM, Stefan Hajnoczi wrote: > >> There are SCSI commands and responses.  Commands and responses are >> separate pcap packets because there can be multiple outstanding >> commands to multiple t

Re: [tcpdump-workers] pcap DLT request for virtio-scsi SCSI transport

2012-03-03 Thread Stefan Hajnoczi
On Tue, Feb 28, 2012 at 11:05 AM, Stefan Hajnoczi wrote: Sorry for the delay, I didn't realize you had replied. I am not subscribed to this mailing list, please Reply-All and keep me CCed. >> The QEMU system emulator now supports the virtio-scsi SCSI transport >> for efficient

[tcpdump-workers] pcap DLT request for virtio-scsi SCSI transport

2012-02-28 Thread Stefan Hajnoczi
The QEMU system emulator now supports the virtio-scsi SCSI transport for efficient virtualized SCSI I/O. I would like to support virtio-scsi debugging and analysis with pcap. The pcap data will include the virtio buffers containing SCSI command metadata, CDB, and data-out buffer. A similar struc