This is a discussion on dumping internet packets within the Linux Networking forums, part of the Linux Forums category; I have a little network issue to resolve - could someone please remind me of the commands to dump internet packets? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 01 Feb 2005 11:13:42 -0500, Allen McIntosh wrote:
>>>I have a little network issue to resolve - could someone please >>>remind me >>>of the commands to dump internet packets? >> $ man tcpdump > $ man tethereal > $ man ethereal > Ethereal has extensive decodes, and the GUI can be useful. Thanks for the replies - the old gray cells ain't what they used to be. |
|
|||
|
"Allen McIntosh" <nospam@mouse-potato.com> wrote in message
news:W6Jqf.2776$LE4.2110@fe09.lga >>> I have a little network issue to resolve - could someone please >>> remind me of the commands to dump internet packets? >> man tcpdump > > Ethereal if you want a GUI. Tethereal if you want more detail than > tcpdump gives. Those are just front-ends to tcpdump, and require knowledge of the tcpdump command structure to produce any particularly-desired output. "man tcpdump" is what the OP asked for. |
|
|||
|
"Allen McIntosh" <nospam@mouse-potato.com> wrote in message
news:oPXqf.3238$L75.920@fe12.lga > Ethereal et. al. can read/write tcpdump format data. However they're > not "just front ends". Last time I looked they didn't even use > libpcap. You apparently have never installed and run [t]ethereal then. |
|
|||
|
gregnoble wrote:
> "Allen McIntosh" <nospam@mouse-potato.com> wrote in message > news:oPXqf.3238$L75.920@fe12.lga >>Ethereal et. al. can read/write tcpdump format data. However they're >>not "just front ends". Last time I looked they didn't even use >>libpcap. > You apparently have never installed and run [t]ethereal then. I just didn't look hard enough. I thought that libwiretap had replaced pcap for everything, but it seems that it hasn't (yet). I stand corrected. |