Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jkepps

#1
Thank you very much. That looks like it might work.

-Jorden
#2
Hello all,

I've been tasked with testing a network appliance that my employer has developed. This particular device currently only needs to support UDP traffic, however we will add TCP support in the future. The challenge is to compare the data being received through the device is identical to what was sent. Meaning it hasn't been modified in any way. The main requirement is that the test device sending the traffic uses the full Windows or Linux stack. We've used a device called Ixia, but it doesn't traverse the full OSI stack when sending traffic. Only up to layer 3 I believe. We've also used TCPReplay to send pcap files, but again, I believe TCPReplay doesn't use the full stack. Even then if we capture the received data via Wireshark or TCPdump we really don't have a good way of comparing sent pcap to received pcap other than stare and compare.

What I'm ideally looking for is an app that will allow me to send traffic through the full stack, capture that traffic, capture the traffic on output of the device and perform a comparison.

In lieu of such an application, if I manually capture sent and received traffic as pcaps, is there a way to perform an analysis of the pcaps and flag packets that have been changed?

Thanks in advance,

-Jorden