sending packets


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers sending packets
# 1  
Old 03-20-2002
sending packets

How can i send a packet, and what is an empty packet?
# 2  
Old 03-20-2002
You can try to use Send packet
Send Packet is a small but powerful program to test how your network responds to specific packet content. Via a config file and/or command line parameters, you can forge (modify the headers of) your own TCP/UDP/ICMP/IP packets and send them through your network. Also, following the Easy Sniffer modular philosophy, you can specify wich modules you'd like to build.
# 3  
Old 03-21-2002
Congrats! You're sending (and receiving) them now!
If you just want to send a packet, you could use "ping".
ping www.att.net
Ping will time how long the round trip is from you to the destination.

This command will work in Windows and DOS.

If you want to construct your own packets, there are several programs that will do this for you.

I'm guessing that an empty packet is just like it sounds - a packet with no data... I suppose it should be clarified further, because by definition, no packet can truly be "empty"... But maybe you should find out what a packet is and how it worls before trying to construct them.

Please post back if you have any more questions.
# 4  
Old 03-21-2002
Whould i be able to send packets, such as ping, to a specific port, without constructing them on my own?
# 5  
Old 03-22-2002
Not with ping...
You can use dozens of tools, such as rain (packet generator), nc (NetCat - wonderful tool), or even a scanner like nmap.

I think I see where this is going,though, and I hope it stays clean...
# 6  
Old 03-22-2002
I am only studying DoS, I give you my word that i would not commit an attack. Im dont want to piss people off. Some think that is fun, i dont.
# 7  
Old 03-22-2002
Quote:
Originally posted by killerserv
[...] TCP/UDP/ICMP/IP packets [...]
I'm currently trying to learn networking and that ,of course, involves packets.

I may be wrong but aren't e.g ICMP packets transported in an IP packet? And are TCP/UDP packets as well transported in an IP packet?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

multitude of packets from 127.0.0.1

I was checking routing table, and noticed that our server has a lot packets from localhost: Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- .. 127.0.0.1 127.0.0.1 ... (1 Reply)
Discussion started by: orange47
1 Replies

2. IP Networking

how to delay the outgoing packets ??

hello, i am searching a way to delay the incoming packets before it goes out of the system may i know how can i approach to this problem? (3 Replies)
Discussion started by: sameer kulkarni
3 Replies

3. Solaris

Analyze packets with snoop

Is there anywhere we can get details about what we should expect to see and not to see in some packets captured with "snoop" during troubleshooting a problem? I know we can capture packes for a failed transaction and compare them with packets for a successful trasaction.Is that the only way to... (4 Replies)
Discussion started by: Pouchie1
4 Replies

4. Infrastructure Monitoring

Capturing bad packets

Hello, SNMP reports from my Linux server a large number of "ipInAddrErrors" on several of my systems. According to one description, these packets are discarded datagrams due to: How do I determine what packets these are? Can tcpdump help? If so, can anyone suggest a filter? (1 Reply)
Discussion started by: otheus
1 Replies

5. HP-UX

packets statistics

Hi there, are there any functions that can get the packets statistics on UNIX ? thanks. (2 Replies)
Discussion started by: Frank2004
2 Replies

6. Shell Programming and Scripting

send packets

Hello I need to send some packets to check connection. Packets will be catch by snoop. Is there any Sun tool to send some packets on selected IP and Port? Thx (1 Reply)
Discussion started by: miojamo
1 Replies

7. UNIX for Advanced & Expert Users

ethernet packets counting

salutation experts, I want to counting arrival and outgoing packets in a specific interval (ethernet interface), what library or method you offer me that i can use it in c lang? tnx (1 Reply)
Discussion started by: galaxy.ice
1 Replies

8. UNIX for Dummies Questions & Answers

Dumping network packets

Hi, My Solaris Workstation has got 4 NICS, out of which one of them(bge3) is unplugged from the rest of the external network & connected to other interface(bge1). The isolated NIC serves as a simulated Ethernet Interface for my application under development. Now, I'd like to capture RAW... (1 Reply)
Discussion started by: smanu
1 Replies

9. IP Networking

counting the packets

there are a number of clients connected to a server.... how can i count that each clients recieve ...? how do i moniter the activity of the client..? (2 Replies)
Discussion started by: damn_bkb
2 Replies

10. Programming

Packets Getting Lost

I am working on a project, which has the following type of hardware setup. A special hardware device is receiving data from an external network interface. So we can have multiple such a hardware devices. Now these hardware devices will route the captured incoming data through the external... (4 Replies)
Discussion started by: S.P.Prasad
4 Replies
Login or Register to Ask a Question