aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-woww.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10woww: Fix missing BASE_VAL64_STRING for 64 bit typeGtker1-1/+1
2023-02-10woww: Fix `index` variable shadowing global C functionGtker1-3/+3
2023-02-10woww: Fix not using VALS64 for item_class_and_sub_classGtker1-2/+2
2023-02-10woww: Remove unused variablesGtker1-109/+0
2023-02-10woww: Add faction and item enumsGtker1-96/+890
2023-02-10woww: Remove SMSG_COMPRESSED_MOVESGtker1-56/+84
2023-02-10woww: Update SMSG_MONSTER_MOVEGtker1-3/+65
2023-02-10woww: Rename unknown fields on SMSG_ADDON_INFOGtker1-9/+16
2023-02-10woww: Add spell trigger typeGtker1-5/+17
2023-02-10woww: Replace hf_woww_damage_type with spell_schoolGtker1-8/+1
2023-02-10woww: Add stat type enum and remove item_stat_valueGtker1-10/+23
2023-02-10woww: Add item class and subclass enumGtker1-44/+191
2023-02-10woww: Add bonding enumGtker1-1/+19
2023-02-10woww: Refactor enums and remove allowed_classes hfGtker1-24/+36
2023-02-10woww: Add NONE to area enumGtker1-0/+2
2023-02-10woww: Suffix MAP_MONASTERY with _UNUSEDGtker1-2/+2
2023-02-10woww: Fix typos in MAP enumsGtker1-6/+6
2023-02-10woww: Add previously missing movement messagesGtker1-0/+96
2023-02-10woww: Add MSG_CHANNEL_STARTGtker1-0/+6
2023-02-10woww: Make *MSG_WARDEN_DATA take encrypted data arraysGtker1-2/+9
2023-02-10woww: Fix booleans large than 1 byte having ENC_NA and add CMSG_DBLOOKUPGtker1-5/+15
2023-02-10woww: Update maximum length for null terminated stringsGtker1-1/+1
2023-02-10woww: Remove _guid suffix from most variablesGtker1-172/+81
2023-02-10woww: Change field name in SMSG_SPELLLOGEXECUTEGtker1-1/+1
2023-02-10woww: Updating naming of variables for consistencyGtker1-69/+69
2023-02-10woww: Add unknown field in SMSG_BATTLEFIELD_STATUSGtker1-1/+1
2023-02-10woww: Add layout for SMSG_PLAYER_SKINNEDGtker1-11/+14
2023-02-10woww: Add unknown SMSG_SPELLORDAMAGE_IMMUNE fieldGtker1-4/+11
2023-02-10woww: Update SMSG_SPELLLOGEXECUTE layoutGtker1-46/+117
2023-02-10woww: Fix mirror timer names and various layoutsGtker1-35/+37
2023-02-10woww: Add creature_family enumGtker1-9/+56
2023-02-10woww: Fix SMSG_PET_SPELLS optional fieldsGtker1-19/+23
2023-02-10woww: Add more of SMSG_LOOT_RESPONSE layoutGtker1-0/+32
2023-02-10woww: Fix SMSG_RESURRECT_REQUEST layoutGtker1-43/+3
2023-02-10woww: Correct layouts related to spellsGtker1-11/+15
2023-02-10woww: Correct SMSG_GROUP_LIST layoutGtker1-8/+2
2023-02-10woww: Fix SMSG_WHO zone instead of areaGtker1-1/+1
2023-02-10woww: Add language enum and refactor skill hf namesGtker1-27/+265
2023-02-10woww: Fix encoding on 1 byte value in CMSG_GROUP_CHANGE_SUB_GROUPGtker1-1/+1
2023-02-10woww: Fix SpellCastFlags object layoutGtker1-160/+50
2023-02-10woww: Remove friend_name and ignore_name hfsGtker1-16/+2
2023-02-10woww: Change *create_id to creature_idGtker1-8/+1
2023-02-10woww: Replace hf_woww_item_entry with hf_woww_itemGtker1-13/+6
2023-02-10woww: Improve readability of pet_tame_failure_reasonGtker1-22/+22
2023-02-10woww: Rename PET_FEEDBACK_NOTHING_TO_EAT to *_TO_ATTACKGtker1-2/+2
2023-02-10woww: Rename SMSG_ENVIRONMENTALDAMAGELOG to SMSG_ENVIRONMENTAL_DAMAGE_LOGGtker1-3/+3
2023-02-10woww: Make guid in MSG_MOVE_TELEPORT_ACK packedGtker1-1/+1
2023-02-10woww: Rename hf_woww_enabled to hf_woww_autocast_enabledGtker1-8/+8
2023-02-10woww: Add SpellCastTargets to SMSG_PET_CAST_SPELLGtker1-0/+40
2023-02-10woww: Change padding in SMSG_TRANSFER_PENDING to argumentGtker1-8/+8