aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-woww.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-6/+6
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2021-09-03woww: Fix conflictAlexis La Goutte1-1/+1
2021-08-27woww: Fix Dead Store (Found by Clang Analyzer)Alexis La Goutte1-1/+0
2021-08-25WOWW: Add maps enum and stringsGtker1-1/+97
2021-08-25WOWW: Rename _zone to _area and add stringsGtker1-5/+1989
2021-08-25WOWW: Fix class enumGtker1-4/+4
2021-08-25WOWW: Add case for messages without bodiesGtker1-0/+4
2021-08-25WOWW: Add movement messagesGtker1-0/+209
2021-08-25WOWW: Refactor parse_SMSG_CHAR_ENUM to take ptvcursor_tGtker1-7/+3
2021-07-27WOWW: Refactor SMSG_CHAR_ENUM to use ptvcursorGtker1-128/+52
2021-07-27WOWW: Convert body fields to use `ptvcursor`Gtker1-141/+61
2021-07-27WOWW: Use dots in abbreviations instead of underscoresGtker1-28/+28
2021-07-27WOWW: Make abbreviations fit variable namesGtker1-23/+23
2021-07-27WOWW: Add CMSG_CHAR_CREATE fieldsGtker1-6/+57
2021-07-27WOWW: Add CMSG_CHAR_RENAME fieldGtker1-0/+11
2021-07-27WOWW: Add fields for SMSG_NAME_QUERY_RESPONSEGtker1-4/+39
2021-07-27WOWW: Add fields that only require resultGtker1-6/+12
2021-07-27WOWW: Add CMSG_PING and SMSG_PONG fieldsGtker1-0/+28
2021-07-27WOWW: Add SMSG_TUTORIAL_FLAGS fieldsGtker1-0/+16
2021-07-27WOWW: Add fields that only require GUIDGtker1-0/+8
2021-07-27WOWW: Add SMSG_LOGIN_VERIFY_WORLD fieldsGtker1-0/+24
2021-07-27WOWW: Fix multi message PDUs using incorrect dataGtker1-1/+1
2021-07-27WOWW: Add CMSG_PLAYER_LOGIN fieldsGtker1-0/+5
2021-07-27WOWW: Add equipment values to SMSG_CHAR_ENUMGtker1-1/+31
2021-07-27WOWW: Add pet family and first login to SMSG_CHAR_ENUMGtker1-1/+43
2021-07-27WOWW: Add guild id and flags to SMSG_CHAR_ENUMGtker1-1/+21
2021-07-27WOWW: Add character positions to SMSG_CHAR_ENUMGtker1-1/+31
2021-07-27WOWW: Add map and zone to SMSG_CHAR_ENUMGtker1-1/+22
2021-07-27WOWW: Add level to SMSG_CHAR_ENUMGtker1-2/+20
2021-07-27WOWW: Add character looks to SMSG_CHAR_ENUMGtker1-1/+51
2021-07-27WOWW: Add class and gender to SMSG_CHAR_ENUMGtker1-1/+59
2021-07-27WOWW: Add character race to SMSG_CHAR_ENUMGtker1-1/+38
2021-07-27WOWW: Add initial fields of SMSG_CHAR_ENUMGtker1-2/+65
2021-07-27WOWW: Add SMSG_AUTH_RESPONSE fieldsGtker1-3/+187
2021-07-27WOWW: Add CMSG_AUTH_SESSION fieldsGtker1-13/+107
2021-07-27WOWW: Add SMSG_AUTH_CHALLENGE field bodyGtker1-5/+33
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-24WOWW: Make undecryptable server messages stop decryptionGtker1-0/+17
2021-07-24WOWW: Make additional messages appear under the proto subtreeGtker1-6/+25
2021-07-24WOWW: Add ability to decrypt multiple messages in PDUGtker1-10/+20
2021-07-24WOWW: Make headers need decryption tree into mapGtker1-5/+9
2021-07-24WOWW: Change decrypted headers tree to mapGtker1-7/+15
2021-07-24WOWW: Add type for decrypted headerGtker1-8/+13
2021-07-24WOWW: Make tree only take the data that belongs to itGtker1-2/+6
2021-07-24WOWW: Move tree building of headers into seperate functionGtker1-32/+43
2021-07-24WOWW: Move adding of tree items to be closer to tree logicGtker1-5/+4
2021-07-24WOWW: Fix allocs with hardcoded valuesGtker1-2/+2
2021-07-24WOWW: Refactor decryption logicGtker1-30/+23
2021-07-24WOWW: Refactor header decryption logic slightlyGtker1-16/+18