• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Wireshark Help

txrandom

Diamond Member
Is it possible to "reapply" a certain protocol pattern to an incoming or outgoing data? For example, if Wireshark sees that a frame has a protocol type of 0x0800, it will cast the frame into an IPv4 packet.

I'm working with a driver that resets the protocol type to 0xdddd to bypass the default TCP/IP stack. Now I'm trying to debug the sending and receiving by viewing the packets in Wireshark, but since Wireshark doesn't recognize the 0xdddd protocol type, I can't view the contents of the packet. So is there away to apply the 0x0800 or IPv4 "pattern" to an 0xdddd protocol type frame as well?

Also, are there any good forums out there dedicated to Wireshark?
 
Back
Top