From 730f81129b18f060c0513a9202d6ed8678bd04c1 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 10 Oct 2009 20:24:48 +0000 Subject: [PATCH] Adding challenge/response authentication to network protocol. Build is currently broken until gsasl integration is complete. --- docs/pokerth.asn1 | 82 ++++++---- pokerth_protocol.pro | 10 +- src/third_party/asn1/AllInShowCardsMessage.c | 7 +- src/third_party/asn1/AllInShowCardsMessage.h | 1 + src/third_party/asn1/AnonymousLogin.c | 68 +------- src/third_party/asn1/AnonymousLogin.h | 5 +- src/third_party/asn1/AskKickDeniedMessage.c | 7 +- src/third_party/asn1/AskKickDeniedMessage.h | 1 + src/third_party/asn1/AskKickPlayerMessage.c | 5 +- src/third_party/asn1/AskKickPlayerMessage.h | 1 + src/third_party/asn1/AuthenticatedLogin.c | 79 ++------- src/third_party/asn1/AuthenticatedLogin.h | 6 +- src/third_party/asn1/AvatarData.c | 3 +- src/third_party/asn1/AvatarData.h | 1 + src/third_party/asn1/AvatarEnd.c | 1 + src/third_party/asn1/AvatarEnd.h | 1 + src/third_party/asn1/AvatarHash.c | 1 + src/third_party/asn1/AvatarHash.h | 1 + src/third_party/asn1/AvatarHeader.c | 5 +- src/third_party/asn1/AvatarHeader.h | 1 + src/third_party/asn1/AvatarReplyMessage.c | 21 +-- src/third_party/asn1/AvatarReplyMessage.h | 1 + src/third_party/asn1/AvatarRequestMessage.c | 7 +- src/third_party/asn1/AvatarRequestMessage.h | 1 + src/third_party/asn1/Card.c | 1 + src/third_party/asn1/Card.h | 1 + src/third_party/asn1/ChatCleanerMessage.c | 1 + src/third_party/asn1/ChatCleanerMessage.h | 1 + src/third_party/asn1/ChatMessage.c | 19 +-- src/third_party/asn1/ChatMessage.h | 1 + src/third_party/asn1/ChatRequestMessage.c | 11 +- src/third_party/asn1/ChatRequestMessage.h | 1 + src/third_party/asn1/ChatRequestTypeGame.c | 3 +- src/third_party/asn1/ChatRequestTypeGame.h | 1 + src/third_party/asn1/ChatRequestTypeLobby.c | 1 + src/third_party/asn1/ChatRequestTypeLobby.h | 1 + src/third_party/asn1/ChatTypeBot.c | 1 + src/third_party/asn1/ChatTypeBot.h | 1 + src/third_party/asn1/ChatTypeBroadcast.c | 1 + src/third_party/asn1/ChatTypeBroadcast.h | 1 + src/third_party/asn1/ChatTypeGame.c | 5 +- src/third_party/asn1/ChatTypeGame.h | 1 + src/third_party/asn1/ChatTypeLobby.c | 3 +- src/third_party/asn1/ChatTypeLobby.h | 1 + .../asn1/CleanerChatReplyMessage.c | 1 + .../asn1/CleanerChatReplyMessage.h | 1 + .../asn1/CleanerChatRequestMessage.c | 1 + .../asn1/CleanerChatRequestMessage.h | 1 + src/third_party/asn1/CleanerInitAckMessage.c | 1 + src/third_party/asn1/CleanerInitAckMessage.h | 1 + src/third_party/asn1/CleanerInitMessage.c | 1 + src/third_party/asn1/CleanerInitMessage.h | 1 + src/third_party/asn1/DealFlopCardsMessage.c | 11 +- src/third_party/asn1/DealFlopCardsMessage.h | 1 + src/third_party/asn1/DealRiverCardMessage.c | 7 +- src/third_party/asn1/DealRiverCardMessage.h | 1 + src/third_party/asn1/DealTurnCardMessage.c | 7 +- src/third_party/asn1/DealTurnCardMessage.h | 1 + src/third_party/asn1/DialogMessage.c | 3 +- src/third_party/asn1/DialogMessage.h | 1 + src/third_party/asn1/EndKickPetitionMessage.c | 13 +- src/third_party/asn1/EndKickPetitionMessage.h | 1 + src/third_party/asn1/EndOfGameMessage.c | 7 +- src/third_party/asn1/EndOfGameMessage.h | 1 + src/third_party/asn1/EndOfHandHideCards.c | 7 +- src/third_party/asn1/EndOfHandHideCards.h | 1 + src/third_party/asn1/EndOfHandMessage.c | 13 +- src/third_party/asn1/EndOfHandMessage.h | 1 + src/third_party/asn1/EndOfHandShowCards.c | 3 +- src/third_party/asn1/EndOfHandShowCards.h | 1 + src/third_party/asn1/ErrorMessage.c | 3 +- src/third_party/asn1/ErrorMessage.h | 1 + src/third_party/asn1/GameAdminChanged.c | 3 +- src/third_party/asn1/GameAdminChanged.h | 1 + src/third_party/asn1/GameListAdminChanged.c | 3 +- src/third_party/asn1/GameListAdminChanged.h | 1 + src/third_party/asn1/GameListMessage.c | 25 +-- src/third_party/asn1/GameListMessage.h | 1 + src/third_party/asn1/GameListNew.c | 11 +- src/third_party/asn1/GameListNew.h | 1 + src/third_party/asn1/GameListPlayerJoined.c | 3 +- src/third_party/asn1/GameListPlayerJoined.h | 1 + src/third_party/asn1/GameListPlayerLeft.c | 3 +- src/third_party/asn1/GameListPlayerLeft.h | 1 + src/third_party/asn1/GameListUpdate.c | 3 +- src/third_party/asn1/GameListUpdate.h | 1 + src/third_party/asn1/GamePlayerJoined.c | 5 +- src/third_party/asn1/GamePlayerJoined.h | 1 + src/third_party/asn1/GamePlayerLeft.c | 5 +- src/third_party/asn1/GamePlayerLeft.h | 1 + src/third_party/asn1/GamePlayerMessage.c | 21 +-- src/third_party/asn1/GamePlayerMessage.h | 1 + src/third_party/asn1/GameStartMessage.c | 9 +- src/third_party/asn1/GameStartMessage.h | 1 + src/third_party/asn1/Guid.c | 1 + src/third_party/asn1/Guid.h | 1 + src/third_party/asn1/HandStartMessage.c | 11 +- src/third_party/asn1/HandStartMessage.h | 1 + src/third_party/asn1/Id.c | 1 + src/third_party/asn1/Id.h | 1 + src/third_party/asn1/InitAckMessage.c | 11 +- src/third_party/asn1/InitAckMessage.h | 1 + src/third_party/asn1/InitMessage.c | 15 +- src/third_party/asn1/InitMessage.h | 1 + src/third_party/asn1/JoinExistingGame.c | 3 +- src/third_party/asn1/JoinExistingGame.h | 1 + src/third_party/asn1/JoinGameAck.c | 5 +- src/third_party/asn1/JoinGameAck.h | 1 + src/third_party/asn1/JoinGameFailed.c | 3 +- src/third_party/asn1/JoinGameFailed.h | 1 + src/third_party/asn1/JoinGameReplyMessage.c | 13 +- src/third_party/asn1/JoinGameReplyMessage.h | 1 + src/third_party/asn1/JoinGameRequestMessage.c | 13 +- src/third_party/asn1/JoinGameRequestMessage.h | 1 + src/third_party/asn1/JoinNewGame.c | 3 +- src/third_party/asn1/JoinNewGame.h | 1 + .../asn1/KickPetitionUpdateMessage.c | 11 +- .../asn1/KickPetitionUpdateMessage.h | 1 + .../asn1/KickPlayerRequestMessage.c | 7 +- .../asn1/KickPlayerRequestMessage.h | 1 + .../asn1/LeaveGameRequestMessage.c | 5 +- .../asn1/LeaveGameRequestMessage.h | 1 + src/third_party/asn1/MyActionRequestMessage.c | 11 +- src/third_party/asn1/MyActionRequestMessage.h | 1 + src/third_party/asn1/NetAvatarType.c | 1 + src/third_party/asn1/NetAvatarType.h | 1 + src/third_party/asn1/NetGameInfo.c | 27 ++-- src/third_party/asn1/NetGameInfo.h | 1 + src/third_party/asn1/NetGameMode.c | 1 + src/third_party/asn1/NetGameMode.h | 1 + src/third_party/asn1/NetGameState.c | 1 + src/third_party/asn1/NetGameState.h | 1 + src/third_party/asn1/NetPlayerAction.c | 1 + src/third_party/asn1/NetPlayerAction.h | 1 + src/third_party/asn1/NonZeroId.c | 1 + src/third_party/asn1/NonZeroId.h | 1 + src/third_party/asn1/PlayerAllIn.c | 7 +- src/third_party/asn1/PlayerAllIn.h | 1 + src/third_party/asn1/PlayerInfoData.c | 11 +- src/third_party/asn1/PlayerInfoData.h | 1 + src/third_party/asn1/PlayerInfoReplyMessage.c | 13 +- src/third_party/asn1/PlayerInfoReplyMessage.h | 1 + .../asn1/PlayerInfoRequestMessage.c | 5 +- .../asn1/PlayerInfoRequestMessage.h | 1 + src/third_party/asn1/PlayerListMessage.c | 7 +- src/third_party/asn1/PlayerListMessage.h | 1 + src/third_party/asn1/PlayerResult.c | 15 +- src/third_party/asn1/PlayerResult.h | 1 + .../asn1/PlayersActionDoneMessage.c | 19 +-- .../asn1/PlayersActionDoneMessage.h | 1 + src/third_party/asn1/PlayersTurnMessage.c | 9 +- src/third_party/asn1/PlayersTurnMessage.h | 1 + src/third_party/asn1/PokerTHMessage.c | 153 ++++++++++-------- src/third_party/asn1/PokerTHMessage.h | 4 + src/third_party/asn1/RemovedFromGame.c | 3 +- src/third_party/asn1/RemovedFromGame.h | 1 + src/third_party/asn1/ResetTimeoutMessage.c | 1 + src/third_party/asn1/ResetTimeoutMessage.h | 1 + src/third_party/asn1/StartEventAckMessage.c | 5 +- src/third_party/asn1/StartEventAckMessage.h | 1 + src/third_party/asn1/StartEventMessage.c | 7 +- src/third_party/asn1/StartEventMessage.h | 1 + .../asn1/StartKickPetitionMessage.c | 13 +- .../asn1/StartKickPetitionMessage.h | 1 + src/third_party/asn1/StatisticsData.c | 5 +- src/third_party/asn1/StatisticsData.h | 1 + src/third_party/asn1/StatisticsLogin.c | 1 + src/third_party/asn1/StatisticsLogin.h | 1 + src/third_party/asn1/StatisticsMessage.c | 3 +- src/third_party/asn1/StatisticsMessage.h | 1 + .../asn1/SubscriptionRequestMessage.c | 5 +- .../asn1/SubscriptionRequestMessage.h | 1 + src/third_party/asn1/TimeoutWarningMessage.c | 5 +- src/third_party/asn1/TimeoutWarningMessage.h | 1 + src/third_party/asn1/UnknownAvatar.c | 1 + src/third_party/asn1/UnknownAvatar.h | 1 + src/third_party/asn1/UnknownPlayerInfo.c | 1 + src/third_party/asn1/UnknownPlayerInfo.h | 1 + src/third_party/asn1/Version.c | 5 +- src/third_party/asn1/Version.h | 1 + src/third_party/asn1/VoteKickAck.c | 1 + src/third_party/asn1/VoteKickAck.h | 1 + src/third_party/asn1/VoteKickDenied.c | 3 +- src/third_party/asn1/VoteKickDenied.h | 1 + src/third_party/asn1/VoteKickReplyMessage.c | 13 +- src/third_party/asn1/VoteKickReplyMessage.h | 1 + src/third_party/asn1/VoteKickRequestMessage.c | 7 +- src/third_party/asn1/VoteKickRequestMessage.h | 1 + .../asn1/YourActionRejectedMessage.c | 13 +- .../asn1/YourActionRejectedMessage.h | 1 + 190 files changed, 604 insertions(+), 489 deletions(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 0ff6a26f..6e390769 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -25,6 +25,7 @@ BEGIN PokerTHMessage ::= CHOICE { initMessage InitMessage, + authMessage AuthMessage, initAckMessage InitAckMessage, avatarRequestMessage AvatarRequestMessage, avatarReplyMessage AvatarReplyMessage, @@ -83,33 +84,48 @@ Version ::= SEQUENCE { } AnonymousLogin ::= SEQUENCE { - playerName UTF8String (SIZE(1..32)), +} + +-- Login data is according to SCRAM SHA-1 +AuthenticatedLogin ::= SEQUENCE { + clientUserData OCTET STRING (SIZE(1..256)), avatar AvatarHash OPTIONAL } --- TODO challenge/response -AuthenticatedLogin ::= SEQUENCE { - playerName UTF8String (SIZE(1..32)), - password UTF8String (SIZE(1..32)), - avatar AvatarHash OPTIONAL +AuthMessage ::= [APPLICATION 1] CHOICE { + authServerChallenge [0] AuthServerChallenge, + authClientResponse [1] AuthClientResponse, + authServerVerification [2] AuthServerVerification +} + +AuthServerChallenge ::= SEQUENCE { + serverChallenge OCTET STRING (SIZE(1..256)) +} + +AuthClientResponse ::= SEQUENCE { + clientResponse OCTET STRING (SIZE(1..256)) +} + +AuthServerVerification ::= SEQUENCE { + serverVerification OCTET STRING (SIZE(1..256)) } StatisticsLogin ::= SEQUENCE { } -InitAckMessage ::= [APPLICATION 1] SEQUENCE { +InitAckMessage ::= [APPLICATION 2] SEQUENCE { latestGameVersion Version, latestBetaRevision INTEGER(0..65535), yourSessionId Guid, yourPlayerId NonZeroId } -AvatarRequestMessage ::= [APPLICATION 2] SEQUENCE { +AvatarRequestMessage ::= [APPLICATION 3] SEQUENCE { requestId NonZeroId, avatar AvatarHash } -AvatarReplyMessage ::= [APPLICATION 3] SEQUENCE { +AvatarReplyMessage ::= [APPLICATION 4] SEQUENCE { requestId NonZeroId, avatarResult CHOICE { avatarHeader [0] AvatarHeader, @@ -142,7 +158,7 @@ NetAvatarType ::= ENUMERATED { avatarImageGif (3) } -PlayerListMessage ::= [APPLICATION 4] SEQUENCE { +PlayerListMessage ::= [APPLICATION 5] SEQUENCE { playerId NonZeroId, playerListNotification ENUMERATED { playerListNew (0), @@ -150,7 +166,7 @@ PlayerListMessage ::= [APPLICATION 4] SEQUENCE { } } -GameListMessage ::= [APPLICATION 5] SEQUENCE { +GameListMessage ::= [APPLICATION 6] SEQUENCE { gameId NonZeroId, gameListNotification CHOICE { gameListNew [0] GameListNew, @@ -191,11 +207,11 @@ NetGameMode ::= ENUMERATED { gameClosed (3) } -PlayerInfoRequestMessage ::= [APPLICATION 6] SEQUENCE { +PlayerInfoRequestMessage ::= [APPLICATION 7] SEQUENCE { playerId NonZeroId } -PlayerInfoReplyMessage ::= [APPLICATION 7] SEQUENCE { +PlayerInfoReplyMessage ::= [APPLICATION 8] SEQUENCE { playerId NonZeroId, playerInfoResult CHOICE { playerInfoData [0] PlayerInfoData, @@ -218,14 +234,14 @@ UnknownPlayerInfo ::= SEQUENCE { -- The following request will not be confirmed by the server. It is used, -- optionally, to reduce server traffic. The server might ignore it. -SubscriptionRequestMessage ::= [APPLICATION 8] SEQUENCE { +SubscriptionRequestMessage ::= [APPLICATION 9] SEQUENCE { subscriptionAction ENUMERATED { unsubscribeGameList (1), resubscribeGameList (2) } } -JoinGameRequestMessage ::= [APPLICATION 9] SEQUENCE { +JoinGameRequestMessage ::= [APPLICATION 10] SEQUENCE { joinGameAction CHOICE { joinExistingGame [0] JoinExistingGame, joinNewGame [1] JoinNewGame @@ -241,7 +257,7 @@ JoinNewGame ::= SEQUENCE { gameInfo NetGameInfo } -JoinGameReplyMessage ::= [APPLICATION 10] SEQUENCE { +JoinGameReplyMessage ::= [APPLICATION 11] SEQUENCE { gameId NonZeroId, joinGameResult CHOICE { joinGameAck [0] JoinGameAck, @@ -283,7 +299,7 @@ NetGameInfo ::= SEQUENCE { manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..20001) } -GamePlayerMessage ::= [APPLICATION 11] SEQUENCE { +GamePlayerMessage ::= [APPLICATION 12] SEQUENCE { gameId NonZeroId, gamePlayerNotification CHOICE { gamePlayerJoined [0] GamePlayerJoined, @@ -322,51 +338,51 @@ RemovedFromGame ::= SEQUENCE { } } -KickPlayerRequestMessage ::= [APPLICATION 12] SEQUENCE { +KickPlayerRequestMessage ::= [APPLICATION 13] SEQUENCE { gameId NonZeroId, playerId NonZeroId } -LeaveGameRequestMessage ::= [APPLICATION 13] SEQUENCE { +LeaveGameRequestMessage ::= [APPLICATION 14] SEQUENCE { gameId NonZeroId } -StartEventMessage ::= [APPLICATION 14] SEQUENCE { +StartEventMessage ::= [APPLICATION 15] SEQUENCE { gameId NonZeroId, fillWithComputerPlayers BOOLEAN } -StartEventAckMessage ::= [APPLICATION 15] SEQUENCE { +StartEventAckMessage ::= [APPLICATION 16] SEQUENCE { gameId NonZeroId } -GameStartMessage ::= [APPLICATION 16] SEQUENCE { +GameStartMessage ::= [APPLICATION 17] SEQUENCE { gameId NonZeroId, startDealerPlayerId NonZeroId, playerSeats SEQUENCE SIZE(2..10) OF NonZeroId } -HandStartMessage ::= [APPLICATION 17] SEQUENCE { +HandStartMessage ::= [APPLICATION 18] SEQUENCE { gameId NonZeroId, yourCard1 Card, yourCard2 Card, smallBlind INTEGER(1..20001) } -PlayersTurnMessage ::= [APPLICATION 18] SEQUENCE { +PlayersTurnMessage ::= [APPLICATION 19] SEQUENCE { gameId NonZeroId, playerId NonZeroId, gameState NetGameState } -MyActionRequestMessage ::= [APPLICATION 19] SEQUENCE { +MyActionRequestMessage ::= [APPLICATION 20] SEQUENCE { gameId NonZeroId, gameState NetGameState, myAction NetPlayerAction, myRelativeBet INTEGER(0..10000000) } -YourActionRejectedMessage ::= [APPLICATION 20] SEQUENCE { +YourActionRejectedMessage ::= [APPLICATION 21] SEQUENCE { gameId NonZeroId, gameState NetGameState, yourAction NetPlayerAction, @@ -378,7 +394,7 @@ YourActionRejectedMessage ::= [APPLICATION 20] SEQUENCE { } } -PlayersActionDoneMessage ::= [APPLICATION 21] SEQUENCE { +PlayersActionDoneMessage ::= [APPLICATION 22] SEQUENCE { gameId NonZeroId, playerId NonZeroId, gameState NetGameState, @@ -389,24 +405,24 @@ PlayersActionDoneMessage ::= [APPLICATION 21] SEQUENCE { minimumRaise INTEGER(0..10000000) -- TODO } -DealFlopCardsMessage ::= [APPLICATION 22] SEQUENCE { +DealFlopCardsMessage ::= [APPLICATION 23] SEQUENCE { gameId NonZeroId, flopCard1 Card, flopCard2 Card, flopCard3 Card } -DealTurnCardMessage ::= [APPLICATION 23] SEQUENCE { +DealTurnCardMessage ::= [APPLICATION 24] SEQUENCE { gameId NonZeroId, turnCard Card } -DealRiverCardMessage ::= [APPLICATION 24] SEQUENCE { +DealRiverCardMessage ::= [APPLICATION 25] SEQUENCE { gameId NonZeroId, riverCard Card } -AllInShowCardsMessage ::= [APPLICATION 25] SEQUENCE { +AllInShowCardsMessage ::= [APPLICATION 26] SEQUENCE { gameId NonZeroId, playersAllIn SEQUENCE SIZE(1..10) OF PlayerAllIn } @@ -417,7 +433,7 @@ PlayerAllIn ::= SEQUENCE { allInCard2 Card } -EndOfHandMessage ::= [APPLICATION 26] SEQUENCE { +EndOfHandMessage ::= [APPLICATION 27] SEQUENCE { gameId NonZeroId, endOfHandType CHOICE { endOfHandShowCards [0] EndOfHandShowCards, @@ -445,7 +461,7 @@ EndOfHandHideCards ::= SEQUENCE { playerMoney INTEGER(0..10000000) } -EndOfGameMessage ::= [APPLICATION 27] SEQUENCE { +EndOfGameMessage ::= [APPLICATION 28] SEQUENCE { gameId NonZeroId, winnerPlayerId NonZeroId } diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 4f2cc1b4..ae100fe2 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -33,6 +33,10 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/AnonymousLogin.h \ src/third_party/asn1/AskKickDeniedMessage.h \ src/third_party/asn1/AskKickPlayerMessage.h \ + src/third_party/asn1/AuthMessage.h \ + src/third_party/asn1/AuthClientResponse.h \ + src/third_party/asn1/AuthServerChallenge.h \ + src/third_party/asn1/AuthServerVerification.h \ src/third_party/asn1/asn_application.h \ src/third_party/asn1/asn_codecs.h \ src/third_party/asn1/asn_codecs_prim.h \ @@ -155,6 +159,10 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/CleanerInitAckMessage.c \ src/third_party/asn1/CleanerChatRequestMessage.c \ src/third_party/asn1/CleanerChatReplyMessage.c \ + src/third_party/asn1/AuthMessage.c \ + src/third_party/asn1/AuthClientResponse.c \ + src/third_party/asn1/AuthServerChallenge.c \ + src/third_party/asn1/AuthServerVerification.c \ src/third_party/asn1/AllInShowCardsMessage.c \ src/third_party/asn1/YourActionRejectedMessage.c \ src/third_party/asn1/xer_support.c \ @@ -285,7 +293,7 @@ mac { # for universal-compilation on PPC-Mac uncomment the following line # on Intel-Mac you have to comment this line out or build will fail. # QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk/ - INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/ + INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/ INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers } diff --git a/src/third_party/asn1/AllInShowCardsMessage.c b/src/third_party/asn1/AllInShowCardsMessage.c index c6ff2517..af508fa4 100644 --- a/src/third_party/asn1/AllInShowCardsMessage.c +++ b/src/third_party/asn1/AllInShowCardsMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -99,12 +100,12 @@ static asn_TYPE_member_t asn_MBR_AllInShowCardsMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_AllInShowCardsMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (25 << 2)), + (ASN_TAG_CLASS_APPLICATION | (26 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AllInShowCardsMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 410 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* playersAllIn at 412 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 426 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* playersAllIn at 428 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AllInShowCardsMessage_specs_1 = { sizeof(struct AllInShowCardsMessage), diff --git a/src/third_party/asn1/AllInShowCardsMessage.h b/src/third_party/asn1/AllInShowCardsMessage.h index cc3b7ac8..70cec57a 100644 --- a/src/third_party/asn1/AllInShowCardsMessage.h +++ b/src/third_party/asn1/AllInShowCardsMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AllInShowCardsMessage_H_ diff --git a/src/third_party/asn1/AnonymousLogin.c b/src/third_party/asn1/AnonymousLogin.c index 2dec6c57..fb8a326f 100644 --- a/src/third_party/asn1/AnonymousLogin.c +++ b/src/third_party/asn1/AnonymousLogin.c @@ -2,79 +2,24 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include #include "AnonymousLogin.h" -static int -memb_playerName_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, - asn_app_constraint_failed_f *ctfailcb, void *app_key) { - const UTF8String_t *st = (const UTF8String_t *)sptr; - size_t size; - - if(!sptr) { - _ASN_CTFAIL(app_key, td, sptr, - "%s: value not given (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } - - size = UTF8String_length(st); - if((ssize_t)size < 0) { - _ASN_CTFAIL(app_key, td, sptr, - "%s: UTF-8: broken encoding (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } - - if((size >= 1 && size <= 32)) { - /* Constraint check succeeded */ - return 0; - } else { - _ASN_CTFAIL(app_key, td, sptr, - "%s: constraint failed (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } -} - -static asn_TYPE_member_t asn_MBR_AnonymousLogin_1[] = { - { ATF_NOFLAGS, 0, offsetof(struct AnonymousLogin, playerName), - (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), - 0, - &asn_DEF_UTF8String, - memb_playerName_constraint_1, - 0, /* PER is not compiled, use -gen-PER */ - 0, - "playerName" - }, - { ATF_POINTER, 1, offsetof(struct AnonymousLogin, avatar), - (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), - 0, - &asn_DEF_AvatarHash, - 0, /* Defer constraints checking to the member type */ - 0, /* PER is not compiled, use -gen-PER */ - 0, - "avatar" - }, -}; static ber_tlv_tag_t asn_DEF_AnonymousLogin_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; -static asn_TYPE_tag2member_t asn_MAP_AnonymousLogin_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* avatar at 87 */ - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 } /* playerName at 86 */ -}; static asn_SEQUENCE_specifics_t asn_SPC_AnonymousLogin_specs_1 = { sizeof(struct AnonymousLogin), offsetof(struct AnonymousLogin, _asn_ctx), - asn_MAP_AnonymousLogin_tag2el_1, - 2, /* Count of tags in the map */ + 0, /* No top level tags */ + 0, /* No tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ - 1, /* Start extensions */ - 3 /* Stop extensions */ + -1, /* Start extensions */ + -1 /* Stop extensions */ }; asn_TYPE_descriptor_t asn_DEF_AnonymousLogin = { "AnonymousLogin", @@ -95,8 +40,7 @@ asn_TYPE_descriptor_t asn_DEF_AnonymousLogin = { sizeof(asn_DEF_AnonymousLogin_tags_1) /sizeof(asn_DEF_AnonymousLogin_tags_1[0]), /* 1 */ 0, /* No PER visible constraints */ - asn_MBR_AnonymousLogin_1, - 2, /* Elements count */ + 0, 0, /* No members */ &asn_SPC_AnonymousLogin_specs_1 /* Additional specs */ }; diff --git a/src/third_party/asn1/AnonymousLogin.h b/src/third_party/asn1/AnonymousLogin.h index 7f66e1b2..77cac897 100644 --- a/src/third_party/asn1/AnonymousLogin.h +++ b/src/third_party/asn1/AnonymousLogin.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AnonymousLogin_H_ @@ -11,8 +12,6 @@ #include /* Including external dependencies */ -#include -#include "AvatarHash.h" #include #ifdef __cplusplus @@ -21,8 +20,6 @@ extern "C" { /* AnonymousLogin */ typedef struct AnonymousLogin { - UTF8String_t playerName; - AvatarHash_t *avatar /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. diff --git a/src/third_party/asn1/AskKickDeniedMessage.c b/src/third_party/asn1/AskKickDeniedMessage.c index 26f3f299..40ccd0c6 100644 --- a/src/third_party/asn1/AskKickDeniedMessage.c +++ b/src/third_party/asn1/AskKickDeniedMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -165,9 +166,9 @@ static ber_tlv_tag_t asn_DEF_AskKickDeniedMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AskKickDeniedMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 459 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 460 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 0 } /* kickDeniedReason at 462 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 475 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 476 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 0 } /* kickDeniedReason at 478 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AskKickDeniedMessage_specs_1 = { sizeof(struct AskKickDeniedMessage), diff --git a/src/third_party/asn1/AskKickDeniedMessage.h b/src/third_party/asn1/AskKickDeniedMessage.h index 430441f2..741b902e 100644 --- a/src/third_party/asn1/AskKickDeniedMessage.h +++ b/src/third_party/asn1/AskKickDeniedMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AskKickDeniedMessage_H_ diff --git a/src/third_party/asn1/AskKickPlayerMessage.c b/src/third_party/asn1/AskKickPlayerMessage.c index ac211e87..f895f5af 100644 --- a/src/third_party/asn1/AskKickPlayerMessage.c +++ b/src/third_party/asn1/AskKickPlayerMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -33,8 +34,8 @@ static ber_tlv_tag_t asn_DEF_AskKickPlayerMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AskKickPlayerMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 454 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 456 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 470 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 472 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AskKickPlayerMessage_specs_1 = { sizeof(struct AskKickPlayerMessage), diff --git a/src/third_party/asn1/AskKickPlayerMessage.h b/src/third_party/asn1/AskKickPlayerMessage.h index 9ce6e439..12d490d3 100644 --- a/src/third_party/asn1/AskKickPlayerMessage.h +++ b/src/third_party/asn1/AskKickPlayerMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AskKickPlayerMessage_H_ diff --git a/src/third_party/asn1/AuthenticatedLogin.c b/src/third_party/asn1/AuthenticatedLogin.c index 87136527..daf1015c 100644 --- a/src/third_party/asn1/AuthenticatedLogin.c +++ b/src/third_party/asn1/AuthenticatedLogin.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -9,9 +10,9 @@ #include "AuthenticatedLogin.h" static int -memb_playerName_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, +memb_clientUserData_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { - const UTF8String_t *st = (const UTF8String_t *)sptr; + const OCTET_STRING_t *st = (const OCTET_STRING_t *)sptr; size_t size; if(!sptr) { @@ -21,47 +22,9 @@ memb_playerName_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, return -1; } - size = UTF8String_length(st); - if((ssize_t)size < 0) { - _ASN_CTFAIL(app_key, td, sptr, - "%s: UTF-8: broken encoding (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } + size = st->size; - if((size >= 1 && size <= 32)) { - /* Constraint check succeeded */ - return 0; - } else { - _ASN_CTFAIL(app_key, td, sptr, - "%s: constraint failed (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } -} - -static int -memb_password_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, - asn_app_constraint_failed_f *ctfailcb, void *app_key) { - const UTF8String_t *st = (const UTF8String_t *)sptr; - size_t size; - - if(!sptr) { - _ASN_CTFAIL(app_key, td, sptr, - "%s: value not given (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } - - size = UTF8String_length(st); - if((ssize_t)size < 0) { - _ASN_CTFAIL(app_key, td, sptr, - "%s: UTF-8: broken encoding (%s:%d)", - td->name, __FILE__, __LINE__); - return -1; - } - - if((size >= 1 && size <= 32)) { + if((size >= 1 && size <= 256)) { /* Constraint check succeeded */ return 0; } else { @@ -73,23 +36,14 @@ memb_password_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, } static asn_TYPE_member_t asn_MBR_AuthenticatedLogin_1[] = { - { ATF_NOFLAGS, 0, offsetof(struct AuthenticatedLogin, playerName), - (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), + { ATF_NOFLAGS, 0, offsetof(struct AuthenticatedLogin, clientUserData), + (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, - &asn_DEF_UTF8String, - memb_playerName_constraint_1, + &asn_DEF_OCTET_STRING, + memb_clientUserData_constraint_1, 0, /* PER is not compiled, use -gen-PER */ 0, - "playerName" - }, - { ATF_NOFLAGS, 0, offsetof(struct AuthenticatedLogin, password), - (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), - 0, - &asn_DEF_UTF8String, - memb_password_constraint_1, - 0, /* PER is not compiled, use -gen-PER */ - 0, - "password" + "clientUserData" }, { ATF_POINTER, 1, offsetof(struct AuthenticatedLogin, avatar), (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), @@ -105,18 +59,17 @@ static ber_tlv_tag_t asn_DEF_AuthenticatedLogin_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AuthenticatedLogin_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 2, 0, 0 }, /* avatar at 94 */ - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 1 }, /* playerName at 92 */ - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, -1, 0 } /* password at 93 */ + { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 1 }, /* clientUserData at 91 */ + { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, -1, 0 } /* avatar at 92 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AuthenticatedLogin_specs_1 = { sizeof(struct AuthenticatedLogin), offsetof(struct AuthenticatedLogin, _asn_ctx), asn_MAP_AuthenticatedLogin_tag2el_1, - 3, /* Count of tags in the map */ + 2, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ - 2, /* Start extensions */ - 4 /* Stop extensions */ + 1, /* Start extensions */ + 3 /* Stop extensions */ }; asn_TYPE_descriptor_t asn_DEF_AuthenticatedLogin = { "AuthenticatedLogin", @@ -138,7 +91,7 @@ asn_TYPE_descriptor_t asn_DEF_AuthenticatedLogin = { /sizeof(asn_DEF_AuthenticatedLogin_tags_1[0]), /* 1 */ 0, /* No PER visible constraints */ asn_MBR_AuthenticatedLogin_1, - 3, /* Elements count */ + 2, /* Elements count */ &asn_SPC_AuthenticatedLogin_specs_1 /* Additional specs */ }; diff --git a/src/third_party/asn1/AuthenticatedLogin.h b/src/third_party/asn1/AuthenticatedLogin.h index bad8cf6f..b0178e64 100644 --- a/src/third_party/asn1/AuthenticatedLogin.h +++ b/src/third_party/asn1/AuthenticatedLogin.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AuthenticatedLogin_H_ @@ -11,7 +12,7 @@ #include /* Including external dependencies */ -#include +#include #include "AvatarHash.h" #include @@ -21,8 +22,7 @@ extern "C" { /* AuthenticatedLogin */ typedef struct AuthenticatedLogin { - UTF8String_t playerName; - UTF8String_t password; + OCTET_STRING_t clientUserData; AvatarHash_t *avatar /* OPTIONAL */; /* * This type is extensible, diff --git a/src/third_party/asn1/AvatarData.c b/src/third_party/asn1/AvatarData.c index ef350989..22f3670c 100644 --- a/src/third_party/asn1/AvatarData.c +++ b/src/third_party/asn1/AvatarData.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -49,7 +50,7 @@ static ber_tlv_tag_t asn_DEF_AvatarData_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AvatarData_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 } /* avatarBlock at 128 */ + { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 0, 0, 0 } /* avatarBlock at 144 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AvatarData_specs_1 = { sizeof(struct AvatarData), diff --git a/src/third_party/asn1/AvatarData.h b/src/third_party/asn1/AvatarData.h index 5a8f66ca..64e54ceb 100644 --- a/src/third_party/asn1/AvatarData.h +++ b/src/third_party/asn1/AvatarData.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarData_H_ diff --git a/src/third_party/asn1/AvatarEnd.c b/src/third_party/asn1/AvatarEnd.c index b97f260b..2727f723 100644 --- a/src/third_party/asn1/AvatarEnd.c +++ b/src/third_party/asn1/AvatarEnd.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/AvatarEnd.h b/src/third_party/asn1/AvatarEnd.h index 3c1e13f6..94b0f6fc 100644 --- a/src/third_party/asn1/AvatarEnd.h +++ b/src/third_party/asn1/AvatarEnd.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarEnd_H_ diff --git a/src/third_party/asn1/AvatarHash.c b/src/third_party/asn1/AvatarHash.c index e2f6650f..177a0dc6 100644 --- a/src/third_party/asn1/AvatarHash.c +++ b/src/third_party/asn1/AvatarHash.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/AvatarHash.h b/src/third_party/asn1/AvatarHash.h index 2da15d74..d3b0828f 100644 --- a/src/third_party/asn1/AvatarHash.h +++ b/src/third_party/asn1/AvatarHash.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarHash_H_ diff --git a/src/third_party/asn1/AvatarHeader.c b/src/third_party/asn1/AvatarHeader.c index 163ca7d6..96bd3848 100644 --- a/src/third_party/asn1/AvatarHeader.c +++ b/src/third_party/asn1/AvatarHeader.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -57,8 +58,8 @@ static ber_tlv_tag_t asn_DEF_AvatarHeader_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AvatarHeader_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* avatarSize at 124 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* avatarType at 123 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* avatarSize at 140 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* avatarType at 139 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AvatarHeader_specs_1 = { sizeof(struct AvatarHeader), diff --git a/src/third_party/asn1/AvatarHeader.h b/src/third_party/asn1/AvatarHeader.h index 3653a4e9..11fec531 100644 --- a/src/third_party/asn1/AvatarHeader.h +++ b/src/third_party/asn1/AvatarHeader.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarHeader_H_ diff --git a/src/third_party/asn1/AvatarReplyMessage.c b/src/third_party/asn1/AvatarReplyMessage.c index 1729ef3e..70a43848 100644 --- a/src/third_party/asn1/AvatarReplyMessage.c +++ b/src/third_party/asn1/AvatarReplyMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -47,10 +48,10 @@ static asn_TYPE_member_t asn_MBR_avatarResult_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_avatarResult_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* avatarHeader at 115 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* avatarData at 116 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* avatarEnd at 117 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* unknownAvatar at 119 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* avatarHeader at 131 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* avatarData at 132 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* avatarEnd at 133 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* unknownAvatar at 135 */ }; static asn_CHOICE_specifics_t asn_SPC_avatarResult_specs_3 = { sizeof(struct avatarResult), @@ -106,15 +107,15 @@ static asn_TYPE_member_t asn_MBR_AvatarReplyMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_AvatarReplyMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (3 << 2)), + (ASN_TAG_CLASS_APPLICATION | (4 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AvatarReplyMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* requestId at 113 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* avatarHeader at 115 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* avatarData at 116 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* avatarEnd at 117 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* unknownAvatar at 119 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* requestId at 129 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* avatarHeader at 131 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* avatarData at 132 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* avatarEnd at 133 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* unknownAvatar at 135 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AvatarReplyMessage_specs_1 = { sizeof(struct AvatarReplyMessage), diff --git a/src/third_party/asn1/AvatarReplyMessage.h b/src/third_party/asn1/AvatarReplyMessage.h index d775bbbd..91f02951 100644 --- a/src/third_party/asn1/AvatarReplyMessage.h +++ b/src/third_party/asn1/AvatarReplyMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarReplyMessage_H_ diff --git a/src/third_party/asn1/AvatarRequestMessage.c b/src/third_party/asn1/AvatarRequestMessage.c index cf9e7e87..e650c029 100644 --- a/src/third_party/asn1/AvatarRequestMessage.c +++ b/src/third_party/asn1/AvatarRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_AvatarRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_AvatarRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (2 << 2)), + (ASN_TAG_CLASS_APPLICATION | (3 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_AvatarRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* requestId at 108 */ - { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 } /* avatar at 110 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* requestId at 124 */ + { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 } /* avatar at 126 */ }; static asn_SEQUENCE_specifics_t asn_SPC_AvatarRequestMessage_specs_1 = { sizeof(struct AvatarRequestMessage), diff --git a/src/third_party/asn1/AvatarRequestMessage.h b/src/third_party/asn1/AvatarRequestMessage.h index 0b131751..6e5f5f16 100644 --- a/src/third_party/asn1/AvatarRequestMessage.h +++ b/src/third_party/asn1/AvatarRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _AvatarRequestMessage_H_ diff --git a/src/third_party/asn1/Card.c b/src/third_party/asn1/Card.c index 7887f7fc..716773db 100644 --- a/src/third_party/asn1/Card.c +++ b/src/third_party/asn1/Card.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/Card.h b/src/third_party/asn1/Card.h index 40d23bf3..ad6c6121 100644 --- a/src/third_party/asn1/Card.h +++ b/src/third_party/asn1/Card.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _Card_H_ diff --git a/src/third_party/asn1/ChatCleanerMessage.c b/src/third_party/asn1/ChatCleanerMessage.c index d9a26f40..91aa4e38 100644 --- a/src/third_party/asn1/ChatCleanerMessage.c +++ b/src/third_party/asn1/ChatCleanerMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/ChatCleanerMessage.h b/src/third_party/asn1/ChatCleanerMessage.h index 38d4863e..bb58c1d7 100644 --- a/src/third_party/asn1/ChatCleanerMessage.h +++ b/src/third_party/asn1/ChatCleanerMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatCleanerMessage_H_ diff --git a/src/third_party/asn1/ChatMessage.c b/src/third_party/asn1/ChatMessage.c index 04cfd5d5..40a8992a 100644 --- a/src/third_party/asn1/ChatMessage.c +++ b/src/third_party/asn1/ChatMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -79,10 +80,10 @@ static asn_TYPE_member_t asn_MBR_chatType_2[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_chatType_tag2el_2[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatTypeLobby at 554 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* chatTypeGame at 555 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* chatTypeBot at 556 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* chatTypeBroadcast at 558 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatTypeLobby at 570 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* chatTypeGame at 571 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* chatTypeBot at 572 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* chatTypeBroadcast at 574 */ }; static asn_CHOICE_specifics_t asn_SPC_chatType_specs_2 = { sizeof(struct chatType), @@ -142,11 +143,11 @@ static ber_tlv_tag_t asn_DEF_ChatMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ChatMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* chatText at 559 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatTypeLobby at 554 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* chatTypeGame at 555 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 0, 0, 0 }, /* chatTypeBot at 556 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, 0, 0 } /* chatTypeBroadcast at 558 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* chatText at 575 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatTypeLobby at 570 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* chatTypeGame at 571 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 0, 0, 0 }, /* chatTypeBot at 572 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 0, 0, 0 } /* chatTypeBroadcast at 574 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ChatMessage_specs_1 = { sizeof(struct ChatMessage), diff --git a/src/third_party/asn1/ChatMessage.h b/src/third_party/asn1/ChatMessage.h index b5d8a882..8aab240b 100644 --- a/src/third_party/asn1/ChatMessage.h +++ b/src/third_party/asn1/ChatMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatMessage_H_ diff --git a/src/third_party/asn1/ChatRequestMessage.c b/src/third_party/asn1/ChatRequestMessage.c index fa8c6688..bfd40028 100644 --- a/src/third_party/asn1/ChatRequestMessage.c +++ b/src/third_party/asn1/ChatRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -61,8 +62,8 @@ static asn_TYPE_member_t asn_MBR_chatRequestType_2[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_chatRequestType_tag2el_2[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatRequestTypeLobby at 539 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* chatRequestTypeGame at 541 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatRequestTypeLobby at 555 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* chatRequestTypeGame at 557 */ }; static asn_CHOICE_specifics_t asn_SPC_chatRequestType_specs_2 = { sizeof(struct chatRequestType), @@ -122,9 +123,9 @@ static ber_tlv_tag_t asn_DEF_ChatRequestMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ChatRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* chatText at 542 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatRequestTypeLobby at 539 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 } /* chatRequestTypeGame at 541 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* chatText at 558 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* chatRequestTypeLobby at 555 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 } /* chatRequestTypeGame at 557 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ChatRequestMessage_specs_1 = { sizeof(struct ChatRequestMessage), diff --git a/src/third_party/asn1/ChatRequestMessage.h b/src/third_party/asn1/ChatRequestMessage.h index 43e5fd99..c0ff9bdb 100644 --- a/src/third_party/asn1/ChatRequestMessage.h +++ b/src/third_party/asn1/ChatRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatRequestMessage_H_ diff --git a/src/third_party/asn1/ChatRequestTypeGame.c b/src/third_party/asn1/ChatRequestTypeGame.c index 25e8e1b5..1ea2eda1 100644 --- a/src/third_party/asn1/ChatRequestTypeGame.c +++ b/src/third_party/asn1/ChatRequestTypeGame.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_ChatRequestTypeGame_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ChatRequestTypeGame_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 550 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 566 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ChatRequestTypeGame_specs_1 = { sizeof(struct ChatRequestTypeGame), diff --git a/src/third_party/asn1/ChatRequestTypeGame.h b/src/third_party/asn1/ChatRequestTypeGame.h index 5ff6586d..a3d91790 100644 --- a/src/third_party/asn1/ChatRequestTypeGame.h +++ b/src/third_party/asn1/ChatRequestTypeGame.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatRequestTypeGame_H_ diff --git a/src/third_party/asn1/ChatRequestTypeLobby.c b/src/third_party/asn1/ChatRequestTypeLobby.c index a0994277..78e63eb4 100644 --- a/src/third_party/asn1/ChatRequestTypeLobby.c +++ b/src/third_party/asn1/ChatRequestTypeLobby.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/ChatRequestTypeLobby.h b/src/third_party/asn1/ChatRequestTypeLobby.h index c9431a57..7e9e43a3 100644 --- a/src/third_party/asn1/ChatRequestTypeLobby.h +++ b/src/third_party/asn1/ChatRequestTypeLobby.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatRequestTypeLobby_H_ diff --git a/src/third_party/asn1/ChatTypeBot.c b/src/third_party/asn1/ChatTypeBot.c index 70872740..5968d414 100644 --- a/src/third_party/asn1/ChatTypeBot.c +++ b/src/third_party/asn1/ChatTypeBot.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/ChatTypeBot.h b/src/third_party/asn1/ChatTypeBot.h index 6f3efa25..2b7bf072 100644 --- a/src/third_party/asn1/ChatTypeBot.h +++ b/src/third_party/asn1/ChatTypeBot.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatTypeBot_H_ diff --git a/src/third_party/asn1/ChatTypeBroadcast.c b/src/third_party/asn1/ChatTypeBroadcast.c index 85c9a4d1..b8a47adb 100644 --- a/src/third_party/asn1/ChatTypeBroadcast.c +++ b/src/third_party/asn1/ChatTypeBroadcast.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/ChatTypeBroadcast.h b/src/third_party/asn1/ChatTypeBroadcast.h index d2b86c0f..55b0091c 100644 --- a/src/third_party/asn1/ChatTypeBroadcast.h +++ b/src/third_party/asn1/ChatTypeBroadcast.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatTypeBroadcast_H_ diff --git a/src/third_party/asn1/ChatTypeGame.c b/src/third_party/asn1/ChatTypeGame.c index b48013cd..cf6af5d7 100644 --- a/src/third_party/asn1/ChatTypeGame.c +++ b/src/third_party/asn1/ChatTypeGame.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -32,8 +33,8 @@ static ber_tlv_tag_t asn_DEF_ChatTypeGame_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ChatTypeGame_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 567 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 569 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 583 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 585 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ChatTypeGame_specs_1 = { sizeof(struct ChatTypeGame), diff --git a/src/third_party/asn1/ChatTypeGame.h b/src/third_party/asn1/ChatTypeGame.h index b897f1ce..70cc0d8a 100644 --- a/src/third_party/asn1/ChatTypeGame.h +++ b/src/third_party/asn1/ChatTypeGame.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatTypeGame_H_ diff --git a/src/third_party/asn1/ChatTypeLobby.c b/src/third_party/asn1/ChatTypeLobby.c index 5de8ca26..743391af 100644 --- a/src/third_party/asn1/ChatTypeLobby.c +++ b/src/third_party/asn1/ChatTypeLobby.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_ChatTypeLobby_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ChatTypeLobby_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 564 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 580 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ChatTypeLobby_specs_1 = { sizeof(struct ChatTypeLobby), diff --git a/src/third_party/asn1/ChatTypeLobby.h b/src/third_party/asn1/ChatTypeLobby.h index 40644c8f..10b8dad2 100644 --- a/src/third_party/asn1/ChatTypeLobby.h +++ b/src/third_party/asn1/ChatTypeLobby.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ChatTypeLobby_H_ diff --git a/src/third_party/asn1/CleanerChatReplyMessage.c b/src/third_party/asn1/CleanerChatReplyMessage.c index f288e0ef..b52ffce9 100644 --- a/src/third_party/asn1/CleanerChatReplyMessage.c +++ b/src/third_party/asn1/CleanerChatReplyMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/CleanerChatReplyMessage.h b/src/third_party/asn1/CleanerChatReplyMessage.h index 1d05f97e..ce488dbb 100644 --- a/src/third_party/asn1/CleanerChatReplyMessage.h +++ b/src/third_party/asn1/CleanerChatReplyMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #ifndef _CleanerChatReplyMessage_H_ diff --git a/src/third_party/asn1/CleanerChatRequestMessage.c b/src/third_party/asn1/CleanerChatRequestMessage.c index 57b4cf35..f0ca1303 100644 --- a/src/third_party/asn1/CleanerChatRequestMessage.c +++ b/src/third_party/asn1/CleanerChatRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/CleanerChatRequestMessage.h b/src/third_party/asn1/CleanerChatRequestMessage.h index 41198cfc..08c59c8d 100644 --- a/src/third_party/asn1/CleanerChatRequestMessage.h +++ b/src/third_party/asn1/CleanerChatRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #ifndef _CleanerChatRequestMessage_H_ diff --git a/src/third_party/asn1/CleanerInitAckMessage.c b/src/third_party/asn1/CleanerInitAckMessage.c index be967e18..47869479 100644 --- a/src/third_party/asn1/CleanerInitAckMessage.c +++ b/src/third_party/asn1/CleanerInitAckMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/CleanerInitAckMessage.h b/src/third_party/asn1/CleanerInitAckMessage.h index 2ac671b7..efbe9e76 100644 --- a/src/third_party/asn1/CleanerInitAckMessage.h +++ b/src/third_party/asn1/CleanerInitAckMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #ifndef _CleanerInitAckMessage_H_ diff --git a/src/third_party/asn1/CleanerInitMessage.c b/src/third_party/asn1/CleanerInitMessage.c index 5b2309c1..04455f9c 100644 --- a/src/third_party/asn1/CleanerInitMessage.c +++ b/src/third_party/asn1/CleanerInitMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/CleanerInitMessage.h b/src/third_party/asn1/CleanerInitMessage.h index a3458f17..86f5fdeb 100644 --- a/src/third_party/asn1/CleanerInitMessage.h +++ b/src/third_party/asn1/CleanerInitMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "CHATCLEANER-PROTOCOL" * found in "../../../docs/chatcleaner.asn1" + * `asn1c -fnative-types` */ #ifndef _CleanerInitMessage_H_ diff --git a/src/third_party/asn1/DealFlopCardsMessage.c b/src/third_party/asn1/DealFlopCardsMessage.c index 3773137b..8cc658a5 100644 --- a/src/third_party/asn1/DealFlopCardsMessage.c +++ b/src/third_party/asn1/DealFlopCardsMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -47,14 +48,14 @@ static asn_TYPE_member_t asn_MBR_DealFlopCardsMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_DealFlopCardsMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (22 << 2)), + (ASN_TAG_CLASS_APPLICATION | (23 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_DealFlopCardsMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 393 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* flopCard1 at 394 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* flopCard2 at 395 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 } /* flopCard3 at 397 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 409 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* flopCard1 at 410 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* flopCard2 at 411 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 } /* flopCard3 at 413 */ }; static asn_SEQUENCE_specifics_t asn_SPC_DealFlopCardsMessage_specs_1 = { sizeof(struct DealFlopCardsMessage), diff --git a/src/third_party/asn1/DealFlopCardsMessage.h b/src/third_party/asn1/DealFlopCardsMessage.h index c38ceb46..2b2c2327 100644 --- a/src/third_party/asn1/DealFlopCardsMessage.h +++ b/src/third_party/asn1/DealFlopCardsMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _DealFlopCardsMessage_H_ diff --git a/src/third_party/asn1/DealRiverCardMessage.c b/src/third_party/asn1/DealRiverCardMessage.c index 15ffde89..d0033315 100644 --- a/src/third_party/asn1/DealRiverCardMessage.c +++ b/src/third_party/asn1/DealRiverCardMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_DealRiverCardMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_DealRiverCardMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (24 << 2)), + (ASN_TAG_CLASS_APPLICATION | (25 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_DealRiverCardMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 405 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* riverCard at 407 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 421 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* riverCard at 423 */ }; static asn_SEQUENCE_specifics_t asn_SPC_DealRiverCardMessage_specs_1 = { sizeof(struct DealRiverCardMessage), diff --git a/src/third_party/asn1/DealRiverCardMessage.h b/src/third_party/asn1/DealRiverCardMessage.h index 91330795..71e9ee39 100644 --- a/src/third_party/asn1/DealRiverCardMessage.h +++ b/src/third_party/asn1/DealRiverCardMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _DealRiverCardMessage_H_ diff --git a/src/third_party/asn1/DealTurnCardMessage.c b/src/third_party/asn1/DealTurnCardMessage.c index 1b04826a..123a171f 100644 --- a/src/third_party/asn1/DealTurnCardMessage.c +++ b/src/third_party/asn1/DealTurnCardMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_DealTurnCardMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_DealTurnCardMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (23 << 2)), + (ASN_TAG_CLASS_APPLICATION | (24 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_DealTurnCardMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 400 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* turnCard at 402 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 416 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* turnCard at 418 */ }; static asn_SEQUENCE_specifics_t asn_SPC_DealTurnCardMessage_specs_1 = { sizeof(struct DealTurnCardMessage), diff --git a/src/third_party/asn1/DealTurnCardMessage.h b/src/third_party/asn1/DealTurnCardMessage.h index 9b857401..1034199a 100644 --- a/src/third_party/asn1/DealTurnCardMessage.h +++ b/src/third_party/asn1/DealTurnCardMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _DealTurnCardMessage_H_ diff --git a/src/third_party/asn1/DialogMessage.c b/src/third_party/asn1/DialogMessage.c index 2d29c399..05159656 100644 --- a/src/third_party/asn1/DialogMessage.c +++ b/src/third_party/asn1/DialogMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -56,7 +57,7 @@ static ber_tlv_tag_t asn_DEF_DialogMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_DialogMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 } /* notificationText at 578 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 } /* notificationText at 594 */ }; static asn_SEQUENCE_specifics_t asn_SPC_DialogMessage_specs_1 = { sizeof(struct DialogMessage), diff --git a/src/third_party/asn1/DialogMessage.h b/src/third_party/asn1/DialogMessage.h index e4c97f0b..993ce05e 100644 --- a/src/third_party/asn1/DialogMessage.h +++ b/src/third_party/asn1/DialogMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _DialogMessage_H_ diff --git a/src/third_party/asn1/EndKickPetitionMessage.c b/src/third_party/asn1/EndKickPetitionMessage.c index d971cf25..dc47bde1 100644 --- a/src/third_party/asn1/EndKickPetitionMessage.c +++ b/src/third_party/asn1/EndKickPetitionMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -240,12 +241,12 @@ static ber_tlv_tag_t asn_DEF_EndKickPetitionMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_EndKickPetitionMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 4, 0, 0 }, /* resultPlayerKicked at 517 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 513 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* petitionId at 514 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* numVotesAgainstKicking at 515 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 }, /* numVotesInFavourOfKicking at 516 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 5, 0, 0 } /* petitionEndReason at 519 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 4, 0, 0 }, /* resultPlayerKicked at 533 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 529 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* petitionId at 530 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* numVotesAgainstKicking at 531 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 }, /* numVotesInFavourOfKicking at 532 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 5, 0, 0 } /* petitionEndReason at 535 */ }; static asn_SEQUENCE_specifics_t asn_SPC_EndKickPetitionMessage_specs_1 = { sizeof(struct EndKickPetitionMessage), diff --git a/src/third_party/asn1/EndKickPetitionMessage.h b/src/third_party/asn1/EndKickPetitionMessage.h index 6c58ff99..19a22980 100644 --- a/src/third_party/asn1/EndKickPetitionMessage.h +++ b/src/third_party/asn1/EndKickPetitionMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _EndKickPetitionMessage_H_ diff --git a/src/third_party/asn1/EndOfGameMessage.c b/src/third_party/asn1/EndOfGameMessage.c index 29072769..e1c1305a 100644 --- a/src/third_party/asn1/EndOfGameMessage.c +++ b/src/third_party/asn1/EndOfGameMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_EndOfGameMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_EndOfGameMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (27 << 2)), + (ASN_TAG_CLASS_APPLICATION | (28 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_EndOfGameMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 449 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* winnerPlayerId at 451 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 465 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* winnerPlayerId at 467 */ }; static asn_SEQUENCE_specifics_t asn_SPC_EndOfGameMessage_specs_1 = { sizeof(struct EndOfGameMessage), diff --git a/src/third_party/asn1/EndOfGameMessage.h b/src/third_party/asn1/EndOfGameMessage.h index d7994801..134fea40 100644 --- a/src/third_party/asn1/EndOfGameMessage.h +++ b/src/third_party/asn1/EndOfGameMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _EndOfGameMessage_H_ diff --git a/src/third_party/asn1/EndOfHandHideCards.c b/src/third_party/asn1/EndOfHandHideCards.c index 80f22c8a..0cf47c28 100644 --- a/src/third_party/asn1/EndOfHandHideCards.c +++ b/src/third_party/asn1/EndOfHandHideCards.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -91,9 +92,9 @@ static ber_tlv_tag_t asn_DEF_EndOfHandHideCards_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_EndOfHandHideCards_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 2 }, /* playerId at 443 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 1 }, /* moneyWon at 444 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 0 } /* playerMoney at 445 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 2 }, /* playerId at 459 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 1 }, /* moneyWon at 460 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 0 } /* playerMoney at 461 */ }; static asn_SEQUENCE_specifics_t asn_SPC_EndOfHandHideCards_specs_1 = { sizeof(struct EndOfHandHideCards), diff --git a/src/third_party/asn1/EndOfHandHideCards.h b/src/third_party/asn1/EndOfHandHideCards.h index 741b5323..3610d5cd 100644 --- a/src/third_party/asn1/EndOfHandHideCards.h +++ b/src/third_party/asn1/EndOfHandHideCards.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _EndOfHandHideCards_H_ diff --git a/src/third_party/asn1/EndOfHandMessage.c b/src/third_party/asn1/EndOfHandMessage.c index b942b379..6d726f8b 100644 --- a/src/third_party/asn1/EndOfHandMessage.c +++ b/src/third_party/asn1/EndOfHandMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,8 +30,8 @@ static asn_TYPE_member_t asn_MBR_endOfHandType_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_endOfHandType_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* endOfHandShowCards at 423 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* endOfHandHideCards at 425 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* endOfHandShowCards at 439 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* endOfHandHideCards at 441 */ }; static asn_CHOICE_specifics_t asn_SPC_endOfHandType_specs_3 = { sizeof(struct endOfHandType), @@ -86,13 +87,13 @@ static asn_TYPE_member_t asn_MBR_EndOfHandMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_EndOfHandMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (26 << 2)), + (ASN_TAG_CLASS_APPLICATION | (27 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_EndOfHandMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 421 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* endOfHandShowCards at 423 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* endOfHandHideCards at 425 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 437 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* endOfHandShowCards at 439 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* endOfHandHideCards at 441 */ }; static asn_SEQUENCE_specifics_t asn_SPC_EndOfHandMessage_specs_1 = { sizeof(struct EndOfHandMessage), diff --git a/src/third_party/asn1/EndOfHandMessage.h b/src/third_party/asn1/EndOfHandMessage.h index 2365644f..0ad90dbc 100644 --- a/src/third_party/asn1/EndOfHandMessage.h +++ b/src/third_party/asn1/EndOfHandMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _EndOfHandMessage_H_ diff --git a/src/third_party/asn1/EndOfHandShowCards.c b/src/third_party/asn1/EndOfHandShowCards.c index 7f1225ae..1c764b82 100644 --- a/src/third_party/asn1/EndOfHandShowCards.c +++ b/src/third_party/asn1/EndOfHandShowCards.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -93,7 +94,7 @@ static ber_tlv_tag_t asn_DEF_EndOfHandShowCards_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_EndOfHandShowCards_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* playerResults at 430 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* playerResults at 446 */ }; static asn_SEQUENCE_specifics_t asn_SPC_EndOfHandShowCards_specs_1 = { sizeof(struct EndOfHandShowCards), diff --git a/src/third_party/asn1/EndOfHandShowCards.h b/src/third_party/asn1/EndOfHandShowCards.h index a7a86f34..a3cd769e 100644 --- a/src/third_party/asn1/EndOfHandShowCards.h +++ b/src/third_party/asn1/EndOfHandShowCards.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _EndOfHandShowCards_H_ diff --git a/src/third_party/asn1/ErrorMessage.c b/src/third_party/asn1/ErrorMessage.c index a4a4db9c..18cfba6e 100644 --- a/src/third_party/asn1/ErrorMessage.c +++ b/src/third_party/asn1/ErrorMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -165,7 +166,7 @@ static ber_tlv_tag_t asn_DEF_ErrorMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_ErrorMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* errorReason at 594 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* errorReason at 610 */ }; static asn_SEQUENCE_specifics_t asn_SPC_ErrorMessage_specs_1 = { sizeof(struct ErrorMessage), diff --git a/src/third_party/asn1/ErrorMessage.h b/src/third_party/asn1/ErrorMessage.h index 1d5d2d10..c0898eb8 100644 --- a/src/third_party/asn1/ErrorMessage.h +++ b/src/third_party/asn1/ErrorMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ErrorMessage_H_ diff --git a/src/third_party/asn1/GameAdminChanged.c b/src/third_party/asn1/GameAdminChanged.c index e553af42..7f069981 100644 --- a/src/third_party/asn1/GameAdminChanged.c +++ b/src/third_party/asn1/GameAdminChanged.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_GameAdminChanged_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameAdminChanged_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* newAdminPlayerId at 312 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* newAdminPlayerId at 328 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameAdminChanged_specs_1 = { sizeof(struct GameAdminChanged), diff --git a/src/third_party/asn1/GameAdminChanged.h b/src/third_party/asn1/GameAdminChanged.h index e0bbc874..a7b45de2 100644 --- a/src/third_party/asn1/GameAdminChanged.h +++ b/src/third_party/asn1/GameAdminChanged.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameAdminChanged_H_ diff --git a/src/third_party/asn1/GameListAdminChanged.c b/src/third_party/asn1/GameListAdminChanged.c index 5d3e9d70..22ae8310 100644 --- a/src/third_party/asn1/GameListAdminChanged.c +++ b/src/third_party/asn1/GameListAdminChanged.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_GameListAdminChanged_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListAdminChanged_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* newAdminPlayerId at 186 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* newAdminPlayerId at 202 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListAdminChanged_specs_1 = { sizeof(struct GameListAdminChanged), diff --git a/src/third_party/asn1/GameListAdminChanged.h b/src/third_party/asn1/GameListAdminChanged.h index 701bcecb..02c631d6 100644 --- a/src/third_party/asn1/GameListAdminChanged.h +++ b/src/third_party/asn1/GameListAdminChanged.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListAdminChanged_H_ diff --git a/src/third_party/asn1/GameListMessage.c b/src/third_party/asn1/GameListMessage.c index 4cce42eb..213da46a 100644 --- a/src/third_party/asn1/GameListMessage.c +++ b/src/third_party/asn1/GameListMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -56,11 +57,11 @@ static asn_TYPE_member_t asn_MBR_gameListNotification_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_gameListNotification_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gameListNew at 156 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gameListUpdate at 157 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gameListPlayerJoined at 158 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* gameListPlayerLeft at 159 */ - { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* gameListAdminChanged at 161 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gameListNew at 172 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gameListUpdate at 173 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gameListPlayerJoined at 174 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* gameListPlayerLeft at 175 */ + { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* gameListAdminChanged at 177 */ }; static asn_CHOICE_specifics_t asn_SPC_gameListNotification_specs_3 = { sizeof(struct gameListNotification), @@ -116,16 +117,16 @@ static asn_TYPE_member_t asn_MBR_GameListMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_GameListMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (5 << 2)), + (ASN_TAG_CLASS_APPLICATION | (6 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 154 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* gameListNew at 156 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gameListUpdate at 157 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* gameListPlayerJoined at 158 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 }, /* gameListPlayerLeft at 159 */ - { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 1, 0, 0 } /* gameListAdminChanged at 161 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 170 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* gameListNew at 172 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gameListUpdate at 173 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* gameListPlayerJoined at 174 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 }, /* gameListPlayerLeft at 175 */ + { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 1, 0, 0 } /* gameListAdminChanged at 177 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListMessage_specs_1 = { sizeof(struct GameListMessage), diff --git a/src/third_party/asn1/GameListMessage.h b/src/third_party/asn1/GameListMessage.h index 94fa7dbd..c371de85 100644 --- a/src/third_party/asn1/GameListMessage.h +++ b/src/third_party/asn1/GameListMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListMessage_H_ diff --git a/src/third_party/asn1/GameListNew.c b/src/third_party/asn1/GameListNew.c index 10ff2344..5815a2f2 100644 --- a/src/third_party/asn1/GameListNew.c +++ b/src/third_party/asn1/GameListNew.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -129,11 +130,11 @@ static ber_tlv_tag_t asn_DEF_GameListNew_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListNew_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isPrivate at 166 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, 0, 0 }, /* adminPlayerId at 168 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 }, /* gameMode at 165 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 1 }, /* playerIds at 167 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 4, -1, 0 } /* gameInfo at 170 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isPrivate at 182 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, 0, 0 }, /* adminPlayerId at 184 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 }, /* gameMode at 181 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 1 }, /* playerIds at 183 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 4, -1, 0 } /* gameInfo at 186 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListNew_specs_1 = { sizeof(struct GameListNew), diff --git a/src/third_party/asn1/GameListNew.h b/src/third_party/asn1/GameListNew.h index a9caf72f..86a7f64c 100644 --- a/src/third_party/asn1/GameListNew.h +++ b/src/third_party/asn1/GameListNew.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListNew_H_ diff --git a/src/third_party/asn1/GameListPlayerJoined.c b/src/third_party/asn1/GameListPlayerJoined.c index d2e116a9..6e67403d 100644 --- a/src/third_party/asn1/GameListPlayerJoined.c +++ b/src/third_party/asn1/GameListPlayerJoined.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_GameListPlayerJoined_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListPlayerJoined_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 178 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 194 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListPlayerJoined_specs_1 = { sizeof(struct GameListPlayerJoined), diff --git a/src/third_party/asn1/GameListPlayerJoined.h b/src/third_party/asn1/GameListPlayerJoined.h index 9cbd33cc..f3f83cea 100644 --- a/src/third_party/asn1/GameListPlayerJoined.h +++ b/src/third_party/asn1/GameListPlayerJoined.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListPlayerJoined_H_ diff --git a/src/third_party/asn1/GameListPlayerLeft.c b/src/third_party/asn1/GameListPlayerLeft.c index 6d993b9a..0a087d1f 100644 --- a/src/third_party/asn1/GameListPlayerLeft.c +++ b/src/third_party/asn1/GameListPlayerLeft.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_GameListPlayerLeft_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListPlayerLeft_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 182 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 198 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListPlayerLeft_specs_1 = { sizeof(struct GameListPlayerLeft), diff --git a/src/third_party/asn1/GameListPlayerLeft.h b/src/third_party/asn1/GameListPlayerLeft.h index e712e674..7cb57ed5 100644 --- a/src/third_party/asn1/GameListPlayerLeft.h +++ b/src/third_party/asn1/GameListPlayerLeft.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListPlayerLeft_H_ diff --git a/src/third_party/asn1/GameListUpdate.c b/src/third_party/asn1/GameListUpdate.c index 25b04da6..5f5a28c6 100644 --- a/src/third_party/asn1/GameListUpdate.c +++ b/src/third_party/asn1/GameListUpdate.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_GameListUpdate_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameListUpdate_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* gameMode at 174 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* gameMode at 190 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameListUpdate_specs_1 = { sizeof(struct GameListUpdate), diff --git a/src/third_party/asn1/GameListUpdate.h b/src/third_party/asn1/GameListUpdate.h index c9f97546..0ecbba05 100644 --- a/src/third_party/asn1/GameListUpdate.h +++ b/src/third_party/asn1/GameListUpdate.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameListUpdate_H_ diff --git a/src/third_party/asn1/GamePlayerJoined.c b/src/third_party/asn1/GamePlayerJoined.c index ca151bd1..688279fa 100644 --- a/src/third_party/asn1/GamePlayerJoined.c +++ b/src/third_party/asn1/GamePlayerJoined.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -32,8 +33,8 @@ static ber_tlv_tag_t asn_DEF_GamePlayerJoined_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GamePlayerJoined_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isAdmin at 298 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 297 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isAdmin at 314 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 313 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GamePlayerJoined_specs_1 = { sizeof(struct GamePlayerJoined), diff --git a/src/third_party/asn1/GamePlayerJoined.h b/src/third_party/asn1/GamePlayerJoined.h index 536bc563..123b167e 100644 --- a/src/third_party/asn1/GamePlayerJoined.h +++ b/src/third_party/asn1/GamePlayerJoined.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GamePlayerJoined_H_ diff --git a/src/third_party/asn1/GamePlayerLeft.c b/src/third_party/asn1/GamePlayerLeft.c index 45d590fd..120687b3 100644 --- a/src/third_party/asn1/GamePlayerLeft.c +++ b/src/third_party/asn1/GamePlayerLeft.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -151,8 +152,8 @@ static ber_tlv_tag_t asn_DEF_GamePlayerLeft_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GamePlayerLeft_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 302 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 } /* gamePlayerLeftReason at 304 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 318 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 } /* gamePlayerLeftReason at 320 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GamePlayerLeft_specs_1 = { sizeof(struct GamePlayerLeft), diff --git a/src/third_party/asn1/GamePlayerLeft.h b/src/third_party/asn1/GamePlayerLeft.h index 29d2fbc8..82f71331 100644 --- a/src/third_party/asn1/GamePlayerLeft.h +++ b/src/third_party/asn1/GamePlayerLeft.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GamePlayerLeft_H_ diff --git a/src/third_party/asn1/GamePlayerMessage.c b/src/third_party/asn1/GamePlayerMessage.c index 05c6599d..622587a1 100644 --- a/src/third_party/asn1/GamePlayerMessage.c +++ b/src/third_party/asn1/GamePlayerMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -47,10 +48,10 @@ static asn_TYPE_member_t asn_MBR_gamePlayerNotification_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_gamePlayerNotification_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gamePlayerJoined at 289 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gamePlayerLeft at 290 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gameAdminChanged at 291 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* removedFromGame at 293 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gamePlayerJoined at 305 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gamePlayerLeft at 306 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gameAdminChanged at 307 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* removedFromGame at 309 */ }; static asn_CHOICE_specifics_t asn_SPC_gamePlayerNotification_specs_3 = { sizeof(struct gamePlayerNotification), @@ -106,15 +107,15 @@ static asn_TYPE_member_t asn_MBR_GamePlayerMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_GamePlayerMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (11 << 2)), + (ASN_TAG_CLASS_APPLICATION | (12 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GamePlayerMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 287 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* gamePlayerJoined at 289 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gamePlayerLeft at 290 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* gameAdminChanged at 291 */ - { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* removedFromGame at 293 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 303 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* gamePlayerJoined at 305 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gamePlayerLeft at 306 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* gameAdminChanged at 307 */ + { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 } /* removedFromGame at 309 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GamePlayerMessage_specs_1 = { sizeof(struct GamePlayerMessage), diff --git a/src/third_party/asn1/GamePlayerMessage.h b/src/third_party/asn1/GamePlayerMessage.h index 6ad10f5c..8425226c 100644 --- a/src/third_party/asn1/GamePlayerMessage.h +++ b/src/third_party/asn1/GamePlayerMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GamePlayerMessage_H_ diff --git a/src/third_party/asn1/GameStartMessage.c b/src/third_party/asn1/GameStartMessage.c index f423f406..1316eb66 100644 --- a/src/third_party/asn1/GameStartMessage.c +++ b/src/third_party/asn1/GameStartMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -108,13 +109,13 @@ static asn_TYPE_member_t asn_MBR_GameStartMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_GameStartMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (16 << 2)), + (ASN_TAG_CLASS_APPLICATION | (17 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_GameStartMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 344 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* startDealerPlayerId at 345 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* playerSeats at 347 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 360 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* startDealerPlayerId at 361 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* playerSeats at 363 */ }; static asn_SEQUENCE_specifics_t asn_SPC_GameStartMessage_specs_1 = { sizeof(struct GameStartMessage), diff --git a/src/third_party/asn1/GameStartMessage.h b/src/third_party/asn1/GameStartMessage.h index 19ab9cbc..30cac6ff 100644 --- a/src/third_party/asn1/GameStartMessage.h +++ b/src/third_party/asn1/GameStartMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _GameStartMessage_H_ diff --git a/src/third_party/asn1/Guid.c b/src/third_party/asn1/Guid.c index 11b06284..d6eb2b00 100644 --- a/src/third_party/asn1/Guid.c +++ b/src/third_party/asn1/Guid.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/Guid.h b/src/third_party/asn1/Guid.h index ea5c4814..62513005 100644 --- a/src/third_party/asn1/Guid.h +++ b/src/third_party/asn1/Guid.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _Guid_H_ diff --git a/src/third_party/asn1/HandStartMessage.c b/src/third_party/asn1/HandStartMessage.c index 37a55212..7fa2ab30 100644 --- a/src/third_party/asn1/HandStartMessage.c +++ b/src/third_party/asn1/HandStartMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -72,14 +73,14 @@ static asn_TYPE_member_t asn_MBR_HandStartMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_HandStartMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (17 << 2)), + (ASN_TAG_CLASS_APPLICATION | (18 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_HandStartMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 350 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* yourCard1 at 351 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* yourCard2 at 352 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 } /* smallBlind at 353 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 3 }, /* gameId at 366 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 2 }, /* yourCard1 at 367 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 1 }, /* yourCard2 at 368 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 0 } /* smallBlind at 369 */ }; static asn_SEQUENCE_specifics_t asn_SPC_HandStartMessage_specs_1 = { sizeof(struct HandStartMessage), diff --git a/src/third_party/asn1/HandStartMessage.h b/src/third_party/asn1/HandStartMessage.h index 92019949..bf17564e 100644 --- a/src/third_party/asn1/HandStartMessage.h +++ b/src/third_party/asn1/HandStartMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _HandStartMessage_H_ diff --git a/src/third_party/asn1/Id.c b/src/third_party/asn1/Id.c index 74bb9834..43e6bd31 100644 --- a/src/third_party/asn1/Id.c +++ b/src/third_party/asn1/Id.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/Id.h b/src/third_party/asn1/Id.h index 5c540122..a069e801 100644 --- a/src/third_party/asn1/Id.h +++ b/src/third_party/asn1/Id.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _Id_H_ diff --git a/src/third_party/asn1/InitAckMessage.c b/src/third_party/asn1/InitAckMessage.c index 95634979..45ccdcd7 100644 --- a/src/third_party/asn1/InitAckMessage.c +++ b/src/third_party/asn1/InitAckMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -72,14 +73,14 @@ static asn_TYPE_member_t asn_MBR_InitAckMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_InitAckMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (1 << 2)), + (ASN_TAG_CLASS_APPLICATION | (2 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_InitAckMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 2 }, /* latestBetaRevision at 102 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -1, 1 }, /* yourSessionId at 103 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -2, 0 }, /* yourPlayerId at 105 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* latestGameVersion at 101 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 2 }, /* latestBetaRevision at 118 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -1, 1 }, /* yourSessionId at 119 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -2, 0 }, /* yourPlayerId at 121 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* latestGameVersion at 117 */ }; static asn_SEQUENCE_specifics_t asn_SPC_InitAckMessage_specs_1 = { sizeof(struct InitAckMessage), diff --git a/src/third_party/asn1/InitAckMessage.h b/src/third_party/asn1/InitAckMessage.h index a32044b0..e51c28aa 100644 --- a/src/third_party/asn1/InitAckMessage.h +++ b/src/third_party/asn1/InitAckMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _InitAckMessage_H_ diff --git a/src/third_party/asn1/InitMessage.c b/src/third_party/asn1/InitMessage.c index 10047979..7b769309 100644 --- a/src/third_party/asn1/InitMessage.c +++ b/src/third_party/asn1/InitMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -38,9 +39,9 @@ static asn_TYPE_member_t asn_MBR_login_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_login_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* anonymousLogin at 74 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authenticatedLogin at 75 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* statisticsLogin at 77 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* anonymousLogin at 75 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authenticatedLogin at 76 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* statisticsLogin at 78 */ }; static asn_CHOICE_specifics_t asn_SPC_login_specs_3 = { sizeof(struct login), @@ -100,10 +101,10 @@ static ber_tlv_tag_t asn_DEF_InitMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_InitMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* requestedVersion at 72 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* anonymousLogin at 74 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authenticatedLogin at 75 */ - { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 } /* statisticsLogin at 77 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 }, /* requestedVersion at 73 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* anonymousLogin at 75 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authenticatedLogin at 76 */ + { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 } /* statisticsLogin at 78 */ }; static asn_SEQUENCE_specifics_t asn_SPC_InitMessage_specs_1 = { sizeof(struct InitMessage), diff --git a/src/third_party/asn1/InitMessage.h b/src/third_party/asn1/InitMessage.h index c5026a4e..5906ff7c 100644 --- a/src/third_party/asn1/InitMessage.h +++ b/src/third_party/asn1/InitMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _InitMessage_H_ diff --git a/src/third_party/asn1/JoinExistingGame.c b/src/third_party/asn1/JoinExistingGame.c index c3cdef16..a283d304 100644 --- a/src/third_party/asn1/JoinExistingGame.c +++ b/src/third_party/asn1/JoinExistingGame.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_JoinExistingGame_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinExistingGame_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 238 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 254 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinExistingGame_specs_1 = { sizeof(struct JoinExistingGame), diff --git a/src/third_party/asn1/JoinExistingGame.h b/src/third_party/asn1/JoinExistingGame.h index 15e9efaf..5f3f6336 100644 --- a/src/third_party/asn1/JoinExistingGame.h +++ b/src/third_party/asn1/JoinExistingGame.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinExistingGame_H_ diff --git a/src/third_party/asn1/JoinGameAck.c b/src/third_party/asn1/JoinGameAck.c index d1cdad24..ebec3405 100644 --- a/src/third_party/asn1/JoinGameAck.c +++ b/src/third_party/asn1/JoinGameAck.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -32,8 +33,8 @@ static ber_tlv_tag_t asn_DEF_JoinGameAck_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinGameAck_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* areYouAdmin at 253 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* gameInfo at 255 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 0, 0, 0 }, /* areYouAdmin at 269 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 } /* gameInfo at 271 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinGameAck_specs_1 = { sizeof(struct JoinGameAck), diff --git a/src/third_party/asn1/JoinGameAck.h b/src/third_party/asn1/JoinGameAck.h index 7fb833af..afc3cba6 100644 --- a/src/third_party/asn1/JoinGameAck.h +++ b/src/third_party/asn1/JoinGameAck.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinGameAck_H_ diff --git a/src/third_party/asn1/JoinGameFailed.c b/src/third_party/asn1/JoinGameFailed.c index d58b3c7b..31672536 100644 --- a/src/third_party/asn1/JoinGameFailed.c +++ b/src/third_party/asn1/JoinGameFailed.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -144,7 +145,7 @@ static ber_tlv_tag_t asn_DEF_JoinGameFailed_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinGameFailed_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* joinGameFailureReason at 259 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* joinGameFailureReason at 275 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinGameFailed_specs_1 = { sizeof(struct JoinGameFailed), diff --git a/src/third_party/asn1/JoinGameFailed.h b/src/third_party/asn1/JoinGameFailed.h index 42bf043f..c5699857 100644 --- a/src/third_party/asn1/JoinGameFailed.h +++ b/src/third_party/asn1/JoinGameFailed.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinGameFailed_H_ diff --git a/src/third_party/asn1/JoinGameReplyMessage.c b/src/third_party/asn1/JoinGameReplyMessage.c index 3bbd9df8..9dcdde46 100644 --- a/src/third_party/asn1/JoinGameReplyMessage.c +++ b/src/third_party/asn1/JoinGameReplyMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,8 +30,8 @@ static asn_TYPE_member_t asn_MBR_joinGameResult_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_joinGameResult_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinGameAck at 247 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinGameFailed at 249 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinGameAck at 263 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinGameFailed at 265 */ }; static asn_CHOICE_specifics_t asn_SPC_joinGameResult_specs_3 = { sizeof(struct joinGameResult), @@ -86,13 +87,13 @@ static asn_TYPE_member_t asn_MBR_JoinGameReplyMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_JoinGameReplyMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (10 << 2)), + (ASN_TAG_CLASS_APPLICATION | (11 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinGameReplyMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 245 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* joinGameAck at 247 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinGameFailed at 249 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* gameId at 261 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* joinGameAck at 263 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinGameFailed at 265 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinGameReplyMessage_specs_1 = { sizeof(struct JoinGameReplyMessage), diff --git a/src/third_party/asn1/JoinGameReplyMessage.h b/src/third_party/asn1/JoinGameReplyMessage.h index 8083a825..3955f4b7 100644 --- a/src/third_party/asn1/JoinGameReplyMessage.h +++ b/src/third_party/asn1/JoinGameReplyMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinGameReplyMessage_H_ diff --git a/src/third_party/asn1/JoinGameRequestMessage.c b/src/third_party/asn1/JoinGameRequestMessage.c index f90a0eaa..747996f1 100644 --- a/src/third_party/asn1/JoinGameRequestMessage.c +++ b/src/third_party/asn1/JoinGameRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -61,8 +62,8 @@ static asn_TYPE_member_t asn_MBR_joinGameAction_2[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_joinGameAction_tag2el_2[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinExistingGame at 230 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinNewGame at 232 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinExistingGame at 246 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* joinNewGame at 248 */ }; static asn_CHOICE_specifics_t asn_SPC_joinGameAction_specs_2 = { sizeof(struct joinGameAction), @@ -118,13 +119,13 @@ static asn_TYPE_member_t asn_MBR_JoinGameRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_JoinGameRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (9 << 2)), + (ASN_TAG_CLASS_APPLICATION | (10 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinGameRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* password at 233 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinExistingGame at 230 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 } /* joinNewGame at 232 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 1, 0, 0 }, /* password at 249 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* joinExistingGame at 246 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 } /* joinNewGame at 248 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinGameRequestMessage_specs_1 = { sizeof(struct JoinGameRequestMessage), diff --git a/src/third_party/asn1/JoinGameRequestMessage.h b/src/third_party/asn1/JoinGameRequestMessage.h index eedc81f4..ef08c8d4 100644 --- a/src/third_party/asn1/JoinGameRequestMessage.h +++ b/src/third_party/asn1/JoinGameRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinGameRequestMessage_H_ diff --git a/src/third_party/asn1/JoinNewGame.c b/src/third_party/asn1/JoinNewGame.c index c6c9c94b..3576a2d0 100644 --- a/src/third_party/asn1/JoinNewGame.c +++ b/src/third_party/asn1/JoinNewGame.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -23,7 +24,7 @@ static ber_tlv_tag_t asn_DEF_JoinNewGame_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_JoinNewGame_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* gameInfo at 242 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* gameInfo at 258 */ }; static asn_SEQUENCE_specifics_t asn_SPC_JoinNewGame_specs_1 = { sizeof(struct JoinNewGame), diff --git a/src/third_party/asn1/JoinNewGame.h b/src/third_party/asn1/JoinNewGame.h index a93158e5..6b8cdaa6 100644 --- a/src/third_party/asn1/JoinNewGame.h +++ b/src/third_party/asn1/JoinNewGame.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _JoinNewGame_H_ diff --git a/src/third_party/asn1/KickPetitionUpdateMessage.c b/src/third_party/asn1/KickPetitionUpdateMessage.c index 55b5a410..f3ca86dc 100644 --- a/src/third_party/asn1/KickPetitionUpdateMessage.c +++ b/src/third_party/asn1/KickPetitionUpdateMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -135,11 +136,11 @@ static ber_tlv_tag_t asn_DEF_KickPetitionUpdateMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_KickPetitionUpdateMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 4 }, /* gameId at 505 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 3 }, /* petitionId at 506 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 2 }, /* numVotesAgainstKicking at 507 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 1 }, /* numVotesInFavourOfKicking at 508 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -4, 0 } /* numVotesNeededToKick at 509 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 4 }, /* gameId at 521 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 3 }, /* petitionId at 522 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 2 }, /* numVotesAgainstKicking at 523 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 1 }, /* numVotesInFavourOfKicking at 524 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -4, 0 } /* numVotesNeededToKick at 525 */ }; static asn_SEQUENCE_specifics_t asn_SPC_KickPetitionUpdateMessage_specs_1 = { sizeof(struct KickPetitionUpdateMessage), diff --git a/src/third_party/asn1/KickPetitionUpdateMessage.h b/src/third_party/asn1/KickPetitionUpdateMessage.h index 15413338..43ee43ba 100644 --- a/src/third_party/asn1/KickPetitionUpdateMessage.h +++ b/src/third_party/asn1/KickPetitionUpdateMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _KickPetitionUpdateMessage_H_ diff --git a/src/third_party/asn1/KickPlayerRequestMessage.c b/src/third_party/asn1/KickPlayerRequestMessage.c index 6b412412..22927b10 100644 --- a/src/third_party/asn1/KickPlayerRequestMessage.c +++ b/src/third_party/asn1/KickPlayerRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_KickPlayerRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_KickPlayerRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (12 << 2)), + (ASN_TAG_CLASS_APPLICATION | (13 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_KickPlayerRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 326 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 328 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 342 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* playerId at 344 */ }; static asn_SEQUENCE_specifics_t asn_SPC_KickPlayerRequestMessage_specs_1 = { sizeof(struct KickPlayerRequestMessage), diff --git a/src/third_party/asn1/KickPlayerRequestMessage.h b/src/third_party/asn1/KickPlayerRequestMessage.h index a8d7ac56..4dd1e11d 100644 --- a/src/third_party/asn1/KickPlayerRequestMessage.h +++ b/src/third_party/asn1/KickPlayerRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _KickPlayerRequestMessage_H_ diff --git a/src/third_party/asn1/LeaveGameRequestMessage.c b/src/third_party/asn1/LeaveGameRequestMessage.c index d152b2d4..0ee10e4a 100644 --- a/src/third_party/asn1/LeaveGameRequestMessage.c +++ b/src/third_party/asn1/LeaveGameRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -20,11 +21,11 @@ static asn_TYPE_member_t asn_MBR_LeaveGameRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_LeaveGameRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (13 << 2)), + (ASN_TAG_CLASS_APPLICATION | (14 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_LeaveGameRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 332 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 348 */ }; static asn_SEQUENCE_specifics_t asn_SPC_LeaveGameRequestMessage_specs_1 = { sizeof(struct LeaveGameRequestMessage), diff --git a/src/third_party/asn1/LeaveGameRequestMessage.h b/src/third_party/asn1/LeaveGameRequestMessage.h index 408f16f2..14563504 100644 --- a/src/third_party/asn1/LeaveGameRequestMessage.h +++ b/src/third_party/asn1/LeaveGameRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _LeaveGameRequestMessage_H_ diff --git a/src/third_party/asn1/MyActionRequestMessage.c b/src/third_party/asn1/MyActionRequestMessage.c index 2ad01638..05871b35 100644 --- a/src/third_party/asn1/MyActionRequestMessage.c +++ b/src/third_party/asn1/MyActionRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -72,14 +73,14 @@ static asn_TYPE_member_t asn_MBR_MyActionRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_MyActionRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (19 << 2)), + (ASN_TAG_CLASS_APPLICATION | (20 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_MyActionRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 363 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -1, 0 }, /* myRelativeBet at 366 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 1 }, /* gameState at 364 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, -1, 0 } /* myAction at 365 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 379 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -1, 0 }, /* myRelativeBet at 382 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 1 }, /* gameState at 380 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, -1, 0 } /* myAction at 381 */ }; static asn_SEQUENCE_specifics_t asn_SPC_MyActionRequestMessage_specs_1 = { sizeof(struct MyActionRequestMessage), diff --git a/src/third_party/asn1/MyActionRequestMessage.h b/src/third_party/asn1/MyActionRequestMessage.h index 3ecd9064..97f6b6bf 100644 --- a/src/third_party/asn1/MyActionRequestMessage.h +++ b/src/third_party/asn1/MyActionRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _MyActionRequestMessage_H_ diff --git a/src/third_party/asn1/NetAvatarType.c b/src/third_party/asn1/NetAvatarType.c index b14b8eac..ba54d7a7 100644 --- a/src/third_party/asn1/NetAvatarType.c +++ b/src/third_party/asn1/NetAvatarType.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/NetAvatarType.h b/src/third_party/asn1/NetAvatarType.h index 1c424983..654fb6e8 100644 --- a/src/third_party/asn1/NetAvatarType.h +++ b/src/third_party/asn1/NetAvatarType.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NetAvatarType_H_ diff --git a/src/third_party/asn1/NetGameInfo.c b/src/third_party/asn1/NetGameInfo.c index dac188a0..c7d3a338 100644 --- a/src/third_party/asn1/NetGameInfo.c +++ b/src/third_party/asn1/NetGameInfo.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -385,8 +386,8 @@ static asn_TYPE_member_t asn_MBR_raiseIntervalMode_4[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_raiseIntervalMode_tag2el_4[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* raiseEveryHands at 270 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* raiseEveryMinutes at 271 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* raiseEveryHands at 286 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* raiseEveryMinutes at 287 */ }; static asn_CHOICE_specifics_t asn_SPC_raiseIntervalMode_specs_4 = { sizeof(struct raiseIntervalMode), @@ -607,17 +608,17 @@ static ber_tlv_tag_t asn_DEF_NetGameInfo_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_NetGameInfo_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 5 }, /* maxNumPlayers at 268 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -1, 4 }, /* proposedGuiSpeed at 278 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -2, 3 }, /* playerActionTimeout at 279 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -3, 2 }, /* firstSmallBlind at 280 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 7, -4, 1 }, /* endRaiseSmallBlindValue at 281 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 8, -5, 0 }, /* startMoney at 282 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 3, 0, 0 }, /* endRaiseMode at 274 */ - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* gameName at 267 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 9, 0, 0 }, /* manualBlinds at 283 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* raiseEveryHands at 270 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* raiseEveryMinutes at 271 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 5 }, /* maxNumPlayers at 284 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -1, 4 }, /* proposedGuiSpeed at 294 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -2, 3 }, /* playerActionTimeout at 295 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -3, 2 }, /* firstSmallBlind at 296 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 7, -4, 1 }, /* endRaiseSmallBlindValue at 297 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 8, -5, 0 }, /* startMoney at 298 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 3, 0, 0 }, /* endRaiseMode at 290 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* gameName at 283 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 9, 0, 0 }, /* manualBlinds at 299 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* raiseEveryHands at 286 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* raiseEveryMinutes at 287 */ }; static asn_SEQUENCE_specifics_t asn_SPC_NetGameInfo_specs_1 = { sizeof(struct NetGameInfo), diff --git a/src/third_party/asn1/NetGameInfo.h b/src/third_party/asn1/NetGameInfo.h index 27cd67c4..1addcf61 100644 --- a/src/third_party/asn1/NetGameInfo.h +++ b/src/third_party/asn1/NetGameInfo.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NetGameInfo_H_ diff --git a/src/third_party/asn1/NetGameMode.c b/src/third_party/asn1/NetGameMode.c index 43020926..aff73f05 100644 --- a/src/third_party/asn1/NetGameMode.c +++ b/src/third_party/asn1/NetGameMode.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/NetGameMode.h b/src/third_party/asn1/NetGameMode.h index 7012b5ff..95f63b3d 100644 --- a/src/third_party/asn1/NetGameMode.h +++ b/src/third_party/asn1/NetGameMode.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NetGameMode_H_ diff --git a/src/third_party/asn1/NetGameState.c b/src/third_party/asn1/NetGameState.c index b6359251..322dadaa 100644 --- a/src/third_party/asn1/NetGameState.c +++ b/src/third_party/asn1/NetGameState.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/NetGameState.h b/src/third_party/asn1/NetGameState.h index 411549bd..55baffc6 100644 --- a/src/third_party/asn1/NetGameState.h +++ b/src/third_party/asn1/NetGameState.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NetGameState_H_ diff --git a/src/third_party/asn1/NetPlayerAction.c b/src/third_party/asn1/NetPlayerAction.c index 89127a07..bc75e8c6 100644 --- a/src/third_party/asn1/NetPlayerAction.c +++ b/src/third_party/asn1/NetPlayerAction.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/NetPlayerAction.h b/src/third_party/asn1/NetPlayerAction.h index c1139020..e50177a4 100644 --- a/src/third_party/asn1/NetPlayerAction.h +++ b/src/third_party/asn1/NetPlayerAction.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NetPlayerAction_H_ diff --git a/src/third_party/asn1/NonZeroId.c b/src/third_party/asn1/NonZeroId.c index d3bef35b..f6c0b0f8 100644 --- a/src/third_party/asn1/NonZeroId.c +++ b/src/third_party/asn1/NonZeroId.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/NonZeroId.h b/src/third_party/asn1/NonZeroId.h index edd5156a..82f75045 100644 --- a/src/third_party/asn1/NonZeroId.h +++ b/src/third_party/asn1/NonZeroId.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _NonZeroId_H_ diff --git a/src/third_party/asn1/PlayerAllIn.c b/src/third_party/asn1/PlayerAllIn.c index 291c721d..95c70957 100644 --- a/src/third_party/asn1/PlayerAllIn.c +++ b/src/third_party/asn1/PlayerAllIn.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -41,9 +42,9 @@ static ber_tlv_tag_t asn_DEF_PlayerAllIn_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerAllIn_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 2 }, /* playerId at 415 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 1 }, /* allInCard1 at 416 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 0 } /* allInCard2 at 418 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 2 }, /* playerId at 431 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 1 }, /* allInCard1 at 432 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 0 } /* allInCard2 at 434 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerAllIn_specs_1 = { sizeof(struct PlayerAllIn), diff --git a/src/third_party/asn1/PlayerAllIn.h b/src/third_party/asn1/PlayerAllIn.h index 9d50cba9..02a02dc7 100644 --- a/src/third_party/asn1/PlayerAllIn.h +++ b/src/third_party/asn1/PlayerAllIn.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerAllIn_H_ diff --git a/src/third_party/asn1/PlayerInfoData.c b/src/third_party/asn1/PlayerInfoData.c index 100c6573..45f4e642 100644 --- a/src/third_party/asn1/PlayerInfoData.c +++ b/src/third_party/asn1/PlayerInfoData.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -64,8 +65,8 @@ static ber_tlv_tag_t asn_DEF_avatarData_tags_4[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_avatarData_tag2el_4[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* avatar at 212 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* avatarType at 210 */ + { (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), 1, 0, 0 }, /* avatar at 228 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* avatarType at 226 */ }; static asn_SEQUENCE_specifics_t asn_SPC_avatarData_specs_4 = { sizeof(struct avatarData), @@ -134,9 +135,9 @@ static ber_tlv_tag_t asn_DEF_PlayerInfoData_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerInfoData_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isHuman at 208 */ - { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* playerName at 207 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* avatarData at 210 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isHuman at 224 */ + { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* playerName at 223 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, 0, 0 } /* avatarData at 226 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerInfoData_specs_1 = { sizeof(struct PlayerInfoData), diff --git a/src/third_party/asn1/PlayerInfoData.h b/src/third_party/asn1/PlayerInfoData.h index a1c88a82..29a89858 100644 --- a/src/third_party/asn1/PlayerInfoData.h +++ b/src/third_party/asn1/PlayerInfoData.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerInfoData_H_ diff --git a/src/third_party/asn1/PlayerInfoReplyMessage.c b/src/third_party/asn1/PlayerInfoReplyMessage.c index 1cc22df6..0285e7f1 100644 --- a/src/third_party/asn1/PlayerInfoReplyMessage.c +++ b/src/third_party/asn1/PlayerInfoReplyMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,8 +30,8 @@ static asn_TYPE_member_t asn_MBR_playerInfoResult_3[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_playerInfoResult_tag2el_3[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* playerInfoData at 201 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* unknownPlayerInfo at 203 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* playerInfoData at 217 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* unknownPlayerInfo at 219 */ }; static asn_CHOICE_specifics_t asn_SPC_playerInfoResult_specs_3 = { sizeof(struct playerInfoResult), @@ -86,13 +87,13 @@ static asn_TYPE_member_t asn_MBR_PlayerInfoReplyMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_PlayerInfoReplyMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (7 << 2)), + (ASN_TAG_CLASS_APPLICATION | (8 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerInfoReplyMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 199 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* playerInfoData at 201 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* unknownPlayerInfo at 203 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 215 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* playerInfoData at 217 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* unknownPlayerInfo at 219 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerInfoReplyMessage_specs_1 = { sizeof(struct PlayerInfoReplyMessage), diff --git a/src/third_party/asn1/PlayerInfoReplyMessage.h b/src/third_party/asn1/PlayerInfoReplyMessage.h index 5f9281ea..7a93911b 100644 --- a/src/third_party/asn1/PlayerInfoReplyMessage.h +++ b/src/third_party/asn1/PlayerInfoReplyMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerInfoReplyMessage_H_ diff --git a/src/third_party/asn1/PlayerInfoRequestMessage.c b/src/third_party/asn1/PlayerInfoRequestMessage.c index 847edac4..d6a1409f 100644 --- a/src/third_party/asn1/PlayerInfoRequestMessage.c +++ b/src/third_party/asn1/PlayerInfoRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -20,11 +21,11 @@ static asn_TYPE_member_t asn_MBR_PlayerInfoRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_PlayerInfoRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (6 << 2)), + (ASN_TAG_CLASS_APPLICATION | (7 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerInfoRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 196 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 212 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerInfoRequestMessage_specs_1 = { sizeof(struct PlayerInfoRequestMessage), diff --git a/src/third_party/asn1/PlayerInfoRequestMessage.h b/src/third_party/asn1/PlayerInfoRequestMessage.h index 3ef7a25b..95141383 100644 --- a/src/third_party/asn1/PlayerInfoRequestMessage.h +++ b/src/third_party/asn1/PlayerInfoRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerInfoRequestMessage_H_ diff --git a/src/third_party/asn1/PlayerListMessage.c b/src/third_party/asn1/PlayerListMessage.c index 64b46b7d..c1984609 100644 --- a/src/third_party/asn1/PlayerListMessage.c +++ b/src/third_party/asn1/PlayerListMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -146,12 +147,12 @@ static asn_TYPE_member_t asn_MBR_PlayerListMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_PlayerListMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (4 << 2)), + (ASN_TAG_CLASS_APPLICATION | (5 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerListMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 146 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 } /* playerListNotification at 148 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 162 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 } /* playerListNotification at 164 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerListMessage_specs_1 = { sizeof(struct PlayerListMessage), diff --git a/src/third_party/asn1/PlayerListMessage.h b/src/third_party/asn1/PlayerListMessage.h index 69c71fe6..f51651de 100644 --- a/src/third_party/asn1/PlayerListMessage.h +++ b/src/third_party/asn1/PlayerListMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerListMessage_H_ diff --git a/src/third_party/asn1/PlayerResult.c b/src/third_party/asn1/PlayerResult.c index 3e626b8e..ac9916f6 100644 --- a/src/third_party/asn1/PlayerResult.c +++ b/src/third_party/asn1/PlayerResult.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -197,13 +198,13 @@ static ber_tlv_tag_t asn_DEF_PlayerResult_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayerResult_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* playerId at 433 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* resultCard1 at 434 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 3 }, /* resultCard2 at 435 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -3, 2 }, /* cardsValue at 437 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -4, 1 }, /* moneyWon at 438 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -5, 0 }, /* playerMoney at 439 */ - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 3, 0, 0 } /* bestHandPosition at 436 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* playerId at 449 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* resultCard1 at 450 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 3 }, /* resultCard2 at 451 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -3, 2 }, /* cardsValue at 453 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -4, 1 }, /* moneyWon at 454 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -5, 0 }, /* playerMoney at 455 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 3, 0, 0 } /* bestHandPosition at 452 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayerResult_specs_1 = { sizeof(struct PlayerResult), diff --git a/src/third_party/asn1/PlayerResult.h b/src/third_party/asn1/PlayerResult.h index d2b229ab..d5c923d6 100644 --- a/src/third_party/asn1/PlayerResult.h +++ b/src/third_party/asn1/PlayerResult.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayerResult_H_ diff --git a/src/third_party/asn1/PlayersActionDoneMessage.c b/src/third_party/asn1/PlayersActionDoneMessage.c index a24b215d..964f8bcc 100644 --- a/src/third_party/asn1/PlayersActionDoneMessage.c +++ b/src/third_party/asn1/PlayersActionDoneMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -183,18 +184,18 @@ static asn_TYPE_member_t asn_MBR_PlayersActionDoneMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_PlayersActionDoneMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (21 << 2)), + (ASN_TAG_CLASS_APPLICATION | (22 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayersActionDoneMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* gameId at 382 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* playerId at 383 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -2, 3 }, /* totalPlayerBet at 386 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -3, 2 }, /* playerMoney at 387 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -4, 1 }, /* highestSet at 388 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 7, -5, 0 }, /* minimumRaise at 389 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 1 }, /* gameState at 384 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 3, -1, 0 } /* playerAction at 385 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* gameId at 398 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* playerId at 399 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -2, 3 }, /* totalPlayerBet at 402 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -3, 2 }, /* playerMoney at 403 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 6, -4, 1 }, /* highestSet at 404 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 7, -5, 0 }, /* minimumRaise at 405 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 1 }, /* gameState at 400 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 3, -1, 0 } /* playerAction at 401 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayersActionDoneMessage_specs_1 = { sizeof(struct PlayersActionDoneMessage), diff --git a/src/third_party/asn1/PlayersActionDoneMessage.h b/src/third_party/asn1/PlayersActionDoneMessage.h index c33db954..f6b32a64 100644 --- a/src/third_party/asn1/PlayersActionDoneMessage.h +++ b/src/third_party/asn1/PlayersActionDoneMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayersActionDoneMessage_H_ diff --git a/src/third_party/asn1/PlayersTurnMessage.c b/src/third_party/asn1/PlayersTurnMessage.c index 9c224ee9..4b8683c3 100644 --- a/src/third_party/asn1/PlayersTurnMessage.c +++ b/src/third_party/asn1/PlayersTurnMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -38,13 +39,13 @@ static asn_TYPE_member_t asn_MBR_PlayersTurnMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_PlayersTurnMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (18 << 2)), + (ASN_TAG_CLASS_APPLICATION | (19 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_PlayersTurnMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 357 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 358 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 0 } /* gameState at 360 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 373 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* playerId at 374 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, 0, 0 } /* gameState at 376 */ }; static asn_SEQUENCE_specifics_t asn_SPC_PlayersTurnMessage_specs_1 = { sizeof(struct PlayersTurnMessage), diff --git a/src/third_party/asn1/PlayersTurnMessage.h b/src/third_party/asn1/PlayersTurnMessage.h index 1b4644bb..753ecb1b 100644 --- a/src/third_party/asn1/PlayersTurnMessage.h +++ b/src/third_party/asn1/PlayersTurnMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PlayersTurnMessage_H_ diff --git a/src/third_party/asn1/PokerTHMessage.c b/src/third_party/asn1/PokerTHMessage.c index 96b8f972..da8036bc 100644 --- a/src/third_party/asn1/PokerTHMessage.c +++ b/src/third_party/asn1/PokerTHMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -18,9 +19,18 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { 0, "initMessage" }, - { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initAckMessage), + { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.authMessage), (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 0, + &asn_DEF_AuthMessage, + 0, /* Defer constraints checking to the member type */ + 0, /* PER is not compiled, use -gen-PER */ + 0, + "authMessage" + }, + { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initAckMessage), + (ASN_TAG_CLASS_APPLICATION | (2 << 2)), + 0, &asn_DEF_InitAckMessage, 0, /* Defer constraints checking to the member type */ 0, /* PER is not compiled, use -gen-PER */ @@ -28,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "initAckMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (2 << 2)), + (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 0, &asn_DEF_AvatarRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -37,7 +47,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "avatarRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarReplyMessage), - (ASN_TAG_CLASS_APPLICATION | (3 << 2)), + (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 0, &asn_DEF_AvatarReplyMessage, 0, /* Defer constraints checking to the member type */ @@ -46,7 +56,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "avatarReplyMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerListMessage), - (ASN_TAG_CLASS_APPLICATION | (4 << 2)), + (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 0, &asn_DEF_PlayerListMessage, 0, /* Defer constraints checking to the member type */ @@ -55,7 +65,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "playerListMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameListMessage), - (ASN_TAG_CLASS_APPLICATION | (5 << 2)), + (ASN_TAG_CLASS_APPLICATION | (6 << 2)), 0, &asn_DEF_GameListMessage, 0, /* Defer constraints checking to the member type */ @@ -64,7 +74,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "gameListMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (6 << 2)), + (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 0, &asn_DEF_PlayerInfoRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -73,7 +83,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "playerInfoRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoReplyMessage), - (ASN_TAG_CLASS_APPLICATION | (7 << 2)), + (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 0, &asn_DEF_PlayerInfoReplyMessage, 0, /* Defer constraints checking to the member type */ @@ -82,7 +92,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "playerInfoReplyMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.subscriptionRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (8 << 2)), + (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 0, &asn_DEF_SubscriptionRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -91,7 +101,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "subscriptionRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (9 << 2)), + (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 0, &asn_DEF_JoinGameRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -100,7 +110,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "joinGameRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameReplyMessage), - (ASN_TAG_CLASS_APPLICATION | (10 << 2)), + (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 0, &asn_DEF_JoinGameReplyMessage, 0, /* Defer constraints checking to the member type */ @@ -109,7 +119,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "joinGameReplyMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gamePlayerMessage), - (ASN_TAG_CLASS_APPLICATION | (11 << 2)), + (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 0, &asn_DEF_GamePlayerMessage, 0, /* Defer constraints checking to the member type */ @@ -118,7 +128,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "gamePlayerMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPlayerRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (12 << 2)), + (ASN_TAG_CLASS_APPLICATION | (13 << 2)), 0, &asn_DEF_KickPlayerRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -127,7 +137,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "kickPlayerRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.leaveGameRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (13 << 2)), + (ASN_TAG_CLASS_APPLICATION | (14 << 2)), 0, &asn_DEF_LeaveGameRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -136,7 +146,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "leaveGameRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventMessage), - (ASN_TAG_CLASS_APPLICATION | (14 << 2)), + (ASN_TAG_CLASS_APPLICATION | (15 << 2)), 0, &asn_DEF_StartEventMessage, 0, /* Defer constraints checking to the member type */ @@ -145,7 +155,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "startEventMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventAckMessage), - (ASN_TAG_CLASS_APPLICATION | (15 << 2)), + (ASN_TAG_CLASS_APPLICATION | (16 << 2)), 0, &asn_DEF_StartEventAckMessage, 0, /* Defer constraints checking to the member type */ @@ -154,7 +164,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "startEventAckMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameStartMessage), - (ASN_TAG_CLASS_APPLICATION | (16 << 2)), + (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 0, &asn_DEF_GameStartMessage, 0, /* Defer constraints checking to the member type */ @@ -163,7 +173,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "gameStartMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.handStartMessage), - (ASN_TAG_CLASS_APPLICATION | (17 << 2)), + (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 0, &asn_DEF_HandStartMessage, 0, /* Defer constraints checking to the member type */ @@ -172,7 +182,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "handStartMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersTurnMessage), - (ASN_TAG_CLASS_APPLICATION | (18 << 2)), + (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 0, &asn_DEF_PlayersTurnMessage, 0, /* Defer constraints checking to the member type */ @@ -181,7 +191,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "playersTurnMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.myActionRequestMessage), - (ASN_TAG_CLASS_APPLICATION | (19 << 2)), + (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 0, &asn_DEF_MyActionRequestMessage, 0, /* Defer constraints checking to the member type */ @@ -190,7 +200,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "myActionRequestMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.yourActionRejectedMessage), - (ASN_TAG_CLASS_APPLICATION | (20 << 2)), + (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 0, &asn_DEF_YourActionRejectedMessage, 0, /* Defer constraints checking to the member type */ @@ -199,7 +209,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "yourActionRejectedMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersActionDoneMessage), - (ASN_TAG_CLASS_APPLICATION | (21 << 2)), + (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 0, &asn_DEF_PlayersActionDoneMessage, 0, /* Defer constraints checking to the member type */ @@ -208,7 +218,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "playersActionDoneMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealFlopCardsMessage), - (ASN_TAG_CLASS_APPLICATION | (22 << 2)), + (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 0, &asn_DEF_DealFlopCardsMessage, 0, /* Defer constraints checking to the member type */ @@ -217,7 +227,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "dealFlopCardsMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealTurnCardMessage), - (ASN_TAG_CLASS_APPLICATION | (23 << 2)), + (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 0, &asn_DEF_DealTurnCardMessage, 0, /* Defer constraints checking to the member type */ @@ -226,7 +236,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "dealTurnCardMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealRiverCardMessage), - (ASN_TAG_CLASS_APPLICATION | (24 << 2)), + (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 0, &asn_DEF_DealRiverCardMessage, 0, /* Defer constraints checking to the member type */ @@ -235,7 +245,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "dealRiverCardMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.allInShowCardsMessage), - (ASN_TAG_CLASS_APPLICATION | (25 << 2)), + (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 0, &asn_DEF_AllInShowCardsMessage, 0, /* Defer constraints checking to the member type */ @@ -244,7 +254,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "allInShowCardsMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfHandMessage), - (ASN_TAG_CLASS_APPLICATION | (26 << 2)), + (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 0, &asn_DEF_EndOfHandMessage, 0, /* Defer constraints checking to the member type */ @@ -253,7 +263,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { "endOfHandMessage" }, { ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfGameMessage), - (ASN_TAG_CLASS_APPLICATION | (27 << 2)), + (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 0, &asn_DEF_EndOfGameMessage, 0, /* Defer constraints checking to the member type */ @@ -390,47 +400,48 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = { }; static asn_TYPE_tag2member_t asn_MAP_PokerTHMessage_tag2el_1[] = { { (ASN_TAG_CLASS_APPLICATION | (0 << 2)), 0, 0, 0 }, /* initMessage at 27 */ - { (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 1, 0, 0 }, /* initAckMessage at 28 */ - { (ASN_TAG_CLASS_APPLICATION | (2 << 2)), 2, 0, 0 }, /* avatarRequestMessage at 29 */ - { (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 3, 0, 0 }, /* avatarReplyMessage at 30 */ - { (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 4, 0, 0 }, /* playerListMessage at 31 */ - { (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 5, 0, 0 }, /* gameListMessage at 32 */ - { (ASN_TAG_CLASS_APPLICATION | (6 << 2)), 6, 0, 0 }, /* playerInfoRequestMessage at 33 */ - { (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 7, 0, 0 }, /* playerInfoReplyMessage at 34 */ - { (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 8, 0, 0 }, /* subscriptionRequestMessage at 35 */ - { (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 9, 0, 0 }, /* joinGameRequestMessage at 36 */ - { (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 10, 0, 0 }, /* joinGameReplyMessage at 37 */ - { (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 11, 0, 0 }, /* gamePlayerMessage at 38 */ - { (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 12, 0, 0 }, /* kickPlayerRequestMessage at 39 */ - { (ASN_TAG_CLASS_APPLICATION | (13 << 2)), 13, 0, 0 }, /* leaveGameRequestMessage at 40 */ - { (ASN_TAG_CLASS_APPLICATION | (14 << 2)), 14, 0, 0 }, /* startEventMessage at 41 */ - { (ASN_TAG_CLASS_APPLICATION | (15 << 2)), 15, 0, 0 }, /* startEventAckMessage at 42 */ - { (ASN_TAG_CLASS_APPLICATION | (16 << 2)), 16, 0, 0 }, /* gameStartMessage at 43 */ - { (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* handStartMessage at 44 */ - { (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* playersTurnMessage at 45 */ - { (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* myActionRequestMessage at 46 */ - { (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* yourActionRejectedMessage at 47 */ - { (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* playersActionDoneMessage at 48 */ - { (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* dealFlopCardsMessage at 49 */ - { (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* dealTurnCardMessage at 50 */ - { (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* dealRiverCardMessage at 51 */ - { (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* allInShowCardsMessage at 52 */ - { (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* endOfHandMessage at 53 */ - { (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* endOfGameMessage at 54 */ - { (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 28, 0, 0 }, /* askKickPlayerMessage at 55 */ - { (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 29, 0, 0 }, /* askKickDeniedMessage at 56 */ - { (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 30, 0, 0 }, /* startKickPetitionMessage at 57 */ - { (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 31, 0, 0 }, /* voteKickRequestMessage at 58 */ - { (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 32, 0, 0 }, /* voteKickReplyMessage at 59 */ - { (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 33, 0, 0 }, /* kickPetitionUpdateMessage at 60 */ - { (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 34, 0, 0 }, /* endKickPetitionMessage at 61 */ - { (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 35, 0, 0 }, /* statisticsMessage at 62 */ - { (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 36, 0, 0 }, /* chatRequestMessage at 63 */ - { (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 37, 0, 0 }, /* chatMessage at 64 */ - { (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 38, 0, 0 }, /* dialogMessage at 65 */ - { (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 39, 0, 0 }, /* timeoutWarningMessage at 66 */ - { (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 40, 0, 0 }, /* resetTimeoutMessage at 67 */ - { (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 41, 0, 0 } /* errorMessage at 69 */ + { (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 1, 0, 0 }, /* authMessage at 28 */ + { (ASN_TAG_CLASS_APPLICATION | (2 << 2)), 2, 0, 0 }, /* initAckMessage at 29 */ + { (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 3, 0, 0 }, /* avatarRequestMessage at 30 */ + { (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 4, 0, 0 }, /* avatarReplyMessage at 31 */ + { (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 5, 0, 0 }, /* playerListMessage at 32 */ + { (ASN_TAG_CLASS_APPLICATION | (6 << 2)), 6, 0, 0 }, /* gameListMessage at 33 */ + { (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 7, 0, 0 }, /* playerInfoRequestMessage at 34 */ + { (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 8, 0, 0 }, /* playerInfoReplyMessage at 35 */ + { (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 9, 0, 0 }, /* subscriptionRequestMessage at 36 */ + { (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 10, 0, 0 }, /* joinGameRequestMessage at 37 */ + { (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 11, 0, 0 }, /* joinGameReplyMessage at 38 */ + { (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 12, 0, 0 }, /* gamePlayerMessage at 39 */ + { (ASN_TAG_CLASS_APPLICATION | (13 << 2)), 13, 0, 0 }, /* kickPlayerRequestMessage at 40 */ + { (ASN_TAG_CLASS_APPLICATION | (14 << 2)), 14, 0, 0 }, /* leaveGameRequestMessage at 41 */ + { (ASN_TAG_CLASS_APPLICATION | (15 << 2)), 15, 0, 0 }, /* startEventMessage at 42 */ + { (ASN_TAG_CLASS_APPLICATION | (16 << 2)), 16, 0, 0 }, /* startEventAckMessage at 43 */ + { (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* gameStartMessage at 44 */ + { (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* handStartMessage at 45 */ + { (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* playersTurnMessage at 46 */ + { (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* myActionRequestMessage at 47 */ + { (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* yourActionRejectedMessage at 48 */ + { (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* playersActionDoneMessage at 49 */ + { (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* dealFlopCardsMessage at 50 */ + { (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* dealTurnCardMessage at 51 */ + { (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* dealRiverCardMessage at 52 */ + { (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* allInShowCardsMessage at 53 */ + { (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* endOfHandMessage at 54 */ + { (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 28, 0, 0 }, /* endOfGameMessage at 55 */ + { (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 29, 0, 0 }, /* askKickPlayerMessage at 56 */ + { (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 30, 0, 0 }, /* askKickDeniedMessage at 57 */ + { (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 31, 0, 0 }, /* startKickPetitionMessage at 58 */ + { (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 32, 0, 0 }, /* voteKickRequestMessage at 59 */ + { (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 33, 0, 0 }, /* voteKickReplyMessage at 60 */ + { (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 34, 0, 0 }, /* kickPetitionUpdateMessage at 61 */ + { (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 35, 0, 0 }, /* endKickPetitionMessage at 62 */ + { (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 36, 0, 0 }, /* statisticsMessage at 63 */ + { (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 37, 0, 0 }, /* chatRequestMessage at 64 */ + { (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 38, 0, 0 }, /* chatMessage at 65 */ + { (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 39, 0, 0 }, /* dialogMessage at 66 */ + { (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 40, 0, 0 }, /* timeoutWarningMessage at 67 */ + { (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 41, 0, 0 }, /* resetTimeoutMessage at 68 */ + { (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 42, 0, 0 } /* errorMessage at 70 */ }; static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = { sizeof(struct PokerTHMessage), @@ -438,9 +449,9 @@ static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = { offsetof(struct PokerTHMessage, present), sizeof(((struct PokerTHMessage *)0)->present), asn_MAP_PokerTHMessage_tag2el_1, - 42, /* Count of tags in the map */ + 43, /* Count of tags in the map */ 0, - 42 /* Extensions start */ + 43 /* Extensions start */ }; asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = { "PokerTHMessage", @@ -460,7 +471,7 @@ asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = { 0, /* No tags (count) */ 0, /* No PER visible constraints */ asn_MBR_PokerTHMessage_1, - 42, /* Elements count */ + 43, /* Elements count */ &asn_SPC_PokerTHMessage_specs_1 /* Additional specs */ }; diff --git a/src/third_party/asn1/PokerTHMessage.h b/src/third_party/asn1/PokerTHMessage.h index a3a301ed..fb12fc72 100644 --- a/src/third_party/asn1/PokerTHMessage.h +++ b/src/third_party/asn1/PokerTHMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _PokerTHMessage_H_ @@ -12,6 +13,7 @@ /* Including external dependencies */ #include "InitMessage.h" +#include "AuthMessage.h" #include "InitAckMessage.h" #include "AvatarRequestMessage.h" #include "AvatarReplyMessage.h" @@ -63,6 +65,7 @@ extern "C" { typedef enum PokerTHMessage_PR { PokerTHMessage_PR_NOTHING, /* No components present */ PokerTHMessage_PR_initMessage, + PokerTHMessage_PR_authMessage, PokerTHMessage_PR_initAckMessage, PokerTHMessage_PR_avatarRequestMessage, PokerTHMessage_PR_avatarReplyMessage, @@ -113,6 +116,7 @@ typedef struct PokerTHMessage { PokerTHMessage_PR present; union PokerTHMessage_u { InitMessage_t initMessage; + AuthMessage_t authMessage; InitAckMessage_t initAckMessage; AvatarRequestMessage_t avatarRequestMessage; AvatarReplyMessage_t avatarReplyMessage; diff --git a/src/third_party/asn1/RemovedFromGame.c b/src/third_party/asn1/RemovedFromGame.c index c7f76c9a..17e78297 100644 --- a/src/third_party/asn1/RemovedFromGame.c +++ b/src/third_party/asn1/RemovedFromGame.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -148,7 +149,7 @@ static ber_tlv_tag_t asn_DEF_RemovedFromGame_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_RemovedFromGame_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* removedFromGameReason at 316 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* removedFromGameReason at 332 */ }; static asn_SEQUENCE_specifics_t asn_SPC_RemovedFromGame_specs_1 = { sizeof(struct RemovedFromGame), diff --git a/src/third_party/asn1/RemovedFromGame.h b/src/third_party/asn1/RemovedFromGame.h index 95114b9f..ee8681ac 100644 --- a/src/third_party/asn1/RemovedFromGame.h +++ b/src/third_party/asn1/RemovedFromGame.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _RemovedFromGame_H_ diff --git a/src/third_party/asn1/ResetTimeoutMessage.c b/src/third_party/asn1/ResetTimeoutMessage.c index 8fc72286..337522e5 100644 --- a/src/third_party/asn1/ResetTimeoutMessage.c +++ b/src/third_party/asn1/ResetTimeoutMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/ResetTimeoutMessage.h b/src/third_party/asn1/ResetTimeoutMessage.h index c8eb8f22..84a4b42e 100644 --- a/src/third_party/asn1/ResetTimeoutMessage.h +++ b/src/third_party/asn1/ResetTimeoutMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _ResetTimeoutMessage_H_ diff --git a/src/third_party/asn1/StartEventAckMessage.c b/src/third_party/asn1/StartEventAckMessage.c index c337337f..883fbf71 100644 --- a/src/third_party/asn1/StartEventAckMessage.c +++ b/src/third_party/asn1/StartEventAckMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -20,11 +21,11 @@ static asn_TYPE_member_t asn_MBR_StartEventAckMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_StartEventAckMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (15 << 2)), + (ASN_TAG_CLASS_APPLICATION | (16 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_StartEventAckMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 341 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 357 */ }; static asn_SEQUENCE_specifics_t asn_SPC_StartEventAckMessage_specs_1 = { sizeof(struct StartEventAckMessage), diff --git a/src/third_party/asn1/StartEventAckMessage.h b/src/third_party/asn1/StartEventAckMessage.h index 95e1d49b..c0dabc14 100644 --- a/src/third_party/asn1/StartEventAckMessage.h +++ b/src/third_party/asn1/StartEventAckMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StartEventAckMessage_H_ diff --git a/src/third_party/asn1/StartEventMessage.c b/src/third_party/asn1/StartEventMessage.c index d679f5f8..a436f7b6 100644 --- a/src/third_party/asn1/StartEventMessage.c +++ b/src/third_party/asn1/StartEventMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,12 +30,12 @@ static asn_TYPE_member_t asn_MBR_StartEventMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_StartEventMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (14 << 2)), + (ASN_TAG_CLASS_APPLICATION | (15 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_StartEventMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* fillWithComputerPlayers at 336 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 335 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* fillWithComputerPlayers at 352 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 351 */ }; static asn_SEQUENCE_specifics_t asn_SPC_StartEventMessage_specs_1 = { sizeof(struct StartEventMessage), diff --git a/src/third_party/asn1/StartEventMessage.h b/src/third_party/asn1/StartEventMessage.h index 0301866f..4bc653da 100644 --- a/src/third_party/asn1/StartEventMessage.h +++ b/src/third_party/asn1/StartEventMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StartEventMessage_H_ diff --git a/src/third_party/asn1/StartKickPetitionMessage.c b/src/third_party/asn1/StartKickPetitionMessage.c index 28797ce3..ccdd5a3e 100644 --- a/src/third_party/asn1/StartKickPetitionMessage.c +++ b/src/third_party/asn1/StartKickPetitionMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -119,12 +120,12 @@ static ber_tlv_tag_t asn_DEF_StartKickPetitionMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_StartKickPetitionMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* gameId at 471 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* petitionId at 472 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 3 }, /* proposingPlayerId at 473 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 2 }, /* kickPlayerId at 474 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -4, 1 }, /* kickTimeoutSec at 475 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -5, 0 } /* numVotesNeededToKick at 476 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 5 }, /* gameId at 487 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 4 }, /* petitionId at 488 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -2, 3 }, /* proposingPlayerId at 489 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -3, 2 }, /* kickPlayerId at 490 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 4, -4, 1 }, /* kickTimeoutSec at 491 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 5, -5, 0 } /* numVotesNeededToKick at 492 */ }; static asn_SEQUENCE_specifics_t asn_SPC_StartKickPetitionMessage_specs_1 = { sizeof(struct StartKickPetitionMessage), diff --git a/src/third_party/asn1/StartKickPetitionMessage.h b/src/third_party/asn1/StartKickPetitionMessage.h index 42501a7e..b50a15d4 100644 --- a/src/third_party/asn1/StartKickPetitionMessage.h +++ b/src/third_party/asn1/StartKickPetitionMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StartKickPetitionMessage_H_ diff --git a/src/third_party/asn1/StatisticsData.c b/src/third_party/asn1/StatisticsData.c index bffd969a..3c834fcd 100644 --- a/src/third_party/asn1/StatisticsData.c +++ b/src/third_party/asn1/StatisticsData.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -147,8 +148,8 @@ static ber_tlv_tag_t asn_DEF_StatisticsData_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_StatisticsData_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* statisticsValue at 535 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* statisticsType at 532 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* statisticsValue at 551 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* statisticsType at 548 */ }; static asn_SEQUENCE_specifics_t asn_SPC_StatisticsData_specs_1 = { sizeof(struct StatisticsData), diff --git a/src/third_party/asn1/StatisticsData.h b/src/third_party/asn1/StatisticsData.h index e9e64156..5dc2b540 100644 --- a/src/third_party/asn1/StatisticsData.h +++ b/src/third_party/asn1/StatisticsData.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StatisticsData_H_ diff --git a/src/third_party/asn1/StatisticsLogin.c b/src/third_party/asn1/StatisticsLogin.c index 8932c391..84e7c791 100644 --- a/src/third_party/asn1/StatisticsLogin.c +++ b/src/third_party/asn1/StatisticsLogin.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/StatisticsLogin.h b/src/third_party/asn1/StatisticsLogin.h index aee8ebb9..9a34e1f0 100644 --- a/src/third_party/asn1/StatisticsLogin.h +++ b/src/third_party/asn1/StatisticsLogin.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StatisticsLogin_H_ diff --git a/src/third_party/asn1/StatisticsMessage.c b/src/third_party/asn1/StatisticsMessage.c index c732dd52..9956f031 100644 --- a/src/third_party/asn1/StatisticsMessage.c +++ b/src/third_party/asn1/StatisticsMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -94,7 +95,7 @@ static ber_tlv_tag_t asn_DEF_StatisticsMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_StatisticsMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* statisticsData at 528 */ + { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* statisticsData at 544 */ }; static asn_SEQUENCE_specifics_t asn_SPC_StatisticsMessage_specs_1 = { sizeof(struct StatisticsMessage), diff --git a/src/third_party/asn1/StatisticsMessage.h b/src/third_party/asn1/StatisticsMessage.h index dc99d2c8..3dc3758a 100644 --- a/src/third_party/asn1/StatisticsMessage.h +++ b/src/third_party/asn1/StatisticsMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _StatisticsMessage_H_ diff --git a/src/third_party/asn1/SubscriptionRequestMessage.c b/src/third_party/asn1/SubscriptionRequestMessage.c index bd9d5de4..ab9e81e7 100644 --- a/src/third_party/asn1/SubscriptionRequestMessage.c +++ b/src/third_party/asn1/SubscriptionRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -137,11 +138,11 @@ static asn_TYPE_member_t asn_MBR_SubscriptionRequestMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_SubscriptionRequestMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (8 << 2)), + (ASN_TAG_CLASS_APPLICATION | (9 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_SubscriptionRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* subscriptionAction at 223 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* subscriptionAction at 239 */ }; static asn_SEQUENCE_specifics_t asn_SPC_SubscriptionRequestMessage_specs_1 = { sizeof(struct SubscriptionRequestMessage), diff --git a/src/third_party/asn1/SubscriptionRequestMessage.h b/src/third_party/asn1/SubscriptionRequestMessage.h index 323afa2d..a90154d5 100644 --- a/src/third_party/asn1/SubscriptionRequestMessage.h +++ b/src/third_party/asn1/SubscriptionRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _SubscriptionRequestMessage_H_ diff --git a/src/third_party/asn1/TimeoutWarningMessage.c b/src/third_party/asn1/TimeoutWarningMessage.c index 35786658..7f090ecb 100644 --- a/src/third_party/asn1/TimeoutWarningMessage.c +++ b/src/third_party/asn1/TimeoutWarningMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -150,8 +151,8 @@ static ber_tlv_tag_t asn_DEF_TimeoutWarningMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_TimeoutWarningMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* remainingSeconds at 587 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* timeoutReason at 583 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, 0, 0 }, /* remainingSeconds at 603 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* timeoutReason at 599 */ }; static asn_SEQUENCE_specifics_t asn_SPC_TimeoutWarningMessage_specs_1 = { sizeof(struct TimeoutWarningMessage), diff --git a/src/third_party/asn1/TimeoutWarningMessage.h b/src/third_party/asn1/TimeoutWarningMessage.h index 6e2caf21..d98c3cc7 100644 --- a/src/third_party/asn1/TimeoutWarningMessage.h +++ b/src/third_party/asn1/TimeoutWarningMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _TimeoutWarningMessage_H_ diff --git a/src/third_party/asn1/UnknownAvatar.c b/src/third_party/asn1/UnknownAvatar.c index fe3558af..d6b28dbf 100644 --- a/src/third_party/asn1/UnknownAvatar.c +++ b/src/third_party/asn1/UnknownAvatar.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/UnknownAvatar.h b/src/third_party/asn1/UnknownAvatar.h index 0378437e..17245f7a 100644 --- a/src/third_party/asn1/UnknownAvatar.h +++ b/src/third_party/asn1/UnknownAvatar.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _UnknownAvatar_H_ diff --git a/src/third_party/asn1/UnknownPlayerInfo.c b/src/third_party/asn1/UnknownPlayerInfo.c index bbd9d4fd..66341f95 100644 --- a/src/third_party/asn1/UnknownPlayerInfo.c +++ b/src/third_party/asn1/UnknownPlayerInfo.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/UnknownPlayerInfo.h b/src/third_party/asn1/UnknownPlayerInfo.h index f53ac946..759efcea 100644 --- a/src/third_party/asn1/UnknownPlayerInfo.h +++ b/src/third_party/asn1/UnknownPlayerInfo.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _UnknownPlayerInfo_H_ diff --git a/src/third_party/asn1/Version.c b/src/third_party/asn1/Version.c index b94d2a8b..00e3c2eb 100644 --- a/src/third_party/asn1/Version.c +++ b/src/third_party/asn1/Version.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -82,8 +83,8 @@ static ber_tlv_tag_t asn_DEF_Version_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_Version_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* major at 81 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* minor at 82 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* major at 82 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* minor at 83 */ }; static asn_SEQUENCE_specifics_t asn_SPC_Version_specs_1 = { sizeof(struct Version), diff --git a/src/third_party/asn1/Version.h b/src/third_party/asn1/Version.h index b462876e..961624db 100644 --- a/src/third_party/asn1/Version.h +++ b/src/third_party/asn1/Version.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _Version_H_ diff --git a/src/third_party/asn1/VoteKickAck.c b/src/third_party/asn1/VoteKickAck.c index dcbdd677..c6d032b7 100644 --- a/src/third_party/asn1/VoteKickAck.c +++ b/src/third_party/asn1/VoteKickAck.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include diff --git a/src/third_party/asn1/VoteKickAck.h b/src/third_party/asn1/VoteKickAck.h index fa8ae9e2..fa19974d 100644 --- a/src/third_party/asn1/VoteKickAck.h +++ b/src/third_party/asn1/VoteKickAck.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _VoteKickAck_H_ diff --git a/src/third_party/asn1/VoteKickDenied.c b/src/third_party/asn1/VoteKickDenied.c index 1181c13f..b472f584 100644 --- a/src/third_party/asn1/VoteKickDenied.c +++ b/src/third_party/asn1/VoteKickDenied.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -140,7 +141,7 @@ static ber_tlv_tag_t asn_DEF_VoteKickDenied_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_VoteKickDenied_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* voteKickDeniedReason at 499 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* voteKickDeniedReason at 515 */ }; static asn_SEQUENCE_specifics_t asn_SPC_VoteKickDenied_specs_1 = { sizeof(struct VoteKickDenied), diff --git a/src/third_party/asn1/VoteKickDenied.h b/src/third_party/asn1/VoteKickDenied.h index abab7bb1..fd061ad7 100644 --- a/src/third_party/asn1/VoteKickDenied.h +++ b/src/third_party/asn1/VoteKickDenied.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _VoteKickDenied_H_ diff --git a/src/third_party/asn1/VoteKickReplyMessage.c b/src/third_party/asn1/VoteKickReplyMessage.c index 8acb7525..b7a68d4a 100644 --- a/src/third_party/asn1/VoteKickReplyMessage.c +++ b/src/third_party/asn1/VoteKickReplyMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -29,8 +30,8 @@ static asn_TYPE_member_t asn_MBR_voteKickReplyType_4[] = { }, }; static asn_TYPE_tag2member_t asn_MAP_voteKickReplyType_tag2el_4[] = { - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* voteKickAck at 489 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* voteKickDenied at 491 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* voteKickAck at 505 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* voteKickDenied at 507 */ }; static asn_CHOICE_specifics_t asn_SPC_voteKickReplyType_specs_4 = { sizeof(struct voteKickReplyType), @@ -99,10 +100,10 @@ static ber_tlv_tag_t asn_DEF_VoteKickReplyMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_VoteKickReplyMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 486 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* petitionId at 487 */ - { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* voteKickAck at 489 */ - { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* voteKickDenied at 491 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 502 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 }, /* petitionId at 503 */ + { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 2, 0, 0 }, /* voteKickAck at 505 */ + { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* voteKickDenied at 507 */ }; static asn_SEQUENCE_specifics_t asn_SPC_VoteKickReplyMessage_specs_1 = { sizeof(struct VoteKickReplyMessage), diff --git a/src/third_party/asn1/VoteKickReplyMessage.h b/src/third_party/asn1/VoteKickReplyMessage.h index 59eb8d8e..af893c4e 100644 --- a/src/third_party/asn1/VoteKickReplyMessage.h +++ b/src/third_party/asn1/VoteKickReplyMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _VoteKickReplyMessage_H_ diff --git a/src/third_party/asn1/VoteKickRequestMessage.c b/src/third_party/asn1/VoteKickRequestMessage.c index d1be3a2c..9113e1c0 100644 --- a/src/third_party/asn1/VoteKickRequestMessage.c +++ b/src/third_party/asn1/VoteKickRequestMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -42,9 +43,9 @@ static ber_tlv_tag_t asn_DEF_VoteKickRequestMessage_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_VoteKickRequestMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 2, 0, 0 }, /* voteKick at 482 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 480 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* petitionId at 481 */ + { (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 2, 0, 0 }, /* voteKick at 498 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 496 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 1, -1, 0 } /* petitionId at 497 */ }; static asn_SEQUENCE_specifics_t asn_SPC_VoteKickRequestMessage_specs_1 = { sizeof(struct VoteKickRequestMessage), diff --git a/src/third_party/asn1/VoteKickRequestMessage.h b/src/third_party/asn1/VoteKickRequestMessage.h index e8ede89d..cece8f7b 100644 --- a/src/third_party/asn1/VoteKickRequestMessage.h +++ b/src/third_party/asn1/VoteKickRequestMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _VoteKickRequestMessage_H_ diff --git a/src/third_party/asn1/YourActionRejectedMessage.c b/src/third_party/asn1/YourActionRejectedMessage.c index 19a0cde5..7f420dad 100644 --- a/src/third_party/asn1/YourActionRejectedMessage.c +++ b/src/third_party/asn1/YourActionRejectedMessage.c @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #include @@ -200,15 +201,15 @@ static asn_TYPE_member_t asn_MBR_YourActionRejectedMessage_1[] = { }, }; static ber_tlv_tag_t asn_DEF_YourActionRejectedMessage_tags_1[] = { - (ASN_TAG_CLASS_APPLICATION | (20 << 2)), + (ASN_TAG_CLASS_APPLICATION | (21 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_TYPE_tag2member_t asn_MAP_YourActionRejectedMessage_tag2el_1[] = { - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 370 */ - { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -1, 0 }, /* yourRelativeBet at 373 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 2 }, /* gameState at 371 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, -1, 1 }, /* yourAction at 372 */ - { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 4, -2, 0 } /* rejectionReason at 375 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* gameId at 386 */ + { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 3, -1, 0 }, /* yourRelativeBet at 389 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 2 }, /* gameState at 387 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 2, -1, 1 }, /* yourAction at 388 */ + { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 4, -2, 0 } /* rejectionReason at 391 */ }; static asn_SEQUENCE_specifics_t asn_SPC_YourActionRejectedMessage_specs_1 = { sizeof(struct YourActionRejectedMessage), diff --git a/src/third_party/asn1/YourActionRejectedMessage.h b/src/third_party/asn1/YourActionRejectedMessage.h index d7103277..002a9588 100644 --- a/src/third_party/asn1/YourActionRejectedMessage.h +++ b/src/third_party/asn1/YourActionRejectedMessage.h @@ -2,6 +2,7 @@ * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "POKERTH-PROTOCOL" * found in "../../../docs/pokerth.asn1" + * `asn1c -fnative-types` */ #ifndef _YourActionRejectedMessage_H_