Python Network Packet Sniffer Tutorial - 6 - Displaying Packet Data

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

to use multiple tabs I would recommend you to use:

tab = lambda num: "\t"*num

then you call:

tab(3)

to get 3 tabs, its less code, with this method you can get as many tabs as you need

wandevv
Автор

Hi Nice job. Where I can find the source code. Thanks a lot

samueldomb
Автор

I'm getting an error File "C:/Users/ACER/PycharmProjects/untitled/sniffer.py", line 36, in ipv4_packet
version = version_header_length >> 4
TypeError: unsupported operand type(s) for >>: 'bytes' and 'int'

pizzanatic
Автор

Is there a way to decode a TLS-encrypted transmission initiated locally?
I mean, I know it might be nearly impossible to do with an eavesdropped transmission between two unknown parties (otherwise what would be the point of encryption? :q ). But it _should_ be possible to decrypt _my own_ communication, right?

bonbonpony
Автор

I mostly get protocoll 43200 and 0 is there a reason for this?

ender__xp
Автор

is yaddyaddatomato a key word in Python?

qutumap