wireshark/plugins/easy_codec
Jeff Morriss a5cee04fad Move the file utility functions from wiretap to libwsutil so that
libwireshark (and the plugins using those functions) do not depend on
wiretap on Windows.

While doing that, rename the eth_* functions to ws_*.

svn path=/trunk/; revision=25354
2008-05-22 15:46:27 +00:00
..
Makefile.common
Makefile.nmake Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
ReadMe.txt
codec-g722.c
codec-g722.h
codec-g729a.c
codec-g729a.h
codec-g7231.c
codec-g7231.h
easy_codec_plugin.c Run checkAPI in plugins dir. 2008-05-08 18:24:08 +00:00
moduleinfo.nmake
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00

ReadMe.txt

Instructions on compiling the Easy Codecs
=========================================

1. Download the codec files from www.ImTelephone.com and install them in the following subdirectories.
	EasyG722
	EasyG7231
	EasyG729A

2. Build plugin.
	Win32: nmake -f makefile.nmake
	Linux: TO DO