Forum Discussion
Eric_Seidman_10
Nimbostratus
Jul 03, 2007Dealing with null bytes in STREAM replacement
Hello,
Question from a new iRule developer.
I am trying to replace a string containing null bytes with another string containing null bytes using a iRule. Specifically, I am trying to ...
Tomasz_Radzisze
Nimbostratus
Jul 13, 2007You may consider using the TCL's binary scan and binary format. They are described here
http://tmml.sourceforge.net/doc/tcl/binary.html
This, for example, converts binary data (variable data) to hex string (variable hexdata)
binary scan $data H* hexdata
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects