Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.