Seeing IP packet


 
Thread Tools Search this Thread
Special Forums IP Networking Seeing IP packet
# 1  
Old 08-28-2002
Seeing IP packet

Hi,

Is there any way that i can directly take out the IP packet and see its contents.


Waiting for your answer ..............

Bye
# 2  
Old 08-28-2002
Most people will get a laptop that runs some kind a sniffer software to use for this. Our network group has a couple of these. Some versions of unix have network tracing capability but they tend to be oriented to displaying ethernet frames rather than IP packets.
# 3  
Old 09-04-2002
Hammer & Screwdriver

In Unix/Linux...You can use: tcpdump, ethereal, iptraf...

tcpdump: default was install with any version UnixSmilie
# 4  
Old 09-12-2002
you can also get iptables to log packets with certain aspects. Most people will use a sniffer like COLD, HUNT, ntop (and the ones mentioned above)
# 5  
Old 09-16-2002
One of the coolist tools I have ever found is Trinux. Go to http://www.trinux.org/ to check it out.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

WakeOnLan, tcp packet

I'd like to use SPARC Solaris10 to 'wake up' an old PC on same LAN. what is the simplest way of doing it? (preferably without installing new software) thanks. (14 Replies)
Discussion started by: orange47
14 Replies

2. AIX

Packet loss coming with big packet size ping

(5 Replies)
Discussion started by: Vishal_dba
5 Replies

3. Homework & Coursework Questions

filter packet

Exercise: Protection of WEB and DNS servers using the context-free rules for packet filtering: - Protect your WEB-server, so that would be for him can be accessed by browsers, and could go to dns. - Protect your primary DNS-server so that it could be to contact clients and secondary servers.... (1 Reply)
Discussion started by: numeracy
1 Replies

4. Cybersecurity

filter packet

Exercise: Protection of WEB and DNS servers using the context-free rules for packet filtering: - Protect your WEB-server, so that would be for him can be accessed by browsers, and could go to dns. - Protect your primary DNS-server so that it could be to contact clients and secondary servers.... (1 Reply)
Discussion started by: numeracy
1 Replies

5. IP Networking

Packet decoding

Hi, wondering if anyone can suggest a tool to me that will let me either cut & paste hex or type it in for packet decoding. I want to be able to decode a packet as done with tcpdump or wireshark, but I want to be able to manually input the hex myself. (2 Replies)
Discussion started by: Breakology
2 Replies

6. Programming

packet capture

can anyone tell me how can i capture the packets. i have tried ethernet software to capture them but its not doing what i want it to do it (1 Reply)
Discussion started by: dazdseg
1 Replies

7. Programming

Writing a Packet sniffer

Hi, I want to write a packet sniffer in C without using libpcap. Can anyone suggest me how to begin writing it? Any tutorials or books? Thanks in advance! (2 Replies)
Discussion started by: nefarious_genus
2 Replies

8. IP Networking

Packet parsing and modification

Hi All, I need your help regarding packet capturing and modification. Like we may add extra content into the original html content. Any open source tools.. programs...etc.. Do share your views and ideas. -Vivek (1 Reply)
Discussion started by: viveksnv
1 Replies

9. Programming

Packet capturing using pcap

Hi, i am using a linux CentOS machine. I have 2 real network interfaces eth0, eth1 and 2 virtual interfaces tap0 and tap1. I am using PCAP library to capture the packets on theses interfaces. If i specify the interface as "any", i cannot find a way to know from which interface the packet... (1 Reply)
Discussion started by: rahulnitk2004
1 Replies

10. IP Networking

packet loss problem

I have 4 network ports on our T5240 sun server. all but 1 gives packet losses (nxge1) nxge0 gives on average 50% packet loss, very bad. nxge2 gives on average 1-2% packet loss. nxge3 gives on average 20% packet loss. Is there a tool or something to help me find the problem? (11 Replies)
Discussion started by: photon
11 Replies
Login or Register to Ask a Question