Replies: 23 comments 22 replies
-
I'll go first. My name is Dan Nagle. I wrote and open sourced Packet Sender on GitHub in 2015. At the time I started the project, I was working in the network AV industry. I needed a quick and simple way to correctly send custom UDP and TCP commands to devices to help test them. I also needed to receive unsolicited packets to test the device clients. Nothing out there did it quite right, or it did too complicated. Later on, I needed SSL support too. I eventually decided to create my own from scratch. I had a wishlist, and this list still guides the project:
I want to be able to download, run, and train a new user of the tool in under 5 minutes. This is actually how Packet Sender Cloud was started -no jump drive needed. I'm happy to answer any questions you may have. |
Beta Was this translation helpful? Give feedback.
-
Hi Dan - Thanks, R.White |
Beta Was this translation helpful? Give feedback.
-
Hey Dan! I'm a college student working on a senior design project for FPGA's. I'm interested to know if Packet Sender has the ability to send a stream of packets continuously. If that is possible, the next question would be - is it possible to borrow this stream of packets from a secondary source? In my project, the most success achievable would be a demonstration of the FPGA accepting a continuous stream of pseudo-random bitstream data. I don't expect Packet Sender to natively have this function integrated, but I am interested in the ability to take data from a rand() function, or a PRBS compliant equation (such as https://blog.kurttomlinson.com/posts/prbs-pseudo-random-binary-sequence). As a side note, I know this has to be said in open source - I am not asking you to actually code (I am fluent in C++) any of this, just investigating what capacities the software currently has, and if you could point me to the right direction in the code base. I'd be more than happy to push changes upstream if these are features that are not present and you think should be. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, I was wondering if there is a way to clear the saved packets when the program is closed other than manually deleting them. The reason is that I will have multiple database files but with different number of saved files and with different names, which need to be sent just once before closing OR opening a new database. I see will overwrite existing ones of the same name. The only way I see at the moment is to have all with the same number of saved packets with sequential names the same and just have blanks in the un-needed ones. |
Beta Was this translation helpful? Give feedback.
-
Hello Dan, I am searching for a solution to controlling PTZ cameras with IP VISCA commands with keyboard shortcuts via autohotkey. I think I should be able to do this by having auto hot key paste the commands within the command prompt interface, the only problem is that i am having trouble opening the command prompt interface. Could you walk me through the process? Any help would be greatly appreciated. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello Dan, Could you please direct me to the link where its architecture is detailed? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi Dan, How to send data using packetsender DLL from an application? How to call DLL function to send this data? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi, Can you please help a way to make sure that a message being sent uses my virtual adapter (ethernet 6) just for the given destination IP. FYI, the ethernet adapter (ethernet 2) which is currently being used by the packet sender is my vpn adapter used to connect to my office server. |
Beta Was this translation helpful? Give feedback.
-
Nothing is jumping out at me with the screen capture. The next level of network troubleshooting is to disable all other ethernet adapters except the one you want to test with. Disable all but the one you want and set Packet Sender back to general IPv4 bind. The packet has no choice but to go out that adapter. Give that a go. |
Beta Was this translation helpful? Give feedback.
-
You might have a soft IP conflict. This is a conflict where the IP is not directly conflicting, but they overlap subnets. What are the IP addresses and subnets of the 2 adapters? The one you want to use and the one it is currently sending out of? |
Beta Was this translation helpful? Give feedback.
-
Maybe you need to clear your arp table. Perhaps something else responded as having 192.168.1.12. Launch admin-level powershell and run |
Beta Was this translation helpful? Give feedback.
-
Hi Dan |
Beta Was this translation helpful? Give feedback.
-
Hi Dan, Is there a slim, cli only version available? We work with "resource-constrained" linux devices and was wondering if something like that is already available and useable |
Beta Was this translation helpful? Give feedback.
-
Hi dannagle, I am using packet sender for one of my project and we are going automate packet sender through CMD but unfortunately am getting the same response. |
Beta Was this translation helpful? Give feedback.
-
Hi dannagle, I hope to recieve quick response from you😊 my question is, Can I use this packet sender to generate fake traffic into my website???🙃 |
Beta Was this translation helpful? Give feedback.
-
Hi Dan, |
Beta Was this translation helpful? Give feedback.
-
Greetings Dan, |
Beta Was this translation helpful? Give feedback.
-
Why is Packet Sender opening a new log window every time it receives a small group of packets? And why are these log windows white on white text/background? There are no settings for any of this |
Beta Was this translation helpful? Give feedback.
-
Uncheck "persistent TCP" on the main window. The log window is white because there is a race condition with the coloring when the connection closes quickly. There is an open bug report on that. |
Beta Was this translation helpful? Give feedback.
-
Working on FHIR. I want to send FHIR XML String as inbound by TCP to a specific port number. How to send fhir (XML) string by TCP? |
Beta Was this translation helpful? Give feedback.
-
Hey Dan, |
Beta Was this translation helpful? Give feedback.
-
There is not a direct echo feature. You can have it reply with macros. File->Settings->Network, then look bottom left. That will reply back with the current time when connected to on TCP/UDP/SSL. Packet Sender supports several macros you can piece together to try to do what you need. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Hi Dan, I'd like to use the Packet Sender CLI to run some automated tests/scripts. One of the requirements is to generate random packet sizes. Is this possible using the CLI? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Welcome to the new Packet Sender Forums!
This is my 3rd attempt at creating forums. My previous 2 attempts were overrun by spammers. GitHub now has a new "Discussions" feature, and it looks very promising. GitHub has been hosting my code and issues for the past 5 years, and I've been pleased. Lets give these Forums another go, shall we? 3rd time is the charm.
Feel free to:
My hope is this space will provide a good area for discussion while helping me keep the Issues tab focused on whatever work that is needed by the project.
So how are you using Packet Sender? Please introduce yourself.
Beta Was this translation helpful? Give feedback.
All reactions