Create a new "Wireshark utility" library and move the mpeg-audio stuff from
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 May 2008 21:51:01 +0000 (21:51 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 May 2008 21:51:01 +0000 (21:51 +0000)
commit8225336e73857e889491e9896e80a52c1de3b48c
tree7d78ccd8aad555faaf4ef91c0acc48b9a04ff2de
parentf91c6a6a0f942d618ca96246a501419f970d1dfd
Create a new "Wireshark utility" library and move the mpeg-audio stuff from
wiretap to this new libwsutil.  This solves
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark
no longer depend on libwiretap.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25330 f5534014-38df-0310-8fa8-9805f1628bb7
21 files changed:
Makefile.am
Makefile.nmake
asn1/mpeg-audio/packet-mpeg-audio-template.c
configure.in
epan/Makefile.nmake
epan/dissectors/packet-mpeg-audio.c
image/Makefile.nmake
image/libwsutil.rc.in [new file with mode: 0644]
packaging/nsis/Makefile.nmake
packaging/nsis/wireshark.nsi
wiretap/Makefile.am
wiretap/Makefile.common
wiretap/Makefile.nmake
wiretap/libwiretap.vcproj
wiretap/mpeg.c
wiretap/wtap.def
wsutil/Makefile.am [new file with mode: 0644]
wsutil/Makefile.nmake [new file with mode: 0644]
wsutil/libwsutil.def [new file with mode: 0644]
wsutil/mpeg-audio.c [moved from wiretap/mpeg-audio.c with 100% similarity]
wsutil/mpeg-audio.h [moved from wiretap/mpeg-audio.h with 100% similarity]