ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3443] A new dissector for the DTN Bundle Protocol

Date: Wed, 8 Jul 2009 06:03:07 -0700 (PDT)
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.