Wireshark-commits: [Wireshark-commits] master d58a3ff: Once we've identified a TCP segment as rpcap
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Jan 2019 20:02:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d58a3ffe4f69366f25fd192e41a89b4769c7d22c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d58a3ff by Guy Harris (guy@xxxxxxxxxxxx):

    Once we've identified a TCP segment as rpcap, use rpcap for the connection.
    
    One reason to use Wireshark is to diagnose protocol errors, so don't,
    for example, treat too-short packets, in a TCP connection where we've
    already seen rpcap packets, as not being rpcap packets.  (Yes, that *is*
    a bug, in the libpcap master, that I found and fixed.)
    
    Change-Id: I9a81e5b9a2910331574164395302247a446e805b
    Reviewed-on: https://code.wireshark.org/review/31809
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1260f3e   CMake: Minor standard output improvements
     add  d58a3ff   Once we've identified a TCP segment as rpcap, use rpcap for the connection.


Summary of changes:
 epan/dissectors/packet-rpcap.c | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)