Home > other >  WireShark using Lua parsing wireless packet
WireShark using Lua parsing wireless packet

Time:09-30

WireShark when using Lua resolution protocol, how to access to wireless protocol Ethernet frames after the MAC frame head, said a lot of online tutorials are parsed TCP protocol, directly using the

Local udp_encap_table=DissectorTable. Get (" udp port ")
Udp_encap_table: add (1127, p_ScoreBoard)
Can get TCP data

How do I in Lua above this kind of situation, please obtain the LLC layer data?

CodePudding user response:

Wifi frame of MAC frame head, with 802.3 frame head cannot coexist,

CodePudding user response:

WireShark packet caught?

CodePudding user response:

Try to use omnipeek capture
  • Related