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. _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
