Wireshark-dev: Re: [Wireshark-dev] WireShark crashes when I try to use a filter on my plugin di

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 20 Sep 2006 09:32:25 -0700
Bill Fassler wrote:
My concern now is that the first and last entries are zero. Could this create any run time problems?
{0x00, "No Operation"}
.
.
.
{0, NULL}
No, that won't cause a problem.  It's the null string pointer that's the 
key, not the 0 value.