https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3443
--- Comment #16 from Bill Meier <wmeier@xxxxxxxxxxx> 2009-07-08 06:03:03 PDT ---
I'm pretty sure that the defragmentation init functions need to be called
whenever a "pass" is done through a capture file so I've taken the liberty of
committing a change (SVN #29018) which registers an init function do do so.
(Someone will jump in if I'm incorrect on this).
(from proto.c describing register_init_routine)
/* Allow protocols to register "init" routines, which are called before
we make a pass through a capture file and dissect all its packets
(e.g., when we read in a new capture file, or run a "filter packets"
or "colorize packets" pass over the current capture file). */
(There are also 2 other very minor changes in the commit).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.