Hi, how can i give a name to an ip address of a tcp packet in lua? (I want to see in wireshark a name instead of the ip address). Thanks. asked 13 Apr '12, 02:34 Zvika |
One Answer:
Name resolution and Lua are independent of each other; and Wireshark Lua has no built-in API to control name resolution, but you can do it with the following instructions (untested).
Ex: This
answered 13 Apr '12, 08:44 bstn edited 13 Apr '12, 08:45 |