raman325 / ostinato

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

Read hexdump content from file #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Requested by Adam Bell on the mailing list 
(http://groups.google.com/group/ostinato/browse_thread/thread/8753bdf93925678e)

<snip>
When editing the stream, it seems I can only enter 1 word for the payload data. 
I need to enter a specific 128 byte stream for protocol testing (IKE 
specifically).
...
As a suggestion, a GUI to simply add the bytes would be nice, like the one have 
now.
</snip>

Requested by user robross0606 as a comment on the FAQ wiki page 
(http://code.google.com/p/ostinato/wiki/FAQ)

Another useful feature would be to pull the payload data from an external file 
(ie. hex).

Original issue reported on code.google.com by pstav...@gmail.com on 8 Sep 2010 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by pstav...@gmail.com on 8 Sep 2010 at 3:02

GoogleCodeExporter commented 9 years ago
HexDump protocol has been implemented. Bytes content can be entered in the GUI.

Reading the data from an external file is still pending.

Original comment by pstav...@gmail.com on 3 Nov 2010 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by pstav...@gmail.com on 3 Nov 2010 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by pstav...@gmail.com on 4 Nov 2010 at 5:43

GoogleCodeExporter commented 9 years ago
Is there any way to copy/paste bytes(for example, from hex editor) into HexDump 
Protocol Data field in Mac OS version? Cmd+c/Cmd+v or right click are not 
working there

Original comment by bulgakov...@gmail.com on 5 May 2011 at 6:27

GoogleCodeExporter commented 9 years ago
At the moment, copy/paste is not supported in the hex editor widget.

This hex editor widget has been taken from the qhexedit2 googlecode
project. We have raised a request with them to support copy/paste -

http://code.google.com/p/qhexedit2/issues/detail?id=1

Please register your vote for the enhancement by starring it.

Srivats

Original comment by pstav...@gmail.com on 6 May 2011 at 1:53

GoogleCodeExporter commented 9 years ago
My preference, is to use content of an arbitrary sized data file
directly. For example, if my data file contains five bytes "E5 70 9F C1
20", I'd like Ostinato to send a frame with a payload containing
exactly these five bytes.

Original comment by eym...@gmail.com on 24 May 2011 at 3:14