У нас вы можете посмотреть бесплатно Asynchronous TCP/IP, Part 13 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This series: Live coding to https://github.com/StephenClearyExamp... Developing an asynchronous TCP/IP server and client. Discussing TCP/IP protocol design. Discussing some harder concepts in async/await. Part 13: Exploring tools for TCP/IP application development. Developing a Wireshark Lua plugin to interpret our custom protocol. Note: The parsing code still has a bug introduced in Part 3: it can call AdvanceTo multiple times on the same buffer if it has multiple messages. This bug was fixed after this series: https://github.com/StephenClearyExamp... Code changes: https://github.com/StephenClearyExamp... Resources used in this video: Process Monitor: https://docs.microsoft.com/en-us/sysi... TCPView: https://docs.microsoft.com/en-us/sysi... Clumsy: http://jagt.github.io/clumsy/ Network Tracing: https://docs.microsoft.com/en-us/wind... Wireshark: https://www.wireshark.org/ Starting point for Wireshark custom protocol dissector plugin: https://gist.github.com/StephenCleary... 0:00 Intro and plan for this video 0:43 README review 2:30 Process Monitor 9:24 TCPView 13:26 Clumsy 16:24 Network Tracing 19:40 Wireshark 29:30 Custom Wireshark dissector plugins 1:02:36 Outtro