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

Wireshark-dev: Re: [Wireshark-dev] se_alloc() GSList segfault woes

From: "Jeremy O'Brien" <obrien654j@xxxxxxxxx>
Date: Tue, 20 Apr 2010 11:58:41 -0400
> The common solution is to call register_init_routine() to register a
> routine that is called whenever the dissector should be reinitialized.

This is more along the lines of what I was looking for, and will be
useful in the future I'm sure. But for now, the binary tree method
works wonders and made my code much cleaner in the process. :) Thank
you for your input!

Jeremy