Release Details
Fields |
Details |
---|---|
Name |
Base16 |
Version |
3.5.0 |
Supported On |
LogPoint v6.5.0 and later |
Release Date |
2018-12-06 |
Document Date | 2018-12-06 |
Download | Base16_3.5.0_LPv6.5.0.pak |
SHA256 | a4147a79fed2f8f0967c3e256f40a1dad9b1482a6f4f9ba140a1f913d134163b |
General Description
The Base16 Process Plugin is a data-stream encoder-decoder application. By using this application, you can either encode the field values to Base16-encoded characters or decode the Base16 characters to their corresponding text values. The application uses the Base16 encoding scheme.
Usage Information
General Syntax: | process base16(<encode or decode>, <field to be encoded or decoded>) as <attribute_name>
Encoding
Syntax: | process base16(encode,field) as encoded_attribute
For example, the "| process base16(encode, word) as encoded_name" query encodes the word field value and stores the encoded data in the encoded_name field.
Decoding
Syntax: | process base16(decode,field) as decoded_attribute
For example, the "| process codec(decode, word) as decoded_name" query decodes the word field value and stores the decoded data in the decoded_name field.
Installation
Follow these steps to install the Base16 Process Plugin v3.5.0:
- Download the Base16 Process Plugin package provided above in the Download section.
- Install the package by importing the pak file to LogPoint under Settings >> System >> Applications.
Support
If you have any queries or require assistance, please feel free to contact our support team:
Email: servicedesk@logpoint.com
Phone: +45 7060 6100
Best regards,
Comments
Article is closed for comments.