Wireshark-commits: [Wireshark-commits] master cfc5a2e: Have per-queued-packet flags, including "is
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 May 2015 18:38:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfc5a2e05f58d815b9e9c580daccb56b9c4714c0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cfc5a2e by Guy Harris (guy@xxxxxxxxxxxx):

    Have per-queued-packet flags, including "is a packet in error".
    
    The contents of the packet_info structure change during the dissection
    process, so you can't rely on its contents when running tap listeners.
    
    Bug: 11184
    Change-Id: I52fc45774add56ee2bcb5faef2af7c731b4304fd
    Reviewed-on: https://code.wireshark.org/review/8486
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  63295df   Remove odd characters
    adds  cfc5a2e   Have per-queued-packet flags, including "is a packet in error".


Summary of changes:
 epan/tap.c |   33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)