From c3630bc0e9cc0d36a5d77e13d964fd327766944d Mon Sep 17 00:00:00 2001 From: Gtker Date: Sun, 16 Oct 2022 18:46:45 +0200 Subject: [PATCH] woww: Remove compressed field from CMSG_GMTICKET_CREATE --- epan/dissectors/packet-woww.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/epan/dissectors/packet-woww.c b/epan/dissectors/packet-woww.c index e45931552b..8a4f63325e 100644 --- a/epan/dissectors/packet-woww.c +++ b/epan/dissectors/packet-woww.c @@ -9967,8 +9967,6 @@ add_body_fields(guint32 opcode, if (category == GM_TICKET_TYPE_BEHAVIOR_HARASSMENT) { ptvcursor_add(ptv, hf_woww_chat_data_line_count, 4, ENC_LITTLE_ENDIAN); ptvcursor_add(ptv, hf_woww_chat_data_size_uncompressed, 4, ENC_LITTLE_ENDIAN); - len = offset_packet_end - ptvcursor_current_offset(ptv); - ptvcursor_add(ptv, hf_woww_compressed_chat_data, len, ENC_NA); } break; case CMSG_GMTICKET_UPDATETEXT: