Hi I am looking for a network sniffer tool that can pick specific packets generated by one application and forward them to another application in real-time (pass through or forward.The application that generates the data is a point of sales (POS)system serving 30 cash registers. The application that need the data is a queue management system that predicts how many checkout lanes need to be open in real-time. I need this for a proof of concept for in store trials. Retailers don't like writing POS interfaces to applications that they are testing and have not decided to purchase. asked 01 Feb '13, 17:50 Jim Bray |
One Answer:
Sounds like a job for iptables' tee target. answered 02 Feb '13, 03:00 Jaap ♦ |
Jim,what signature are you looking for? Is it "XYZ" patter in any given packet or is the data packetized (specific offset has the data you're looking for)?