Clone of UAS2 @ https://github.com/drudgedance/uas2

CannedPackets.h 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * This file is part of UAS2.
  3. *
  4. * UAS2 is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * UAS2 is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. * You should have received a copy of the GNU General Public License
  14. * along with UASv1; if not, write to the Free Software
  15. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  16. */
  17. /**
  18. * @file CannedPackets.h
  19. */
  20. #ifndef __CANNEDPACKETS_H
  21. #define __CANNEDPACKETS_H
  22. #include <winsock2.h>
  23. static BYTE SERVER_Packet100[90] = {
  24. 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xD8, 0x46, 0x90, 0x4B, 0x51, 0x00, 0x00, 0x00,
  25. 0x46, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x20, 0x00, 0x20, 0x3C, 0x00, 0x00, 0x00, 0x88, 0x77,
  26. 0x66, 0x33, 0x08, 0x00, 0x00, 0x00, 0xFB, 0x63, 0xC5, 0x08, 0x16, 0xC7, 0x80, 0x31, 0xFF, 0x43,
  27. 0xE5, 0xFE, 0x8A, 0xF3, 0xE3, 0x69, 0x23, 0xCF, 0xF8, 0x82, 0xB9, 0xC4, 0x59, 0x80, 0x99, 0x30,
  28. 0xB6, 0x08, 0xE5, 0xC2, 0x80, 0xDD, 0xBB, 0xAD, 0xCD, 0xAD, 0x03, 0x00, 0x00, 0x00, 0x00, 0x5B,
  29. 0x67, 0xF4, 0x36, 0x69, 0xB7, 0xD8, 0x85, 0x48, 0xDF, 0xBB
  30. };
  31. static BYTE SERVER_Packet400[28] = {
  32. 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0xFB, 0xE5, 0x99, 0xB7, 0x51, 0x00, 0x00, 0x00,
  33. 0x08, 0x00, 0x00, 0x00, 0xFB, 0x9B, 0x18, 0xBB, 0xE6, 0xD4, 0x8F, 0x41,
  34. };
  35. static BYTE MSG_00000002[16] = {
  36. 0x4B, 0xF7, 0x00, 0x00, 0x56, 0x1F, 0x05, 0x50, 0x08, 0x04, 0x40, 0x00, 0x3C, 0x00, 0x02, 0x00
  37. };
  38. static BYTE ANM[32] = {
  39. 0x4C, 0xF7, 0x00, 0x00, 0x81, 0x21, 0x02, 0x50, 0xE4, 0x04, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00,
  40. 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x00, 0x00, 0x85, 0x00, 0x03, 0x00, 0x00, 0x00, 0x80, 0x3F,
  41. };
  42. #endif // #ifndef __CANNEDPACKETS_H