http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21161
User: sfisher
Date: 2007/03/24 01:38 AM
Log:
Fix mess with ssl_version_short_names[] being defined multiple places
now that it is no longer a static variable in packet-ssl-utils.h.
Leaving it as static caused a warning turned error that it was unused
in the current file (packet-ssl-utils.h). Resolution: Move the variable
to packet-ssl.c and declare as extern in packet-dtls.c - the only other
place that needs it.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -0 packet-dtls.c Modified
+0 -12 packet-ssl-utils.h Modified
+10 -0 packet-ssl.c Modified