Ethereal-dev: RE: [Ethereal-dev] Slicecap utility

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Chris Eagle" <cseagle@xxxxxxxxxxxx>
Date: Thu, 23 Dec 2004 01:41:52 -0800
Title: RE: [Ethereal-dev] Slicecap utility
Ok, I cobbled the attached utility together which should do roughly what you want.  Let me know if you have any questions or problems.  You will need pcap.h (should come with the winpcap developers pack?) available on your Windows system in order to compile it.
 
Chris
-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx]On Behalf Of Jeremy Jouglet
Sent: Wednesday, December 22, 2004 12:25 AM
To: 'Ethereal development'
Subject: RE: [Ethereal-dev] Slicecap utility

Unfortunately I don't have any Linux box and the -C parameter seems not to work with windump. Do you have any other idea ?

Jérémy


-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx]
Sent: mardi 21 décembre 2004 17:20
To: Ethereal development
Subject: RE: [Ethereal-dev] Slicecap utility


Try:

tcpdump -r sourcefile -w destfile -s 0 -C 50

This will read from sourcefile and write 50Mb files with names destfile, destfile2, destfile3, ...

Chris


-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx]On Behalf Of Jeremy Jouglet
Sent: Tuesday, December 21, 2004 12:21 AM
To: 'ethereal-dev@xxxxxxxxxxxx'
Subject: [Ethereal-dev] Slicecap utility


Hi list,
I am pretty interested in the utility developed by Ian Schorr and described in this list here (http://www.ethereal.com/lists/ethereal-dev/200411/msg00056.html). I have not found it on google nor in the ethereal distribution. Do anyone knows the email address of Ian Schorr or a link to download this utility ? I have 40 Go to split into 50 Mb files ... Thanks a lot and merry Christmas, Jérémy

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx http://www.ethereal.com/mailman/listinfo/ethereal-dev

Attachment: sliceit.c
Description: Binary data