ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] How to mark packet in packet-megaco.c?

From: Petr Janata <janata@xxxxxx>
Date: Thu, 18 Dec 2008 02:17:19 +0100
Hi,

I tried to mark packet in MEGACO dissector. I use these methods:

    pinfo->fd->flags.marked=1;
    tap_queue_packet(megaco_tap, pinfo,NULL);

I triyed to mark all megaco packets, but packets are not marked. Do you no why? I made the same change in packet_mgcp.c, and it worked well.

Petr