Wednesday, May 05, 2021

Lua programming youtube video

 

I found this play list for the lua programming on wireshark ,

https://www.youtube.com/watch?v=SthXihACMk8&list=PLedx6HwQji1O-SHD3_lCdSxMUT56d5y9Y 

There are 5 videos in this playlist and each video is around 10 minutes duration . There is accompanying git bucket link to the pcap file used and lua code generated. 

https://bitbucket.org/spandeygit/learn_lua/src/master/

As a introductory videos they are very good.

I think the guy who uploaded this video is a professor , he has some other video for dynamic programming

 

 

 

tcpdump example

 

The following provide good examples for capturing of the packets and editing the packets

https://www.tecmint.com/12-tcpdump-commands-a-network-sniffer-tool/ 

https://www.thegeekstuff.com/2010/08/tcpdump-command-examples/

https://www.thegeekstuff.com/2009/02/editcap-guide-11-examples-to-handle-network-packet-dumps-effectively/

xdpcap

 

Similar to "tcpdump" another tool is available for  capturing of the packet  "xdpcap" . This tool uses the eBPF engine to filter the packet. 

 https://blog.cloudflare.com/xdpcap/  provide the details of the usecase and implementation of the tool.