http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33531
User: guy
Date: 2010/07/14 07:07 PM
Log:
Move the code to get version information for libraries used by
libwireshark into libwireshark, and call it only in programs linked with
libwireshark. That way, programs that don't link with libwireshark
don't have to link with libgcrypt or libgnutls solely so that they can
say that they're linked with a particular version of libgcrypt or
libgnutls.
Don't link dumpcap with libgcrypt or libgnutls any more.
Directory: /trunk/epan/
Changes Path Action
+132 -1 epan.c Modified
+13 -1 epan.h Modified
+2 -0 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+3 -2 main.c Modified
Directory: /trunk/
Changes Path Action
+0 -2 Makefile.am Modified
+1 -1 rawshark.c Modified
+1 -1 tshark.c Modified
+0 -129 version_info.c Modified
+0 -6 version_info.h Modified