HI, Currently I have a Wireshark Lua Text Window with data similar to Follow Tcp Stream Window. I need to show request in one color and response in another color. I understood that it is not possible to show in Wireshark Lua Text window since it doesn't support. So I want to know whether it can be achieved by saving to a file without the use of any THIRD PARTY PACKAGES. Thanks Rijith asked 05 Mar '12, 01:31 Rijith closed 07 Mar '12, 07:51 multipleinte... |
Oops. Similar but not identical to your previous question. Yes, Lua can output arbitrary bytes to a file, including escape codes and RTF, but it doesn't have anything built-in for that. You'd need a 3rd party package or hand-written code.
Aha! I thought I saw a duplicate! Please stop doing that.
This is actually off-topic. I suggest Googling "RTF syntax" and "Lua file I/O".