Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12485 > unrolled thread
| Started by | Emile van Sebille <emile@fenx.com> |
|---|---|
| First post | 2011-08-31 07:54 -0700 |
| Last post | 2011-08-31 07:54 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: How to save the packages received by a network interface or some port in a file and resend the packages received when needed? Emile van Sebille <emile@fenx.com> - 2011-08-31 07:54 -0700
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Date | 2011-08-31 07:54 -0700 |
| Subject | Re: How to save the packages received by a network interface or some port in a file and resend the packages received when needed? |
| Message-ID | <mailman.607.1314802487.27778.python-list@python.org> |
On 8/31/2011 6:35 AM king6cong@gmail.com said... > hi, > This is a question not specific to Python,but its related somehow,and > I believe I can get some help from your fellow:) > I am doing my work on a server service program on Linux that > processes the packages sent to the socket it listens.Their is already a > old such service listening on the port doing its job,and > I can't stop the old server service, and I need to get the packages sent > to the old server and send them to my new server service to make sure it > works well .How can I get the package and resent them to my new service? > Is there such a tool or is there some functionality that tools such as > tcpdump already provides? I recently set up a standby spare fax server on a network that I also needed to test, and was able to tee the source transmissions to both systems. That may be an option, particularly as it sounds like you've written a consumer of info and are not replying and interacting with the source. Emile
Back to top | Article view | comp.lang.python
csiph-web