Converting to the new decrypted message_template.msg file shipped with Second Life, and some primexport fixes

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@201 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-09-18 10:01:05 +00:00
parent 6f58b4a791
commit 272cd95d6f
17 changed files with 10572 additions and 10653 deletions

View File

@@ -37,7 +37,7 @@ using libsecondlife;
class Decoder {
private static int BUFSIZE = 8096;
private static ProtocolManager protocol = new SecondLife("keywords.txt", "protocol.txt").Protocol;
private static ProtocolManager protocol = new SecondLife("keywords.txt", "message_template.msg").Protocol;
private static string grep = null;
private static byte[] data = new byte[BUFSIZE];
private static byte[] temp = new byte[BUFSIZE];