What's the Lua to get a specific octet out of the destination IP address of a packet? asked 14 Feb '12, 01:32 Leena edited 15 Feb '12, 06:06 helloworld |
One Answer:
The packet's IP destination is contained in
Note that the values ( answered 15 Feb '12, 14:58 helloworld Thanks very much Helloworld, you always helps me a lot. (15 Feb '12, 23:00) Leena Please accept the answer by clicking on the "tick" if it solves your issue. (16 Feb '12, 03:31) grahamb ♦ |
By "check", do you mean "get the value of"?
Where is this IP from? The source IP address of a packet? A buffer? An
Address
variable?I get the ip address from wireshark using lua and then I want to be free in making any process I want in each octet in the destination ip address with Lua.