http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43558
User: wmeier
Date: 2012/07/03 11:49 AM
Log:
Improve use of the value_string x11_keysym_vals_source[]:
- Compile the value_string only as part of packet-x11.c
- Create a value_string_ext to ref the value_string;
- packet_vnc.c: Access the value_string using the value_string_ext;
- packet-x11.c: Access the value-string using the value_string_ext
rather then building a temp GTree from the value_string.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -1 Makefile.common Modified
+3 -3 packet-vnc.c Modified
+0 -369 packet-x11-keysym.h Removed
+32 -15 packet-x11.c Modified
+27 -0 packet-x11.h Added
+1400 -0 x11-keysym.h Added