1 | initial version |
Proto
objects can be given an init()
function. It's not totally clear to me when this function is called, but comments in the Wireshark source code suggest it might be every time a file is opened.
2 | No.2 Revision |
Proto
objects can be given an init()
function. It's not totally clear to me when this function is called, but comments in the Wireshark source code suggest it might be every time a file is opened.
I'm not sure how to store a different data table per pcap file opened.