FoxIO-LLC / ja4

JA4+ is a suite of network fingerprinting standards
https://foxio.io
Other
774 stars 65 forks source link

[#102] Wireshark plugin: fix uninitialized pointer #103

Closed Boolean263 closed 1 month ago

Boolean263 commented 1 month ago

In the Wireshark plugin, initialize the packet_time pointer to NULL, and test if it's still null before attempting to dereference the pointer.

Closes #102