raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

packet modification #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello to all,

I'm looking for Ostinato for the first time.
Can someone advise me if this packet generator that let me create an ethernet 
packet like:
Preamble|start of frame delimiter| MY FIELD WITH 64 BITS |MAC destination|MAC 
source|802.1Q tag (optional)|Ethertype (Ethernet II) or length (IEEE 
802.3)|Payload|Frame check sequence (32‑bit CRC)|Interframe gap|

I'm trying to test this modification for the develop of a new protocol in my 
network environment.

Regards,

Original issue reported on code.google.com by marco.cr...@gmail.com on 25 Jul 2012 at 4:17

GoogleCodeExporter commented 9 years ago
@marco: Yes, Ostinato can do what you want. In the Edit Stream dialog, Protocol 
Selection tab, select "Advanced" and then add the protocols that you need in 
the order that you need, using "hexdump" protocol in place for your 64 bit 
field. Goto Protocol Data tab and in HexDump protocol, uncheck "pad till end of 
packet", fill in values for other protocol fields as needed.

You can use the Ostinato mailing list for questions regarding Ostinato in the 
future instead of raising an issue on the tracker - that way more people can 
help you in a faster time.

Srivats

Original comment by pstav...@gmail.com on 26 Jul 2012 at 4:16