|
Parser Tab
On the pages within this tab you can configure a filter and a parser which will be applied to the exported data.
Data Packets Tab
On this page you can choose characters which ByteWedge will use to process the received data stream

Data packets begin with
In this box you can enter character(s) that mark the beginning of the data packet.
Please, conform to the following format:
Example:
Suppose that you want to pick out strings that begin with the letter "N". The hexadecimal representation of the character "N" is "4E". Therefore you should enter:
Data packets end with
In this box you can enter character(s) that mark the end of the data packet.
Please, conform to the following format:
Example:
Suppose that you want to pick out strings that end with the terminating characters (CR+LF). The hexadecimal representation of "CR" and "LF" is "0D" and "0A", respectively. Therefore you should enter:
Remove these characters from data stream
In this box you can enter characters that should be removed from the data stream before it is processed by the parser.
Please, conform to the following format:
Example:
Suppose that you want to remove the characters "&", "1" and "A" from the data stream. Therefore you should enter:
»
|