Hi, I would know how to extract a string from a packet, manipulate it and display it easily using the wireshark API. My string has a lenght of 10, I need to put a comma between the 6th and 7th characters and display it in the tree. asked 03 Apr '11, 12:42 chronidev edited 03 Apr '11, 12:42 |
One Answer:
There's probably a cleaner way to do this, but this is a quick-and-dirty way to accomplish adding these things to the tree as a single string.
If you need to be able to filter one these strings, you'll need to do this differently, obviously, but for now, using These functions are documented in answered 05 Apr '11, 07:12 multipleinte... edited 05 Apr '11, 14:08 Guy Harris ♦♦ |