---- On Tue, 03 Jul 2012 09:22:40 -0600 Stephen Fisher wrote ----
>
>---- On Tue, 03 Jul 2012 08:45:46 -0600 Richard Sharpe wrote ----
>
>>There are protocols that specify the use of KRB5 specified values. Eg,
>>NegoEx specifies RFC3961 strings.
>>
>>Rather than simply re-entering these values it would be useful to
>>reuse the existing value_string variables, but they are static ...
>
>Move them to a separate header file (without the static identifier) and include that in each dissector source file. Take a look at packet-
... or leave it as static as in the packet-x11-keysym.h example