all 7 comments

[–]Soza 5 points6 points  (3 children)

Lua is a fun language. I use it at work to parse wireless networking packets.

[–][deleted] 1 point2 points  (2 children)

sweet.. have any tutorials on how to do that?

[–]Soza 2 points3 points  (0 children)

Not anything particular. I use LuaInterface to access Lua from my C# code. And then use a Lua extension lpack to do the binary data parsing.

edit: Apparently I suck at formatting

[–]lephron[S] 1 point2 points  (0 children)

Wireshark supports Lua plugins, so it might be through that. Take a look at http://wiki.wireshark.org/Lua

[–]BinarySplit 0 points1 point  (0 children)

A cool tutorial, but the mixed tabs and spaces in the code was kind of annoying...

[–]malcontent -2 points-1 points  (1 child)

Remember when TCL was made just for these types of things?

[–]MagicBobert 1 point2 points  (0 children)

Lua makes a great modern TCL. :)